/*
Theme Name: Keurslager de Haas
Theme URI: https://www.pixelcreation.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: keurslagerdehaas
*/
/* fonts
========================================================*/
/* colors
========================================================*/
/* other
========================================================*/
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Regular.woff2") format("woff2"), url("fonts/AlbertSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Medium.woff2") format("woff2"), url("fonts/AlbertSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-SemiBold.woff2") format("woff2"), url("fonts/AlbertSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Bold.woff2") format("woff2"), url("fonts/AlbertSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-ExtraBold.woff2") format("woff2"), url("fonts/AlbertSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("fonts/Vollkorn-SemiBold.woff2") format("woff2"), url("fonts/Vollkorn-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("fonts/Vollkorn-Bold.woff2") format("woff2"), url("fonts/Vollkorn-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("fonts/Vollkorn-ExtraBold.woff2") format("woff2"), url("fonts/Vollkorn-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #f8f4ed;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed-body {
  width: 100%;
  position: fixed;
}

::selection {
  color: white;
  background: #d3aa79;
}

/*========================================================
            typography
=========================================================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Vollkorn", serif;
  letter-spacing: -0.02rem;
  line-height: 1;
}
h1.text-font, .h1.text-font, h2.text-font, .h2.text-font, h3.text-font, .h3.text-font, h4.text-font, .h4.text-font, h5.text-font, .h5.text-font, h6.text-font, .h6.text-font {
  font-weight: 800;
}

h1, .h1 {
  font-size: 3rem;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3, .h3 {
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}
h3 small, .h3 small {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h5 {
  font-size: 2.25rem;
}

p {
  line-height: 1.65;
}

a {
  color: #c1935d;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
a:hover {
  color: #c1935d;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.text-font {
  font-family: "Albert Sans", sans-serif;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
  margin-top: 0;
}
.page-content h2 {
  font-size: 2.2rem;
}
.page-content h3 {
  font-size: 1.8rem;
}
.page-content h4 {
  font-size: 1.6rem;
}
.page-content p, .page-content ul, .page-content ol {
  margin-bottom: 1.5rem;
}
.page-content ul li, .page-content ol li {
  margin: 0.2rem 0;
}
.page-content ul {
  margin-left: 1rem;
  padding: 0;
  list-style-type: none;
}
.page-content ul li {
  padding: 0 0 0 1rem;
  position: relative;
}
.page-content ul li:before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 0.72rem;
  left: 0;
  border-radius: 50%;
  background-color: #c1935d;
}
.page-content p:has(+ ul), .page-content p:has(+ ol) {
  margin: 0 0 0.7rem 0;
}
.page-content img {
  width: 100%;
}

.font-size-large {
  font-size: 1.25rem;
}

.text-dark {
  color: #2c2b2b !important;
}

.text-gold {
  color: #c1935d;
}

.text-red {
  color: #f85b46;
}

.text-dark-red {
  color: #cb1337;
}

.text-green {
  color: #2fc62b;
}

.text-dark-green {
  color: #098905;
}

.title-row {
  margin: 0 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}

.bg-dark {
  background-color: #0C1319;
}

.bg-blue {
  background-color: #253049;
  color: #fff;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue .headtitle {
  color: #fff !important;
}

.bg-dark-blue {
  background-color: #202D3E;
}

.bg-green {
  background-color: #384843;
}

.bg-black {
  background-color: #0c0c0a !important;
}
.bg-black p, .bg-black ul, .bg-black ol, .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6 {
  color: #fff !important;
}

.bg-red {
  background-color: #f85b46;
}

.bg-dark-gray {
  background-color: #2c2b2b;
}

/*========================================================
            buttons
=========================================================*/
.btn {
  padding: 1rem 1.5rem;
  display: inline-flex;
  justify-content: space-between;
  gap: 0 4.3rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border: 0;
  border-radius: 0.25rem;
}
.btn .arrow-wrapper {
  display: inline-flex;
}
.btn .arrow {
  width: 1.25em;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn .arrow svg {
  width: 1.25rem;
}
.btn .arrow.first {
  transform-origin: right;
}
.btn .arrow.second {
  margin-left: -1.25em;
  transform: scale(0);
  transform-origin: left;
}
.btn:hover .first {
  transform: scale(0);
}
.btn:hover .second {
  transform: scale(1);
}
.btn.btn-primary {
  background-color: #c1935d;
}
.btn.btn-primary svg path {
  fill: white;
}
.btn.btn-primary:hover {
  background-color: #cb9c67;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #cb9c67;
}
.btn.btn-secondary {
  background-color: #0c0c0a;
}
.btn.btn-secondary svg path {
  fill: white;
}
.btn.btn-secondary:hover {
  background-color: #0c0c0a;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0 0.75rem;
  font-weight: 700;
  color: #c1935d;
  text-decoration: none;
}
.btn-link svg {
  width: 1.25rem;
  transform: translateY(0.1rem);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn-link svg path {
  fill: #c1935d;
}
.btn-link:hover {
  color: #c1935d;
}
.btn-link:hover svg {
  transform: translateY(0.1rem) translateX(0.2rem);
}

/*========================================================
            header
=========================================================*/
.topbar {
  padding: 0.8rem 0;
  font-size: 1.06rem;
  background-color: #c1935d;
}
.topbar .usp-list {
  height: 1.6rem;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .topbar .usp-list {
    height: auto;
    gap: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .topbar .usp-list {
    gap: 0 6rem;
  }
}
.topbar .usp-list li {
  padding: 0 0 0 1.55rem;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .topbar .usp-list li {
    position: relative;
    left: unset;
    opacity: 1;
    transform: unset;
  }
}
.topbar .usp-list li.active {
  opacity: 1;
}
.topbar .usp-list svg {
  width: 1rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.header {
  padding: 1rem 0 1.5rem 0;
  position: relative;
  z-index: 4;
  background-color: #0c0c0a;
}
@media screen and (min-width: 576px) {
  .header {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 1.875rem 0 1rem 0;
  }
}
.header .header-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem 1rem;
}
@media screen and (min-width: 576px) {
  .header .header-top {
    gap: 1.5rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header-top {
    align-items: center;
  }
}
.header .header-top-start {
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
}
.header .menu-button {
  margin: 0.6rem 0 0 0;
  padding: 0;
  line-height: 1;
  color: white;
  border: 0;
  background-color: unset;
}
.header .menu-button svg {
  width: 1.5rem;
}
.header .menu-button svg path {
  fill: white;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
  color: white;
}
.header .logo img {
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .header .logo img {
    width: 8rem;
  }
}
.header .logo span {
  margin: 0.65rem 0 0 0;
  font-family: "Vollkorn", serif;
  font-size: 1.25rem;
  line-height: 1.1;
}
.header form {
  width: 33.625rem;
  position: relative;
  flex-basis: 100%;
}
@media screen and (min-width: 1200px) {
  .header form {
    flex-basis: unset;
  }
}
.header form input {
  padding: 0.65rem 1.1rem;
  font-size: 1.125rem;
  background-color: #f8f4ed;
}
.header form input:focus {
  outline: 0;
  box-shadow: unset;
}
.header form button {
  height: 100%;
  padding: 0 1.125rem;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: unset;
}
.header .header-top-end {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .header .header-top-end {
    gap: 0 1.75rem;
  }
}
.header .header-top-end svg {
  height: 1.5rem;
}
.header .header-top-end svg path {
  fill: white;
}
.header .header-top-end .cart {
  position: relative;
}
.header .header-top-end .cart .cart-amount {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: -0.25rem;
  right: -0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2c2b2b;
  border-radius: 50%;
  background-color: #c1935d;
}
.header .header-top-end .keurslager-logo {
  width: 2.1rem;
}
@media screen and (min-width: 1200px) {
  .header .header-bottom {
    padding: 2rem 0 0 0;
  }
}

/*========================================================
            navigation
=========================================================*/
.navbar {
  width: 100%;
  padding: 0;
  gap: 0 1.5rem;
}
.navbar .main-nav {
  gap: 0 1.5rem;
}
@media screen and (min-width: 1400px) {
  .navbar .main-nav {
    gap: 0 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .main-nav {
    width: calc(100% - 2rem);
    max-width: 30rem;
    height: 100%;
    padding: 1.5rem 1.5rem 5rem 1.5rem;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    transform: translateX(calc(-100% - 2rem));
    transition: 0.25s all ease-in-out;
    z-index: 2;
    background-color: #0c0c0a;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.navbar .main-nav .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item {
    border-top: 0;
  }
}
.navbar .main-nav .nav-item.dropdown {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item.dropdown {
    position: static !important;
  }
}
.navbar .main-nav .nav-item .nav-link {
  padding: 1rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .nav-link {
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar .main-nav .nav-item .nav-link.dropdown-toggle .dropdown-icon {
    width: 4rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.navbar .main-nav .nav-item .nav-link.dropdown-toggle .dropdown-icon svg {
  transform: translateY(-0.1rem);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .main-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}
.navbar .main-nav .nav-item .nav-link.dropdown-toggle.show .dropdown-icon svg {
  transform: translateY(-0.1rem) scaleY(-1);
}
.navbar .main-nav .nav-item .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #2c2b2b;
  border: 0;
  z-index: 2;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu {
    position: absolute;
    left: 0;
    border-radius: 1rem;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.35);
    background-color: #f8f4ed;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner {
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner {
    padding: 1.8rem;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li {
  position: relative;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a {
  padding: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
  text-decoration: none;
  color: white;
  white-space: normal;
  border-radius: 0.5rem;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background-color: #2c2b2b;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a {
    padding: 1.1rem;
    color: #0c0c0a;
    background-color: white;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .thumbnail-dropdown {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .thumbnail-dropdown {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .thumbnail-dropdown img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .dropdown-item-title span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .dropdown-item-title span {
    font-size: 1.25rem;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .dropdown-item-title small {
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .dropdown-item-title small {
    font-size: 1.06rem;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:hover {
  color: #0c0c0a;
  background-color: white;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:hover .dropdown-item-title span {
  color: #c1935d;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-cta {
  padding: 1rem;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.75rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #c1935d;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-cta .title {
  font-family: "Vollkorn", serif;
  font-size: 1.375rem;
  color: white;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-cta .btn {
  background-color: black;
}
.navbar .main-nav .dropdown-menu-header {
  padding: 0 0 1.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .main-nav .dropdown-menu-header .nav-logo {
  width: 7rem;
}
.navbar .main-nav .dropdown-menu-header .close {
  width: 4rem;
  height: 3rem;
  padding: 0;
  font-size: 1.5rem;
  color: white;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
}
.navbar .subnav {
  gap: 0 1.2rem;
}
@media screen and (min-width: 1400px) {
  .navbar .subnav {
    gap: 0 2.5rem;
  }
}
.navbar .subnav .nav-item .nav-link {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: white;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .navbar .subnav .nav-item .nav-link {
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar .subnav .nav-item .nav-link.dropdown-toggle .dropdown-icon {
    width: 4rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.navbar .subnav .nav-item .nav-link.dropdown-toggle .dropdown-icon svg {
  transform: translateY(-0.1rem);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .subnav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}
.navbar .subnav .nav-item .nav-link.dropdown-toggle.show .dropdown-icon svg {
  transform: translateY(-0.1rem) scaleY(-1);
}
.navbar .subnav .nav-item .dropdown-menu {
  padding: 0.75rem 0 2rem 0;
}
@media screen and (min-width: 1200px) {
  .navbar .subnav .nav-item .dropdown-menu {
    padding: 0.8rem 0;
  }
}
.navbar .subnav .nav-item .dropdown-menu li .dropdown-item {
  padding: 0.6rem 1.5rem;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
  .navbar .subnav .nav-item .dropdown-menu li .dropdown-item {
    padding: 0.35rem 2.2rem 0.35rem 1rem;
    color: #0c0c0a;
    border-left: 0;
  }
}
.navbar .subnav .nav-item .dropdown-menu li .dropdown-item:hover, .navbar .subnav .nav-item .dropdown-menu li .dropdown-item:active, .navbar .subnav .nav-item .dropdown-menu li .dropdown-item:focus {
  color: #c1935d;
  background-color: unset;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-collapse.show:after {
    content: "";
    position: fixed;
    left: 0;
    top: -5rem;
    width: 100%;
    height: calc(100vh + 5rem);
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: navbg-fadein 0.5s ease forwards;
  }
}
@keyframes navbg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-collapse.show .main-nav {
  transform: translateX(0);
}

/*========================================================
            main
=========================================================*/
section {
  padding: 3.5rem 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  section.single-page {
    padding: 3.5rem 0;
  }
}
@media screen and (min-width: 576px) {
  section.section-sm {
    padding: 5rem 0;
  }
}
section.radius-top {
  border-radius: 1rem 0.5rem 0 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.container {
  max-width: 1656px;
  padding-left: clamp(1.25rem, 2vw, 2rem);
  padding-right: clamp(1.25rem, 2vw, 2rem);
}

.custom-row-gutter {
  --bs-gutter-y: 3.5rem;
}

/* horizontaal scrollen
========================================================*/
@media screen and (max-width: 991.98px) {
  .mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-scroll .mobile-scroll-item {
    width: 60vw;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .mobile-scroll .mobile-scroll-item {
    width: 83vw;
  }
}
/* hero blokken
========================================================*/
.hero-blocks {
  padding: 1.9rem 0 0 0;
}
.hero-blocks .hero-block {
  height: 18rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .hero-blocks .hero-block.hero-block-small {
    height: unset;
    flex-grow: 1;
  }
}
@media screen and (min-width: 992px) {
  .hero-blocks .hero-block.hero-block-large {
    height: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-blocks .hero-block.hero-block-large {
    height: 37.5rem;
  }
}
.hero-blocks .hero-block:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.hero-blocks .hero-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.hero-blocks .hero-block .hero-block-content {
  width: 100%;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .hero-blocks .hero-block .hero-block-content {
    padding: 0 2rem 2rem 2rem;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-blocks .hero-block .hero-block-content {
    padding: 0 2.5rem 2.5rem 2.5rem;
    align-items: center;
  }
}
.hero-blocks .hero-block .hero-block-content .btn-arrow {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 0.15rem solid #c1935d;
  transform: translateY(-0.15rem);
}
@media screen and (min-width: 992px) {
  .hero-blocks .hero-block .hero-block-content .btn-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.hero-blocks .hero-block .hero-block-content .btn-arrow .arrow {
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .hero-blocks .hero-block .hero-block-content .btn-arrow .arrow {
    width: 1.4rem;
  }
}
.hero-blocks .hero-block .hero-block-content .btn-arrow .arrow svg {
  width: 100%;
}
.hero-blocks .hero-block .hero-block-content .btn-arrow .arrow svg path {
  fill: white;
}
.hero-blocks .hero-block .hero-block-content .btn-arrow .arrow.first {
  transform-origin: right;
}
.hero-blocks .hero-block .hero-block-content .btn-arrow .arrow.second {
  margin-left: -1em;
  transform: scale(0);
  transform-origin: left;
}
@media screen and (min-width: 992px) {
  .hero-blocks .hero-block .hero-block-content .btn-arrow .arrow.second {
    margin-left: -1.4em;
  }
}
.hero-blocks .hero-block:hover:after {
  height: 85%;
}
.hero-blocks .hero-block:hover img {
  transform: scale(1.02);
}
.hero-blocks .hero-block:hover .btn-arrow .arrow.first {
  transform: scale(0);
}
.hero-blocks .hero-block:hover .btn-arrow .arrow.second {
  transform: scale(1);
}
.hero-blocks .hero-blocks-column {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hero-blocks .hero-blocks-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .hero-blocks .hero-blocks-column {
    display: flex;
    flex-direction: column;
  }
}
.hero-blocks .hero-contact {
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #2c2b2b;
}
@media screen and (min-width: 576px) {
  .hero-blocks .hero-contact {
    padding: 2.8rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-blocks .hero-contact {
    padding: 2.8rem 2.5rem;
  }
}
.hero-blocks .hero-contact ul {
  margin: 0;
  padding: 0 0 0 0.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
  list-style-type: none;
}
.hero-blocks .hero-contact ul li {
  padding: 0 0 0 2.1rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .hero-blocks .hero-contact ul li {
    font-size: 1.25rem;
  }
}
.hero-blocks .hero-contact ul li svg {
  width: 1.2rem;
  position: absolute;
  left: 0;
}
.hero-blocks .hero-contact ul li svg path {
  fill: white;
}
.hero-blocks .hero-contact ul li.location svg {
  width: 1.1rem;
}
.hero-blocks .hero-contact ul li a {
  color: white;
}

.usp-block-row {
  --bs-gutter-y: 1.8rem;
  align-items: center;
}

.usp-block {
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
  color: white;
}
.usp-block .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #2c2b2b;
}
@media screen and (min-width: 992px) {
  .usp-block .icon {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .usp-block .icon {
    width: 5rem;
    height: 5rem;
  }
}
.usp-block .icon svg {
  width: 45%;
}
.usp-block .icon svg path {
  fill: #c1935d;
}
.usp-block .usp-block-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem 0;
}
.usp-block.usp-block-dark {
  color: white;
}
.usp-block.usp-block-dark .icon {
  background-color: #2c2b2b;
}
.usp-block.usp-block-light {
  color: #2c2b2b;
}
.usp-block.usp-block-light .icon {
  background-color: white;
}

.info-block-slider {
  overflow: visible;
}
.info-block-slider .swiper-slide {
  height: auto !important;
}

.info-block {
  height: 100%;
  padding: 2.7rem 2.5rem 1.5rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #2c2b2b;
}
@media screen and (min-width: 576px) {
  .info-block {
    padding: 2.7rem 2.5rem 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .info-block {
    padding: 2.7rem 2.5rem 2.5rem 2.5rem;
  }
}
.info-block img {
  height: 4.5rem;
  margin: 0 0 2rem 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center;
}
.info-block .info-block-content {
  position: relative;
}
.info-block p {
  margin-bottom: 1.6rem;
}
.info-block .btn-link {
  margin-top: auto;
}

.winkel-slider {
  overflow: visible;
}
.winkel-slider .swiper-slide {
  height: auto !important;
}
.winkel-slider .swiper-button-prev, .winkel-slider .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 0.15rem 0.28rem rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.winkel-slider .swiper-button-prev:hover, .winkel-slider .swiper-button-next:hover {
  box-shadow: 0 0.3rem 0.28rem rgba(0, 0, 0, 0.15);
}
.winkel-slider .swiper-button-prev svg, .winkel-slider .swiper-button-next svg {
  width: 1.7rem;
}
.winkel-slider .swiper-button-prev svg path, .winkel-slider .swiper-button-next svg path {
  stroke: #c1935d;
}
.winkel-slider .swiper-button-prev.swiper-button-disabled, .winkel-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.store-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #2c2b2b;
}
.store-block .image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 0.5rem;
  overflow: hidden;
}
.store-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.store-block .store-block-content {
  width: 100%;
  margin-bottom: -2rem;
  padding: 1.75rem 1.75rem 3.5rem 1.75rem;
  flex-grow: 1;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: white;
}
.store-block .store-block-content p {
  font-size: 1.06rem;
}
.store-block .btn:after {
  content: "";
  position: absolute;
  inset: 0;
}
.store-block:hover img {
  transform: scale(1.03);
}

.product-slider {
  overflow: visible;
}
.product-slider .swiper-slide {
  height: auto !important;
}

.swiper-button-prev, .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 0.15rem 0.28rem rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  box-shadow: 0 0.3rem 0.28rem rgba(0, 0, 0, 0.15);
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 1.7rem;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
  stroke: #c1935d;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.product-block {
  height: 100%;
  padding: clamp(1rem, 2vw, 1.75rem);
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.06rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.02);
  background-color: white;
}
.product-block .image {
  margin: 0 0 1.35rem 0;
  aspect-ratio: 17/12;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #f8f4ed;
}
.product-block .image .product-label {
  padding: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  z-index: 1;
}
.product-block .image .product-label .label {
  padding: 0.4rem 1rem;
  display: inline-block;
  font-weight: 500;
  color: white;
  border-radius: 2rem;
}
.product-block .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.product-block .title-wrapper {
  margin: 0 0 1.3rem 0;
}
.product-block .title-wrapper .title {
  margin: 0 0 0.15rem;
  font-weight: 700;
}
.product-block .price-wrapper {
  margin: auto 0 1.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
}
.product-block .price-wrapper .price {
  font-size: 1.5rem;
  font-weight: 800;
  white-space: nowrap;
}
.product-block .price-wrapper .price sup {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: lowercase;
  transform: translateY(-0.06rem);
}
.product-block .price-wrapper .price.sale-price {
  color: #f85b46;
}
.product-block .price-wrapper .old-price {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #9a9792;
  background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(0.48, transparent), color-stop(0.5, #000), color-stop(0.52, transparent), color-stop(1, transparent));
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 47%, #9a9792 49%, #9a9792 51%, transparent 53%, transparent 100%);
}
.product-block .stock {
  margin: 0 0 0.2rem 0;
  display: flex;
  align-items: center;
  gap: 0 0.48rem;
  font-weight: 700;
}
.product-block .stock svg {
  width: 1.25rem;
}
.product-block .stock.in-stock {
  color: #2fc62b !important;
}
.product-block .stock.in-stock path {
  fill: #2fc62b;
}
.product-block .stock.out-of-stock {
  color: darkgray !important;
}
.product-block .stock.out-of-stock path {
  fill: darkgray;
}
.product-block .btn {
  width: 100%;
  margin: 1.72rem 0 0 0;
}
.product-block .btn:after {
  content: "";
  position: absolute;
  inset: 0;
}
.product-block:hover {
  box-shadow: 0 0 0.35rem rgba(4, 4, 4, 0.04);
}
.product-block:hover .image img {
  transform: scale(1.03);
}

.bg-white .product-block {
  background-color: #f8f4ed;
}
.bg-white .product-block .image {
  background-color: white;
}

.content-split-text {
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .content-split-text {
    padding: 4.6rem 0;
  }
}
.content-split-text h2 {
  margin: 0 0 1.45rem;
}
.content-split-text .btn {
  margin: 0.7rem 0 0 0;
}

.content-split-image {
  width: 100%;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .content-split-image {
    aspect-ratio: unset;
    height: 100%;
  }
}
.content-split-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.featured-product-image {
  width: 100%;
  height: 100%;
}
.featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.order-link {
  margin: 1.5rem 0 0 0;
  display: flex;
  gap: 0 1.4rem;
}
.order-link a {
  display: inline-block;
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #c1935d;
  white-space: nowrap;
}
.order-link svg {
  width: 17rem;
  margin: -0.65rem 0 0 0;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: top left;
}
.order-link:hover svg {
  transform: translateX(0.5rem) rotate(2deg);
}

/* FAQ */
.faq-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  list-style-type: none;
}
.faq-list .faq-list-item {
  border-radius: 0.5rem;
  background-color: #2c2b2b;
}
.faq-list .faq-list-item button {
  width: 100%;
  padding: 0.95rem 1.25rem 0.95rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 0 1.5rem;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  color: white;
  border: 0;
  background-color: transparent;
}
.faq-list .faq-list-item button .icon {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
  font-size: 0.935rem;
  font-weight: 600;
  color: #c1935d;
  white-space: nowrap;
}
.faq-list .faq-list-item button .icon svg {
  width: 0.72rem;
  flex-shrink: 0;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.faq-list .faq-list-item button .icon svg path {
  fill: #c1935d;
}
.faq-list .faq-list-item button:not(.collapsed) .icon svg {
  transform: rotate(-45deg);
}
.faq-list .faq-list-item .toggle-text .toggle-text-inner {
  padding: 0 2rem 1.25rem 1.25rem;
  font-size: 1rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .faq-list .faq-list-item .toggle-text .toggle-text-inner {
    padding: 0 5rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .faq-list .faq-list-item .toggle-text .toggle-text-inner {
    padding: 0 15rem 1.25rem 1.25rem;
  }
}

/* cta medewerker
========================================================*/
.cta-medewerker {
  padding: 2.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  background-color: #f8f4ed;
}
@media screen and (min-width: 576px) {
  .cta-medewerker {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .cta-medewerker {
    padding: 4.25rem 5rem 5rem 5rem;
  }
}
.cta-medewerker .title {
  margin: 0 0 2rem 0;
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
}
@media screen and (min-width: 992px) {
  .cta-medewerker .title {
    margin: 0 0 1.4rem 0;
  }
}
.cta-medewerker .title img {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.cta-medewerker .contact-info {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .cta-medewerker .contact-info {
    flex-direction: row;
    gap: 1.25rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .cta-medewerker .contact-info {
    justify-content: space-between;
    gap: 1.25rem 1rem;
  }
}
.cta-medewerker .contact-info li {
  display: flex;
  align-items: center;
  gap: 0 1.1rem;
  font-size: 1rem;
}
.cta-medewerker .contact-info li .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fafaf8;
}
.cta-medewerker .contact-info li .icon svg {
  height: 1.1rem;
}
.cta-medewerker .contact-info li .icon svg path {
  fill: #c1935d;
}
.cta-medewerker .contact-info li span {
  display: block;
  font-weight: 700;
}
.cta-medewerker .contact-info li a {
  position: relative;
  color: #2c2b2b;
}
.cta-medewerker .contact-info li a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: left;
  background-color: #2c2b2b;
}
.cta-medewerker .contact-info li a:hover {
  color: inherit;
}
.cta-medewerker .contact-info li a:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}
@media screen and (min-width: 1200px) {
  .cta-medewerker .newsletter {
    margin: 0.95rem 0 0 0;
  }
}

/* usps
========================================================*/
/* ========================================================*/
.bg-top {
  background-position: top center;
}

.bg-small {
  height: auto;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .bg-small {
    height: 37.5rem;
  }
}
.bg-smallest {
  height: 9rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .bg-smallest {
    height: 25rem;
  }
}
.bg-smallest .container {
  position: relative;
  z-index: 4;
}

.search-form .form-control.form-control-lg {
  min-height: 53px;
}

.trigger {
  font-size: 1.2rem;
  font-family: "Vollkorn", serif;
}

.intro {
  font-family: "Vollkorn", serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-top: 2rem;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .intro {
    padding-top: 3.25rem;
  }
}

/* aanbiedingen
========================================================*/
.uitlichten {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .uitlichten {
    padding-left: 1.8rem;
  }
}
.uitlichten h3 {
  font-size: 2.3rem;
}

.aanbieding .title {
  font-size: 3rem;
  line-height: 1;
  display: block;
  font-family: "Vollkorn", serif;
  margin-bottom: 15px;
}
.aanbieding img {
  max-width: 325px;
}

.aanbiedingen {
  padding-top: 15px;
}
.aanbiedingen .aanbieding {
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: #0c0c0a;
  margin-top: 5px;
  margin-right: 1rem;
  padding: 1rem;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .aanbiedingen .aanbieding {
    margin-top: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .aanbiedingen .aanbieding .inner {
    padding: 1.25rem 0.9rem 1.25rem 0;
  }
}
.aanbiedingen .aanbieding img {
  max-width: 100%;
  height: 7rem;
  object-fit: contain;
  object-position: center center;
  transition: 0.2s ease-in-out all;
}
@media screen and (min-width: 992px) {
  .aanbiedingen .aanbieding img {
    margin-left: 5px;
  }
}
.aanbiedingen .aanbieding strong {
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  display: block;
}
.aanbiedingen .aanbieding .woocommerce-Price-amount {
  height: auto;
  color: #c1935d;
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  float: unset;
  text-align: left;
}
.aanbiedingen .aanbieding:hover img {
  transform: scale(1.1);
}
.aanbiedingen .aanbieding:nth-child(2) {
  background: transparent;
}
@media screen and (max-width: 991.98px) {
  .aanbiedingen .aanbieding:nth-child(2) {
    background: rgba(255, 255, 255, 0.5);
  }
}
.aanbiedingen .aanbieding-block:nth-child(3) .aanbieding, .aanbiedingen .aanbieding-block:nth-child(4) .aanbieding {
  background: transparent;
}
@media screen and (min-width: 992px) {
  .aanbiedingen .aanbieding-block:nth-child(odd) .aanbieding {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .aanbiedingen .aanbieding-block:nth-child(even) .aanbieding {
    margin-left: 30px;
  }
}

/* blokken homepage
========================================================*/
.blokken .block {
  display: block;
  padding: 1rem;
  border-radius: 6px;
  color: #fff;
  transition: 0.1s ease-in-out all;
}
@media screen and (min-width: 992px) {
  .blokken .block {
    padding: 1.8rem 2.5rem;
  }
}
.blokken .block .img-container {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-top: -1.8rem;
  height: 13rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .blokken .block .img-container {
    width: calc(100% + 5rem);
    height: 18rem;
    margin-left: -2.5rem;
    margin-bottom: 3.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .blokken .block .img-container {
    width: calc(100% + 5rem);
    height: 25rem;
    margin-left: -2.5rem;
    margin-bottom: 3.1rem;
  }
}
.blokken .block figure {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  transition: 0.2s ease-in-out all;
}
.blokken .block h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .blokken .block h3 {
    font-size: 1.9rem;
  }
}
.blokken .block h3 span {
  font-size: 2.2rem;
  display: block;
  font-weight: 600;
  transition: 0.25s ease-in-out all;
}
@media screen and (min-width: 992px) {
  .blokken .block h3 span {
    font-size: 2.6rem;
  }
}
.blokken .block p {
  padding-bottom: 0;
  font-weight: 600;
}
.blokken .block:hover figure {
  transform: scale(1.1);
}
.blokken .block:hover h3 span {
  transform: scale(1.1);
  margin-left: 6px;
  padding-top: 5px;
  margin-bottom: -5px;
}
.blokken .foto-onder .block {
  padding-bottom: 0;
}
.blokken .foto-onder .block .inner {
  padding: 0.9rem 0;
}
.blokken .foto-onder .block .img-container {
  margin-top: 2rem;
  margin-bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media screen and (min-width: 992px) {
  .totop {
    position: relative;
    z-index: 4;
  }
}

.height {
  height: 100%;
}

.main h1 {
  color: #fff0d6 !important;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.main h1.text-dark {
  color: #2c2b2b !important;
}

.main-reverse h1 {
  color: #0c0c0a !important;
}

.headtitle {
  font-size: 2.7rem;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.video {
  position: relative;
  margin-top: 1.3rem;
}
@media screen and (min-width: 992px) {
  .video {
    margin-top: 4.3rem;
  }
}
.video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.video .btn-video {
  height: auto;
  position: absolute;
  left: calc(50% - 36px);
  top: calc(50% - 30px);
  background: #c1935d;
  border-color: #c1935d;
  padding: 12px 0 10px 3px;
}
.video .btn-video:hover {
  color: #fff;
  background: #ec962e;
  border-color: #ec962e;
}
.video img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.3rem;
}

.producten .content-block-container {
  height: calc(100% - 25px);
  min-height: 13rem;
}
@media screen and (min-width: 992px) {
  .producten .content-block-container {
    min-height: 18rem;
  }
}
.producten .content-block-container .content-block {
  height: 100%;
}

.product-item {
  height: 100%;
  padding: 1.2rem;
  border-radius: 0.5rem;
  background-color: #2c2b2b;
}
.product-item figure {
  height: 11rem;
  margin: 0 0 1rem 0;
}
.product-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-item .button {
  padding: 0.8rem 1.1rem !important;
  transition: all 0.1s ease;
}
.product-item .button.product_type_variable {
  padding: 0.8rem 1.8rem !important;
}
.product-item .button svg {
  width: 1.6rem;
}
.product-item .button:hover {
  background-color: #ec962e !important;
}
.product-item a {
  color: white;
  text-decoration: none;
}
.product-item a:hover {
  color: white;
  text-decoration: underline;
}
.product-item .product-content {
  height: 100%;
  position: relative;
  background-color: #2c2b2b;
}
.product-item .product-content .product-info .product-title {
  margin: 0 0 1rem 0;
}
.product-item .product-content .product-info .inhoud {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.4rem 1.5rem;
  color: rgba(255, 255, 255, 0.8) !important;
}
@media screen and (min-width: 576px) {
  .product-item .product-content .product-info .inhoud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-item .product-content .product-info .inhoud li {
  padding-left: 1.8rem;
  position: relative;
}
.product-item .product-content .product-info .inhoud li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 400;
  color: #c1935d;
}
.product-item .product-content .button-wrapper {
  justify-content: start;
}
.product-item .product-content .button-wrapper form {
  margin: 0;
}
.product-item .product-content .product-price {
  color: white;
}
.product-item .product-content .added_to_cart {
  padding-top: 0;
  display: block;
  flex-shrink: 0;
  order: 3;
  flex-basis: 100%;
}
.product-item.product-item-large {
  padding: 0;
  gap: 2rem;
  border-radius: 0;
  background-color: unset;
}
.product-item.product-item-large figure {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .product-item.product-item-large figure {
    width: 20rem;
    height: 100%;
  }
}
.product-item.product-item-large figure img {
  object-fit: contain;
  object-position: center;
  border-radius: 0.5rem;
}
.product-item.product-item-large .product-content {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 0.5rem;
  border-left: 4px solid #c1935d;
  background-color: #2c2b2b;
}
@media screen and (min-width: 1200px) {
  .product-item.product-item-large .product-content {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .product-item.product-item-large .product-content:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2rem;
    left: -18px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #c1935d;
  }
}
.product-item.product-item-large .product-content .product-info {
  padding: 2rem;
  flex: 1;
}
.product-item.product-item-large .product-content .product-info .product-title {
  margin: 0 0 0.9rem 0;
  font-size: 2.1rem;
}
.product-item.product-item-large .product-content .product-content-bottom {
  height: 100%;
  padding: 2rem;
  gap: 1.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #1f1f1f;
}
@media screen and (min-width: 1200px) {
  .product-item.product-item-large .product-content .product-content-bottom {
    padding-left: 2rem;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.product-item.product-item-bbq figure {
  height: auto;
}
.product-item.product-item-bbq figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .product-item.product-item-bbq figure img {
    aspect-ratio: 4/3;
  }
}
.product-item.product-item-bbq .product-price small {
  display: block;
}
.product-item.product-item-bbq .product-price .price {
  display: inline-block;
}
.product-item.product-item-bbq .product-price .package-price-suffix {
  opacity: 0.6;
}

.hero-banner {
  padding: 3rem 0 4.5rem 0;
  position: relative;
  color: white;
  z-index: 1;
  background-color: #0c0c0a;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    padding: 6rem 0 8rem 0;
  }
}
.hero-banner .hero-banner-content {
  position: relative;
  z-index: 1;
}
.hero-banner .hero-banner-content h1 {
  margin: 0 0 0.7rem 0;
}
@media screen and (min-width: 576px) {
  .hero-banner .hero-banner-content h1 {
    margin: 0 0 1.2rem 0;
  }
}
.hero-banner .hero-banner-content ul {
  padding: 0;
  list-style-type: none;
}
.hero-banner .hero-banner-content ul li {
  padding: 0 0 0 1rem;
  position: relative;
}
.hero-banner .hero-banner-content ul li:before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.65rem;
  left: 0.22rem;
  border-radius: 50%;
  background-color: #c1935d;
}
.hero-banner .subtitel {
  margin: 0 0 1.1rem 0;
  display: block;
}
.hero-banner .image {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero-banner .image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0c0c0a 0%, rgba(193, 147, 93, 0) 100%);
}
.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-header {
  padding: 3rem 0;
  position: relative;
  color: white;
  background-color: #0c0c0a;
}
@media screen and (min-width: 576px) {
  .category-header {
    padding: 5rem 0;
  }
}
.category-header .category-header-content {
  position: relative;
  z-index: 1;
}
.category-header .category-header-content p:last-child {
  margin: 0;
}
.category-header figure {
  width: 60%;
  height: 100%;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.category-header figure:before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #0c0c0a 0%, rgba(193, 147, 93, 0.05) 100%);
}
.category-header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usp-header {
  padding: 5rem 0;
  position: relative;
  color: white;
  background: linear-gradient(0deg, #1d1d1d 0%, #0c0c0a 100%);
}
.usp-header .usp-sfeer-foto {
  width: 100%;
  height: 100%;
  position: relative;
}
.usp-header .usp-sfeer-foto img {
  border-radius: 0.5rem;
  object-fit: cover;
}

.usp-wrapper {
  border-radius: 0.7rem;
}
.usp-wrapper ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .usp-wrapper ul {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .usp-wrapper ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.usp-wrapper ul li {
  padding: 2rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  background: #2c2b2b;
}
@media screen and (min-width: 992px) {
  .usp-wrapper ul li {
    padding: 2rem;
  }
}
.usp-wrapper ul li figure {
  margin: 0 auto;
  flex-shrink: 0;
}
.usp-wrapper ul li figure img {
  height: 3.6rem;
}

.cart-overlay {
  position: fixed;
  background-color: rgba(55, 55, 55, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.fade-out {
  display: none;
  opacity: 0;
}

.cart-modal {
  width: calc(100% - 2rem);
  max-height: calc(100vh - 6rem) !important;
  max-width: 28rem;
  position: relative;
  color: white;
  border-radius: 6px;
}
.cart-modal.cart-modal-large {
  max-width: 50rem;
}
.cart-modal.cart-modal-large .cart-modal-top {
  max-height: 700px;
  overflow-y: scroll;
  scrollbar-color: black;
  /* Set the scrollbar color (Firefox) */
  scrollbar-width: thin;
  /* Set the scrollbar width (Firefox) */
}
.cart-modal.cart-modal-large .cart-modal-top::-webkit-scrollbar {
  width: 10px;
}
.cart-modal.cart-modal-large .cart-modal-top::-webkit-scrollbar-track {
  background: black;
}
.cart-modal.cart-modal-large .cart-modal-top::-webkit-scrollbar-thumb {
  background: #c1935d;
}
.cart-modal.cart-modal-large .cart-modal-top::-webkit-scrollbar-thumb:hover {
  background: #ec962e;
}
.cart-modal.cart-modal-large .cart-modal-top .success-message {
  margin-bottom: 1rem;
}
.cart-modal.cart-modal-large .product-name {
  margin-bottom: 1.5rem !important;
}
.cart-modal .btn-close-cart-overlay {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  font-size: 1.2rem;
  color: #c2c2c2;
  cursor: pointer !important;
}
.cart-modal .btn-close-cart-overlay:hover {
  opacity: 0.6;
}

.cart-modal-top {
  font-size: 19px;
  padding: 25px 20px;
  border-radius: 6px;
  background-color: #0c0c0a;
}
@media screen and (min-width: 576px) {
  .cart-modal-top {
    padding: 40px 50px;
  }
}
.cart-modal-top .success-message {
  font-family: "Vollkorn", serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.cart-modal-top figure {
  height: 10rem;
  margin-bottom: 24px;
  position: relative;
  display: block;
}
.cart-modal-top figure img {
  max-width: 100%;
  max-height: 100%;
}
.cart-modal-top .product-name {
  margin-bottom: 2rem;
}
.cart-modal-top .cross-sell-products {
  margin: 2.1rem 0 3rem 0;
}
.cart-modal-top .close-cart-overlay {
  padding: 0;
  color: white;
  text-decoration: underline;
  border: 0;
  background-color: unset;
}

.cart-modal-bottom {
  text-align: center;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.product-detail .caption {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .product-detail .caption {
    padding-top: 0;
  }
}
.product-detail .caption .product-block {
  background: rgba(255, 255, 255, 0.15);
}
.product-detail:before {
  display: none;
}
.product-detail:after {
  opacity: 0.1;
}
@media screen and (max-width: 991.98px) {
  .product-detail .wist-je-dat {
    padding: 2rem 0;
  }
}

.product-img img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media screen and (min-width: 768px) {
  .product-img img {
    height: 24rem;
  }
}

@media screen and (min-width: 992px) {
  .extra-img {
    padding-right: 15px;
  }
}
.extra-img figure {
  margin-bottom: 9px;
}
.extra-img figure .img-overlay {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Vollkorn", serif;
  font-size: 2.8rem;
  font-weight: bold;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.extra-img figure img {
  height: 7.9rem;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 768px) {
  .extra-img figure img {
    height: 11rem;
  }
}

.product-gallery a {
  cursor: zoom-in;
}
.product-gallery a img {
  transition: all 0.2s ease;
}
.product-gallery a:hover img {
  opacity: 0.8;
}
.product-gallery a:hover .img-no-hover {
  opacity: 1 !important;
}

.main-carousel img {
  border-radius: 8px;
}

.thumbnail-carousel {
  margin-top: 20px;
}
.thumbnail-carousel img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.5rem;
  cursor: pointer;
}
.thumbnail-carousel .current {
  opacity: 0.7;
}
.thumbnail-carousel .owl-nav button {
  width: 2.3rem;
  height: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.9rem !important;
  color: white !important;
  background-color: #2c2b2b !important;
}
.thumbnail-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
}
.thumbnail-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.thumbnail-carousel .owl-nav button.disabled {
  display: none;
}

.productfotos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}

.product-samenvatting {
  color: rgba(255, 255, 255, 0.7);
}

.product-price small {
  opacity: 0.6;
}
.product-price .price {
  font-size: 1.8rem;
  font-weight: 700;
}

.variations_form {
  margin-top: 1rem;
}
.variations_form label {
  margin: 0 0 0.35rem 0;
  font-size: 1rem;
  font-weight: 400 !important;
}
.variations_form select {
  width: 100%;
  padding: 0.75rem 0.5rem;
  border-radius: 0.25rem;
}

.reset_variations {
  margin: 0.4rem 0 0 0;
  display: inline-block;
  font-size: 1rem;
}

.configurator .single_add_to_cart_button {
  color: white;
  display: block;
  background-color: #c1935d;
}
.configurator .single_add_to_cart_button:hover {
  background-color: #cb9c67;
}

.quantity-wrapper {
  padding: 0 0.6rem;
  gap: 0.2rem;
  border-radius: 4rem;
  /* Chrome, Safari, Edge, Opera */
}
.quantity-wrapper.quantity-wrapper-small {
  padding: 0 0.3rem;
  font-size: 1rem;
  border: 0.1rem solid #f8f4ed;
}
.quantity-wrapper.quantity-wrapper-small .qty {
  width: 1.4rem !important;
  height: 2.25rem;
}
.quantity-wrapper.quantity-wrapper-small button {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.9rem;
}
.quantity-wrapper .qty {
  width: 1.6rem !important;
  height: 3rem;
  text-align: center;
  font-weight: 400;
  border-radius: 5px;
  border: 0;
  -moz-appearance: textfield;
}
.quantity-wrapper .qty:focus {
  outline: 0;
}
.quantity-wrapper input::-webkit-outer-spin-button,
.quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrapper button {
  width: 2.5rem;
  height: 2.5rem;
  color: #2c2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background-color: white;
}
.quantity-wrapper button:hover {
  background-color: #f8f4ed;
}

.toggle-list {
  margin: 2rem 0 1rem 0;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.toggle-list .toggle-list-item button {
  padding: 1.5rem;
  display: flex !important;
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  font-weight: 500;
  align-items: center;
  color: white;
  border: 0;
  border-radius: 0.5rem;
  background: #2c2b2b;
  transition: all 0.1s ease;
}
.toggle-list .toggle-list-item button:hover {
  text-decoration: underline;
}
.toggle-list .toggle-list-item button:after {
  content: "\f106";
  position: absolute;
  right: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #c1935d;
  transition: all 0.1s ease;
  font-size: 1.5rem;
}
.toggle-list .toggle-list-item button.collapsed:after {
  transform: scaleY(-1);
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.toggle-list .toggle-list-item .toggle-list-text ul {
  margin: 0 0 1rem 0;
  padding-left: 0;
  list-style-type: none;
}
.toggle-list .toggle-list-item .toggle-list-text ul li {
  padding-left: 1.3rem;
  position: relative;
}
.toggle-list .toggle-list-item .toggle-list-text ul li:before {
  content: "\f111";
  position: absolute;
  top: 0.45rem;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.5rem;
  font-weight: 700;
  color: #c1935d;
}
.toggle-list .toggle-list-item .toggle-list-text ul li ul li {
  padding-left: 1.2rem;
}
.toggle-list .toggle-list-item .toggle-list-text ul li ul li:before {
  content: "\f111";
  font-size: 0.5rem;
  font-weight: 400;
}

.cross-sell-products .cross-sell-products-content {
  padding: 2rem 1.5rem;
}
.cross-sell-products.cross-sell-products-wrapped {
  color: white;
  border-radius: 0.5rem;
  background: #2c2b2b;
}
.cross-sell-products.cross-sell-products-wrapped .cross-sell-item {
  padding: 1.3rem 1.5rem;
  color: white;
  border-top: 2px dashed #0c0c0a;
  background: #2c2b2b;
}
.cross-sell-products.cross-sell-products-wrapped .cross-sell-item a {
  color: white;
}
.cross-sell-products .cross-sell-item {
  padding: 1.3rem 0;
  gap: 2rem;
  border-top: 1px solid #c1935d;
}
.cross-sell-products .cross-sell-item a {
  color: #2c2b2b;
}
.cross-sell-products .cross-sell-item a:hover {
  text-decoration: underline;
}
.cross-sell-products .cross-sell-item .cross-sell-img img {
  width: 5.5rem;
  min-width: 5.5rem;
  padding: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .cross-sell-products .cross-sell-item .cross-sell-img img {
    width: 6.5rem;
    min-width: 6.5rem;
  }
}
.cross-sell-products .cross-sell-item h4 {
  margin: 0 0 0.2rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: start;
}
@media screen and (min-width: 576px) {
  .cross-sell-products .cross-sell-item h4 {
    margin: 0 0 0.4rem 0;
  }
}
.cross-sell-products .cross-sell-item select {
  padding: 0.6rem 0.9rem;
  border: 0;
}
.cross-sell-products .cross-sell-item .price-wrapper {
  line-height: 1.3;
  text-align: start;
}
.cross-sell-products .cross-sell-item .price-wrapper .price {
  font-size: 1.6rem;
  font-weight: 700;
}
.cross-sell-products .cross-sell-item .price-wrapper small {
  opacity: 0.6;
  font-size: 1rem;
}
.cross-sell-products .cross-sell-item button.button {
  padding: 0.8rem 1.1rem 0.8rem 1rem !important;
}
.cross-sell-products .cross-sell-item button.button.check {
  border-color: green !important;
  background-color: green !important;
}
.cross-sell-products .cross-sell-item button.button.check:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 162, 47, 0.6) !important;
}
.cross-sell-products .cross-sell-item button.button img, .cross-sell-products .cross-sell-item button.button svg {
  width: 1.6rem;
}
.cross-sell-products .cross-sell-item button.button i {
  font-size: 1.5rem;
}
.cross-sell-products .cross-sell-item-new {
  padding: 1.3rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 2rem;
  border-top: 0.1rem solid #f8f4ed;
}
@media screen and (min-width: 576px) {
  .cross-sell-products .cross-sell-item-new {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cross-sell-products .cross-sell-item-new a {
  color: #2c2b2b;
}
.cross-sell-products .cross-sell-item-new a:hover {
  text-decoration: underline;
}
.cross-sell-products .cross-sell-item-new .cross-sell-img {
  width: 3.4rem;
  height: 3.4rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #f8f4ed;
}
@media screen and (min-width: 576px) {
  .cross-sell-products .cross-sell-item-new .cross-sell-img {
    width: 5rem;
    height: 5rem;
  }
}
.cross-sell-products .cross-sell-item-new .cross-sell-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cross-sell-products .cross-sell-item-new h4 {
  margin: 0 0 0.8rem 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: start;
}
.cross-sell-products .cross-sell-item-new select {
  padding: 0.6rem 0.9rem;
  border: 0;
}
.cross-sell-products .cross-sell-item-new .price-wrapper {
  line-height: 1.3;
  text-align: start;
}
.cross-sell-products .cross-sell-item-new .price-wrapper .price {
  font-size: 1.5rem;
  font-weight: 700;
}
.cross-sell-products .cross-sell-item-new .price-wrapper small {
  opacity: 0.8;
  font-size: 0.875rem;
}
.cross-sell-products .cross-sell-item-new button.button {
  padding: 0.8rem 1.1rem 0.8rem 1rem !important;
  border-radius: 0.5rem;
  background-color: #c1935d;
}
.cross-sell-products .cross-sell-item-new button.button:hover {
  background-color: #cb9c67;
}
.cross-sell-products .cross-sell-item-new button.button.check {
  border-color: green !important;
  background-color: green !important;
}
.cross-sell-products .cross-sell-item-new button.button.check:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 162, 47, 0.6) !important;
}
.cross-sell-products .cross-sell-item-new button.button img, .cross-sell-products .cross-sell-item-new button.button svg {
  width: 1.3rem;
}
.cross-sell-products .cross-sell-item-new button.button i {
  font-size: 1.5rem;
}

.product-rotate {
  transform: rotate(90deg);
  margin: 0px -15px;
}

.product-info strong {
  font-family: "Vollkorn", serif;
  font-size: 1.3rem;
}
.product-info p {
  padding-right: 35px;
}

.product-caption-wrapper {
  margin-top: 2rem;
  top: 11rem;
}
@media screen and (min-width: 1200px) {
  .product-caption-wrapper {
    margin-top: 0;
    margin-left: 3rem;
    position: sticky;
  }
}

.product-caption {
  position: relative;
  color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-left: 4px solid #c1935d;
  background-color: #2c2b2b;
}
@media screen and (min-width: 576px) {
  .product-caption {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-caption:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2rem;
    left: -18px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #c1935d;
  }
}
.product-caption .info p {
  margin-bottom: 1.8rem;
}
.product-caption .woocommerce-LoopProduct-link {
  background: rgba(255, 255, 255, 0.15);
}

.levertijd {
  margin-top: 1rem;
  line-height: 1.65;
  padding: 1.5rem 2rem;
  color: white;
  background: #2c2b2b;
  border-radius: 0.5rem;
  gap: 2rem;
}
.levertijd svg {
  width: 3.1rem;
  flex-shrink: 0;
}

.posted-in {
  padding: 1rem 0;
  color: white;
}
.posted-in a {
  color: white;
  text-decoration: underline;
}
.posted-in a:hover {
  text-decoration: none;
}

.content-block-container {
  overflow: hidden;
  border-radius: 0.5rem;
}

.content-block {
  display: block;
  height: 18rem;
  position: relative;
}
.content-block.content-block-small {
  height: 14rem;
}
@media screen and (min-width: 992px) {
  .content-block {
    height: 23rem;
  }
}
.content-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  border-radius: 0.5rem;
  background-image: linear-gradient(219deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.8;
}
.content-block figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.2s ease-in-out all;
}
.content-block .inner {
  position: absolute;
  bottom: 1rem;
  z-index: 3;
  padding: 0 1rem;
  max-width: 300px;
}
@media screen and (min-width: 992px) {
  .content-block .inner {
    bottom: 1.8rem;
    padding: 0 1.8rem;
  }
}
.content-block .inner .titel {
  font-family: "Vollkorn", serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.content-block:hover figure {
  transform: scale(1.1);
}
.content-block:hover figure.no-zoom {
  transform: none;
}

.bottom-fs {
  width: 100%;
  z-index: 3;
  color: #fff;
  position: relative;
}

.play-video {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  font-family: "Vollkorn", serif;
  transition: 0.2s ease-in-out all;
}
.play-video i {
  transition: 0.2s ease-in-out all;
}
.play-video:hover {
  color: #c1935d;
}
.play-video:hover .btn-video {
  border-color: #c1935d;
}
.play-video:hover .btn-video i {
  color: #c1935d;
}

/* Breadcrumbs */
.breadcrumb {
  max-width: calc(100% - 4rem);
  margin: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  bottom: -1.5rem;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.4rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  background-color: #2c2b2b;
}
.breadcrumb.breadcrumb-static {
  margin: 0 0 1rem 0;
  padding: 0;
  position: relative;
  bottom: unset;
  box-shadow: unset;
  background-color: unset;
}
.breadcrumb.breadcrumb-checkout {
  margin: 1.5rem 0;
  color: #0c0c0a;
}
.breadcrumb.breadcrumb-checkout span {
  color: #0c0c0a;
}
.breadcrumb.breadcrumb-checkout span a span {
  color: gray;
}
.breadcrumb span {
  color: white;
}
.breadcrumb span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb span a span {
  color: #c1935d;
}
.breadcrumb a {
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.breadcrumb a:hover {
  color: #cb9c67;
}

/* video button homepage
========================================================*/
.btn-video {
  border: 2px #fff solid;
  border-radius: 30px;
  width: 4.5rem;
  font-size: 1rem;
  float: left;
  padding: 0.6rem 0 0.5rem 0.4rem;
  display: inline-block;
  color: #fff;
  margin-right: 0.95rem;
  text-align: center;
  transition: 0.2s ease-in-out all;
}

.modal-dialog {
  max-width: 80vw;
  width: 80vw;
}
.modal-dialog .modal-content {
  background-color: unset !important;
  border: 0 !important;
}
.modal-dialog .modal-content .modal-header {
  padding: 0 0 15px 0;
  border-bottom: 0;
}
.modal-dialog .modal-content .modal-header .btn-close {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 35px;
  text-shadow: none;
  color: white;
  border: 0;
  background: unset;
}
.modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}

.bg {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.bg .caption {
  position: relative;
  padding: 3.8rem 0;
  z-index: 3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bg .caption {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .bg .caption {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .bg .caption {
    padding: 10rem 0;
  }
}
.bg .caption p {
  margin-bottom: 1.8rem;
}
.bg .caption-low {
  margin-bottom: 0;
}
.bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(219deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
}
.bg.bg-with-description::before {
  background-image: linear-gradient(219deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(12, 12, 10, 0) 0%, #0c0c0a 100%);
  opacity: 1;
}

.slogan .embleem img {
  margin-top: 5px !important;
  width: 3.4rem;
}

.embleem-klein img {
  margin-top: 0 !important;
  width: 3.4rem !important;
}

/* reviews
========================================================*/
.reviews {
  padding: 0;
  color: #fff;
  font-family: "Vollkorn", serif;
}
@media screen and (min-width: 992px) {
  .reviews {
    padding: 1.8rem 0;
  }
}
.reviews .fas {
  color: #c1935d;
  font-size: 1.4rem;
}
.reviews strong {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  padding: 0 0.3rem;
  line-height: 28px;
  font-weight: 400;
}
.reviews .embleem {
  margin: 0 0 2.1rem 0;
}

.embleem img {
  width: 4.8rem;
}

/* faq
========================================================*/
.faq {
  padding: 1.25rem 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-question {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.faq-question:hover {
  cursor: pointer;
}
.faq-question:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  right: 1rem;
  top: 0;
}
.faq-question.collapsed:after {
  content: "\f107";
}

.faq-answer p:last-of-type {
  margin-bottom: 0;
}

/*========================================================
            footer
=========================================================*/
footer {
  padding: 4rem 0 6rem 0;
  position: relative;
  font-size: 1.25rem;
  color: white;
  border-radius: 1rem;
  background-color: #2c2b2b;
}
@media screen and (min-width: 576px) {
  footer {
    padding: 6.875rem 0 8.125rem 0;
  }
}
footer .row {
  --bs-gutter-y: 3.8rem;
}
footer .footer-title {
  margin: 0 0 1.3rem 0;
  display: block;
  color: white;
}
footer .footer-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem 0;
  list-style-type: none;
}
footer .footer-menu li a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
footer .footer-menu li a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: left;
  background-color: white;
}
footer .footer-menu li a:hover {
  color: white;
}
footer .footer-menu li a:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}
footer .contact-info {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem 0;
  list-style-type: none;
}
footer .contact-info li {
  padding: 0 0 0 2.2rem;
  position: relative;
  line-height: 1.65;
}
footer .contact-info li:first-child {
  margin: 0 0 1.3rem 0;
}
footer .contact-info li a {
  color: white;
}
footer .contact-info li .icon {
  width: 1.2rem;
  position: absolute;
  top: 0.35rem;
  left: 0;
}
footer .contact-info li .icon path {
  fill: white;
}
footer .contact-info li.location .icon {
  width: 1.1rem;
}
footer .contact-info .btn-link {
  font-size: 1.3rem;
  color: white;
}
footer .contact-info .btn-link path {
  fill: white;
}
footer:before {
  content: "";
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #0c0c0a;
}

.footerbar {
  padding: 2rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: #0c0c0a;
}
.footerbar .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .footerbar .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footerbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .footerbar ul {
    flex-direction: row;
  }
}
.footerbar ul li {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .footerbar ul li + li:before {
    content: "-";
    padding: 0 0.5rem;
  }
}
.footerbar a {
  color: inherit;
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  text-align: center;
  z-index: 99;
}
@media screen and (min-width: 576px) {
  .whatsapp {
    right: 22px;
    bottom: 22px;
  }
}
.whatsapp .whatsapp-label {
  margin-bottom: 2px;
  padding: 1px 12px 3px 12px;
  position: relative;
  font-size: 14px;
  color: white;
  display: block;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #075e54;
  transition: 0.1s all ease;
}
.whatsapp .whatsapp-label:after {
  content: "";
  width: 0;
  height: 0;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #075e54;
}
.whatsapp .whatsapp-button {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  font-size: 31px;
  color: white;
  border-radius: 50%;
  background-color: #25D366;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s all ease;
  z-index: 999;
}
@media screen and (min-width: 576px) {
  .whatsapp .whatsapp-button {
    width: 62px;
    height: 62px;
    right: 30px;
    bottom: 30px;
    font-size: 35px;
  }
}
.whatsapp .whatsapp-button:hover {
  color: white;
  text-decoration: none;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.whatsapp .whatsapp-button i {
  color: white;
  transform: translateY(-1px);
}

/* nieuwsbrief
========================================================*/
.newsletter-form {
  margin: 1.65rem 0 0 0;
}
.newsletter-form .nf-field-container {
  margin-bottom: 0 !important;
}
.newsletter-form .nf-form-content .nf-row nf-cells {
  display: flex;
  flex-direction: column;
  gap: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .newsletter-form .nf-form-content .nf-row nf-cells {
    flex-direction: row;
  }
}
.newsletter-form .nf-form-content .nf-row .nf-cell {
  width: 100% !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .newsletter-form .nf-form-content .nf-row .nf-cell {
    width: 50% !important;
  }
}

/* copyright
========================================================*/
.copyright {
  padding: 1.8rem 0;
  font-size: 1rem;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright ul li {
  display: inline-block;
  margin-right: 0.9rem;
}
.copyright ul li a {
  color: #fff;
}

/*========================================================
            winkels
=========================================================*/
.contact-details {
  padding: 2.5rem 4rem 2.5rem 2.5rem;
  color: white;
  border-radius: 0.5rem;
  background-color: #2c2b2b;
}
.contact-details strong {
  color: #c1935d;
}
.contact-details a {
  color: white;
}

.store-map {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #2c2b2b;
}
.store-map .contact_map {
  width: 100%;
  height: 100%;
}

/*========================================================
            nieuws
=========================================================*/
.blog {
  height: 100%;
  position: relative;
  display: block;
  color: #2c2b2b;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: #fff;
}
.blog .blog-photo {
  aspect-ratio: 16/11;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.blog .blog-content {
  padding: clamp(1rem, 2vw, 1.75rem) clamp(1rem, 2vw, 1.75rem) 7rem clamp(1rem, 2vw, 1.75rem);
}
.blog .blog-content h3 {
  font-weight: 700;
}
.blog .blog-content h3, .blog .blog-content p {
  color: #2c2b2b !important;
}
.blog .blog-content time {
  margin: 0 0 0.5rem 0;
  display: block;
}
.blog .btn-arrow {
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  right: clamp(1rem, 2vw, 1.75rem);
  bottom: clamp(1rem, 2vw, 1.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #c1935d;
  transform: translateY(-0.15rem);
}
@media screen and (min-width: 992px) {
  .blog .btn-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.blog .btn-arrow .arrow {
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .blog .btn-arrow .arrow {
    width: 1.4rem;
  }
}
.blog .btn-arrow .arrow svg {
  width: 100%;
}
.blog .btn-arrow .arrow svg path {
  fill: white;
}
.blog .btn-arrow .arrow.first {
  transform-origin: right;
}
.blog .btn-arrow .arrow.second {
  margin-left: -1em;
  transform: scale(0);
  transform-origin: left;
}
@media screen and (min-width: 992px) {
  .blog .btn-arrow .arrow.second {
    margin-left: -1.4em;
  }
}
.blog:hover {
  text-decoration: none;
  color: #2c2b2b;
}
.blog:hover .blog-photo img {
  transform: scale(1.03);
}
.blog:hover .btn-arrow .arrow.first {
  transform: scale(0);
}
.blog:hover .btn-arrow .arrow.second {
  transform: scale(1);
}

time {
  font-size: 1rem;
  color: #c1935d;
}

.single-news-img {
  height: 13rem;
}
@media screen and (min-width: 768px) {
  .single-news-img {
    height: 22rem;
  }
}
@media screen and (min-width: 992px) {
  .single-news-img {
    height: 25rem;
  }
}
.single-news-img img {
  object-fit: cover;
  object-position: center center;
  border-radius: 0.5rem;
}

/*========================================================
            vacatures
=========================================================*/
@media screen and (min-width: 992px) {
  .vacature .vacature-block-left {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .vacature .vacature-block-right {
    padding-left: 0;
  }
}
.vacature .vacature-block {
  color: black;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: white;
}
.vacature .vacature-block h3 {
  font-size: 2.15rem !important;
  color: #2c2b2b !important;
  hyphens: auto;
}
.vacature .vacature-block p {
  color: #2c2b2b !important;
}
.vacature .vacature-block .vacature-block-img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .vacature .vacature-block .vacature-block-img {
    width: 12rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.vacature .vacature-block .vacature-block-img figure {
  transform: scale(1.1);
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
}
.vacature .vacature-block .vacature-block-content {
  padding: 2rem 6rem 2rem 1.6rem;
}
@media screen and (min-width: 1200px) {
  .vacature .vacature-block .vacature-block-content {
    padding: 3rem 15.5rem 3rem 3rem;
  }
}
.vacature .vacature-block:hover {
  color: white;
  text-decoration: none;
  background-color: #c1935d;
}
.vacature .vacature-block:hover .vacature-block-img figure {
  transform: scale(1);
}
.vacature .vacature-block:hover span, .vacature .vacature-block:hover p, .vacature .vacature-block:hover h3 {
  color: white !important;
}
.vacature .vacature-block:hover .arrow {
  background-color: black;
}
.vacature .vacature-block .arrow {
  width: 3rem;
  height: 3rem;
  bottom: 2rem;
  right: 2rem;
  position: absolute;
  font-size: 1.3rem;
  color: white;
  text-align: center;
  line-height: 2.35;
  z-index: 1;
  transition: all 0.2s ease;
  background-color: #c1935d;
}
@media screen and (min-width: 1200px) {
  .vacature .vacature-block .arrow {
    bottom: 2.3rem;
    right: 10.5rem;
  }
}
.vacature h1 small, .vacature h2 small {
  margin: 0 0 0.8rem 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  color: #c1935d;
}
@media screen and (max-width: 991.98px) {
  .vacature.vacature-cta {
    padding-bottom: 0;
  }
}
.vacature.vacature-cta p, .vacature.vacature-cta h2 {
  color: white;
}
.vacature.vacature-cta figure {
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .vacature.vacature-cta figure {
    height: 18rem;
  }
}
@media screen and (min-width: 992px) {
  .vacature.vacature-cta figure {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.nf-form-content .file_upload-wrap button, .nf-form-content .file_upload-wrap input[type=button], .nf-form-content .file_upload-wrap input[type=submit] {
  padding: 22px 30px !important;
  color: #c1935d !important;
  background: none !important;
  border: 2px solid #c1935d !important;
}
.nf-form-content .file_upload-wrap button:hover, .nf-form-content .file_upload-wrap input[type=button]:hover, .nf-form-content .file_upload-wrap input[type=submit]:hover {
  color: white !important;
  background: #c1935d !important;
}
.nf-form-content .file_upload-wrap .nf-fu-progress {
  height: 6px !important;
  box-shadow: unset !important;
  background-color: #f8f4ed !important;
}
.nf-form-content .file_upload-wrap .nf-fu-progress .nf-fu-progress-bar {
  background-color: #c1935d;
}

/*========================================================
            pagina navigatie
=========================================================*/
.pagination {
  margin: 3rem 0 0 0;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
}
.pagination .nav-links .page-numbers {
  width: 3rem;
  height: 3rem;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c1935d;
  border-radius: 50%;
  border: 1px solid #c1935d;
}
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
  color: #2c2b2b;
  background-color: #c1935d;
}

/*========================================================
            recepten
=========================================================*/
/* filter sidebar
========================================================*/
.accordion-button:not(.collapsed) {
  color: white;
  background-color: #c1935d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
}
.accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", serif;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
}
.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
  content: "\f078";
  transform: rotate(-180deg);
  background: unset;
}

.acf-checkbox-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: 1.7;
}
.acf-checkbox-list input {
  margin: 0 0.4rem 0 0;
}

.filter-loader {
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem;
}

/* single
========================================================*/
@media screen and (min-width: 992px) {
  .recept {
    padding: 2.5rem 0 0 0;
  }
}
.recept:after {
  content: "";
  width: 100%;
  height: calc(50% - 1.25rem);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-color: #f8f4ed;
}

.recept-header {
  border-radius: 0.5rem;
  z-index: 1;
}
.recept-header .recept-info {
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .recept-header .recept-info {
    padding: 4.5rem 2.5rem;
  }
}
.recept-header .recept-info h1 {
  margin: 0 0 1rem 0;
}
.recept-header .recept-info ul {
  line-height: 1.8;
}
.recept-header figure {
  height: 11rem;
  border-radius: 6px 6px 0 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .recept-header figure {
    height: 100%;
    border-radius: 0 6px 6px 0;
  }
}
.recept-header figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6rem;
  bottom: 0;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 992px) {
  .recept-header figure:after {
    width: 20rem;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.recept-ingredienten {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
}
.recept-ingredienten .recept-ingredienten-header {
  padding: 1.1rem 1.5rem;
  border-radius: 6px 6px 0 0;
  background-color: #253049;
}
@media screen and (min-width: 992px) {
  .recept-ingredienten .recept-ingredienten-header {
    padding: 1.1rem 1.6rem;
  }
}
.recept-ingredienten .recept-ingredienten-header h3 {
  color: white;
  font-size: 1.45rem;
}
.recept-ingredienten .recept-ingredienten-header h3 span {
  width: 2.1rem;
  height: 2.1rem;
  margin: -0.1rem 0.8rem 0 0;
  font-size: 1.1rem;
  color: white;
  border-radius: 50%;
  border: 1px solid white;
}
.recept-ingredienten .recept-ingredienten-content {
  padding: 1.5rem;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 992px) {
  .recept-ingredienten .recept-ingredienten-content {
    padding: 1.5rem 1.6rem;
  }
}
.recept-ingredienten .recept-ingredienten-content p:last-of-type {
  margin: 0;
}

.recept-content .text-muted {
  color: #d2b896 !important;
}

/*========================================================
            contact
=========================================================*/
.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .btn {
  padding: 1rem 1.5rem !important;
  font-size: 1.125rem !important;
}
.nf-form-content .btn:hover {
  color: white !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  height: auto !important;
  padding: 1.05rem 1.05rem !important;
  font-size: 1.06rem !important;
  border: 0 !important;
  border-radius: 0.5rem !important;
  background: white !important;
}

.nf-form-content textarea {
  height: 10rem !important;
}

.nf-field-label label {
  font-weight: 400 !important;
}

.nf-form-fields-required {
  display: none;
}

/*========================================================
            WooCommerce
=========================================================*/
/* product
========================================================*/
.amount {
  height: auto !important;
}

.woocommerce-LoopProduct-link {
  display: block;
  background-color: #2C2B2B;
  border-radius: 0.5rem;
  padding: 20px 0 40px 0;
  transition: 0.2s ease-in-out all;
  height: calc(100% - 25px);
  overflow: hidden;
}
.woocommerce-LoopProduct-link img {
  transition: 0.2s ease-in-out all;
}
.woocommerce-LoopProduct-link strong {
  display: block;
  font-family: "Vollkorn", serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce-LoopProduct-link .inner {
  padding: 15px 35px;
  color: #fff;
}
.woocommerce-LoopProduct-link .inner span {
  display: block;
}
.woocommerce-LoopProduct-link .inner .price {
  display: block;
  font-size: 1.9rem;
  font-weight: 900;
}
.woocommerce-LoopProduct-link .btn-product {
  background: #c1935d;
  color: #fff;
  padding: 8px 15px;
}
.woocommerce-LoopProduct-link .woocommerce-placeholder {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.woocommerce-LoopProduct-link:hover {
  background-color: #c1935d;
}
.woocommerce-LoopProduct-link:hover img {
  transform: scale(1.1);
}
.woocommerce-LoopProduct-link:hover .btn-product {
  background-color: #2B2925;
}
.woocommerce-LoopProduct-link:hover strong, .woocommerce-LoopProduct-link:hover small, .woocommerce-LoopProduct-link:hover .price {
  opacity: 0.75;
}
.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  background-color: #c1935d;
  color: rgba(255, 255, 255, 0.75) !important;
}
.woocommerce-LoopProduct-link:hover .button.add_to_cart_button {
  background-color: #2B2925 !important;
}

/* product variations
========================================================*/
.fak_external_comment, label[for=fak_external_comment], .fak-textarea--no-resize {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  margin: 0;
}

.woocommerce div.product form.cart .variations select, select.pofw-option {
  width: 100%;
  height: 44px !important;
  margin: 0;
  padding: 6px 10px;
  border: 0;
  border-radius: 0.2rem;
  background-color: white;
}

.pofw-product-options-wrapper {
  margin: 0;
}
.pofw-product-options-wrapper label {
  margin: 0 0 0.3rem 0;
}
.pofw-product-options-wrapper .choice {
  display: flex;
}
.pofw-product-options-wrapper .choice input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
  margin: 6px 6px 0 0;
}

.wdm-custom-fields label {
  width: 100%;
  margin: 0 0 0.3rem 0;
  font-weight: 700;
}
.wdm-custom-fields textarea {
  width: 100%;
}

/* pagina navigatie
========================================================*/
.woocommerce nav.woocommerce-pagination ul {
  margin: 4.5rem 0 0 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 2rem;
  height: 2rem;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.06rem;
  border-radius: 50%;
  border: 1px solid #c1935d;
}
.woocommerce nav.woocommerce-pagination ul li a.dots, .woocommerce nav.woocommerce-pagination ul li span.dots {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  color: white;
  border-color: #0c0c0a;
  background-color: #0c0c0a;
}

/* cart page
========================================================*/
.woocommerce table.shop_table {
  border: 1px solid #c1935d !important;
  border-radius: 0 !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 1.25rem 0.75rem !important;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(193, 147, 93, 0.3) !important;
}
.woocommerce table.shop_table .product-name a {
  color: #2c2b2b;
}
.woocommerce table.shop_table .woocommerce-Price-amount {
  float: unset;
  text-align: left;
  color: unset;
  font-size: 1rem;
  font-weight: 400;
}
.woocommerce table.shop_table .quantity .qty {
  height: 2.9rem;
  border: 1px solid #c1935d !important;
}
.woocommerce table.shop_table .coupon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .woocommerce table.shop_table .coupon {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
}
.woocommerce table.shop_table .coupon input {
  width: auto !important;
  margin: 0 !important;
  padding: 0.8rem !important;
  float: unset !important;
  border-radius: 3px;
  border: 1px solid rgba(193, 147, 93, 0.3) !important;
}
@media screen and (min-width: 992px) {
  .woocommerce table.shop_table .coupon input {
    width: 16rem !important;
  }
}
.woocommerce table.shop_table .coupon button {
  width: auto !important;
  height: 100%;
  float: unset !important;
  display: block;
  line-height: unset;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(193, 147, 93, 0.3) !important;
}

.cart_item .product-remove .remove {
  width: 2.6rem !important;
  height: 2.6rem !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #c1935d !important;
  font-weight: 400;
  font-size: 0.9rem;
  position: relative;
  border: 1px solid #c1935d;
  transition: all 0.2s ease;
}
@media screen and (min-width: 992px) {
  .cart_item .product-remove .remove {
    margin: 0 0 0 1rem;
  }
}
.cart_item .product-remove .remove:hover {
  background: #c1935d;
}

.variation-Comment {
  display: none !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: white !important;
  border-radius: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 400 !important;
  background-color: #c1935d;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: white !important;
  background-color: #cb9c67;
}
.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce input.button:active, .woocommerce input.button:focus {
  background: #cb9c67;
  border-color: #cb9c67;
  color: white !important;
  box-shadow: 0 0 0 0.25rem rgba(242, 164, 70, 0.5) !important;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  color: white;
  background-color: rgba(242, 164, 70, 0.8);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-size: 100% !important;
  font-weight: 600 !important;
  padding: 1.3rem 1.8rem !important;
  color: white !important;
  border: 0 !important;
  background-color: #c1935d !important;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #cb9c67 !important;
}
.woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:active, .woocommerce input.button.alt:focus {
  background: #cb9c67;
  border-color: #cb9c67;
  box-shadow: 0 0 0 0.25rem rgba(242, 164, 70, 0.5) !important;
}

.woocommerce form .form-row textarea {
  height: 8em;
}

/* check-out page
========================================================*/
/* info messages
========================================================*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0 0 1.5rem;
  padding: 1em 2em 1em 2.95em;
  font-size: 1.06rem;
  border-top: unset;
  border-radius: 1rem;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  left: 1.1em;
  font-family: "Font Awesome 7 Pro", serif;
  font-weight: 400;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: currentColor;
  text-decoration: underline;
}
.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible {
  outline: 0;
}

.woocommerce-message {
  color: #0a3622;
  background: #d1e7de;
}
.woocommerce-message:before {
  content: "\f058";
  color: #0a3622;
}

.woocommerce-error {
  color: #58151c;
  background: #f8d7da;
}
.woocommerce-error:before {
  content: "\f06a";
  color: #58151c;
}

.woocommerce-info {
  color: #055161 !important;
  background: #cff4fc;
}
.woocommerce-info:before {
  content: "\f05a";
  color: #055161;
}

/* coupon forms
========================================================*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0;
}
.woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p {
  padding-bottom: 0;
}

/* form validation
========================================================*/
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  background-color: #ffe1e1;
}

/* account login
========================================================*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0;
  margin: 1.5rem 0 1.5rem 0;
}

@media screen and (max-width: 991.98px) {
  .woocommerce-account .u-column2 {
    margin-top: 2rem;
  }
}

/* account pages
========================================================*/
@media screen and (max-width: 991.98px) {
  .woocommerce form.login, .woocommerce form.register {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .woocommerce-MyAccount-navigation .list-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .woocommerce-MyAccount-navigation .list-group .mobile-scroll-item {
    flex: 0 0 auto;
  }
}
.woocommerce-MyAccount-navigation a.list-group-item {
  padding: 0.8rem 1rem 0.8rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-MyAccount-navigation a.list-group-item {
    border-radius: 0.5rem !important;
    border: 0;
  }
}
.woocommerce-MyAccount-navigation a.list-group-item:not(:last-child) {
  margin-right: 0.7rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation a.list-group-item:not(:last-child) {
    margin-right: 0;
  }
}
.woocommerce-MyAccount-navigation a.list-group-item:before {
  font-family: "Font Awesome 5 Pro", serif;
  position: absolute;
  font-weight: 300;
  left: 1rem;
}
.woocommerce-MyAccount-navigation a.list-group-item.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation a.list-group-item.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f466";
}
.woocommerce-MyAccount-navigation a.list-group-item.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f041";
}
.woocommerce-MyAccount-navigation a.list-group-item.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation a.list-group-item.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation .is-active {
  color: white;
  background-color: #c1935d;
}

h5.card-header {
  padding: 0.9rem 1rem 0.7rem 1rem;
  font-size: 1.4rem;
  background-color: white;
}

section.woocommerce-order-details, section.woocommerce-customer-details {
  padding: 0;
}

.woocommerce ul.order_details {
  margin: 0 0 1.5rem;
  padding: 0;
}
.woocommerce ul.order_details .woocommerce-Price-amount {
  text-align: left;
  color: #2c2b2b;
  font-size: 1rem;
}

.woocommerce .woocommerce-customer-details address {
  padding: 0.8rem;
  border: 1px solid #c1935d;
}
.woocommerce .woocommerce-customer-details address p {
  padding: 0;
}

/*========================================================*/
.woocommerce-loop-product__title {
  background-color: #2C2B2B;
  z-index: 1;
  position: relative;
  display: block;
  font-family: "Vollkorn", serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.2s ease-in-out all;
  padding: 15px 35px 0 35px;
}
.woocommerce-loop-product__title:hover {
  color: rgba(255, 255, 255, 0.75);
}

.button.add_to_cart_button {
  background-color: #c1935d !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0.5rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  vertical-align: middle;
  font-size: 1rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-Price-amount {
  margin-right: 35px;
  color: #fff;
  font-size: 2.15rem;
  font-weight: 900;
  padding: 0;
  top: -44px;
  margin-left: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce-Price-amount {
  margin: 0;
}

/* category category menu
========================================================*/
.cat-button {
  color: white;
  border: 1px solid white;
  background-color: #0c0c0a;
}
.cat-button:hover {
  color: white;
}

#primary-sidebar li {
  list-style-type: none;
}

.wc-block-product-categories-list {
  padding: 0;
}

.wc-block-product-categories-list-item-count {
  display: none;
}

.wc-block-product-categories-list .wc-block-product-categories-list {
  display: none;
  margin-left: 0.6rem;
  padding-left: 1.32rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wc-block-product-categories-list-item {
  position: relative;
  margin: 0.45rem 0;
  line-height: 1.4;
}
.wc-block-product-categories-list-item a {
  color: #2c2b2b;
}
.wc-block-product-categories-list-item a:hover {
  text-decoration: underline;
}

.wc-cat-toggle {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.65rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  color: #c1935d;
  border: 2px solid #c1935d;
  border-radius: 50%;
  background: transparent;
}
.wc-cat-toggle:hover {
  opacity: 0.6;
}
.wc-cat-toggle:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateX(-0.02rem) translateY(-0.02rem);
  transition: transform 0.18s ease;
}
.wc-cat-toggle.is-open:after {
  transform: rotate(45deg) translateX(0) translateY(-0.02rem);
}

.wc-block-product-categories-list-item > a,
.wc-block-product-categories-list-item > .wc-cat-toggle + a {
  vertical-align: middle;
}

.wc-cat-toggle[aria-hidden=true] {
  visibility: hidden;
}

.download {
  display: block;
  position: relative;
  padding-bottom: 0.7rem;
}
.download img {
  width: 230px;
  transform: rotate(6deg);
  transition: all 0.4s ease;
}
.download .download-content {
  display: block;
  background-color: #2C2B2B;
  border-radius: 0.5rem;
  padding: 1rem 0 0.6rem 0;
  transition: 0.2s ease-in-out all;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.download .download-content .download-content-name {
  display: block;
  margin-bottom: 0;
  font-family: "Vollkorn", serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.download:hover img {
  transform: rotate(0);
}

.byconsolewooodt_delivery_type label[for=byconsolewooodt_delivery_type_take_away].radio, .byconsolewooodt_delivery_type label[for=byconsolewooodt_delivery_type_levering].radio {
  display: inline-block;
  background-color: #fff;
  color: #2c2b2b;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 13px 18px;
  line-height: normal;
  border: 1px solid #c99d63;
  box-shadow: none;
  margin-bottom: 0;
}

.byconsolewooodt_delivery_type label[for=byconsolewooodt_delivery_type_take_away].radio {
  border-radius: 0.2rem 0 0 0.2rem;
  border-right: 0;
}

.byconsolewooodt_delivery_type label[for=byconsolewooodt_delivery_type_levering].radio {
  border-radius: 0 0.2rem 0.2rem 0;
}

.byconsolewooodt_delivery_type input:checked + label[for=byconsolewooodt_delivery_type_take_away] {
  background-color: #c1935d;
  border: 1px solid #c1935d;
  color: #fff;
}

.byconsolewooodt_delivery_type input:checked + label[for=byconsolewooodt_delivery_type_levering] {
  background-color: #c1935d;
  border: 1px solid #c1935d;
  color: #fff;
}

#byconsolewooodt_pickup_location {
  border-radius: 0.2rem;
  border: 1px solid #c99d63;
  padding: 12px 18px;
}

#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box p:first-of-type, .woocommerce-cart #payment div.payment_box p:first-of-type, .woocommerce-checkout #payment div.payment_box p:first-of-type {
  margin-bottom: 0.5rem;
}
#add_payment_method #payment div.payment_box p select, .woocommerce-cart #payment div.payment_box p select, .woocommerce-checkout #payment div.payment_box p select {
  border-radius: 0.2rem;
  padding: 12px 18px;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.popup-wrapper .popup {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  position: absolute;
  z-index: 1050;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.5rem;
}
.popup-wrapper .popup #close-popup {
  position: absolute;
  top: -1rem;
  right: -1rem;
  border-radius: 50%;
  text-align: center;
  background-color: #c1935d;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  transition: all 0.4s ease;
  cursor: pointer;
}
.popup-wrapper .popup #close-popup:hover {
  background-color: #ec962e;
}

.subcategory-button {
  display: flex;
  background-color: #2c2b2b;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  min-height: 6rem;
}
.subcategory-button figure {
  width: 8rem;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
}
.subcategory-button figure:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #2c2c2b 0%, rgba(44, 44, 43, 0) 100%);
}
.subcategory-button .subcategory-button-content {
  width: calc(100% - 8rem);
  padding: 1rem 1rem 1rem 0.5rem;
  font-family: "Vollkorn", serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3rem;
}
.subcategory-button .subcategory-button-content small {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-size: 0.75rem;
  opacity: 0.7;
}

h2 .far.fa-info-circle {
  color: #f2a446;
  cursor: pointer;
}

.block-extras {
  border-radius: 0.5rem;
  background-color: #2C2B2B;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.block-extras h2 {
  font-size: 1.5rem;
}
.block-extras h2 small {
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  opacity: 0.6;
}
.block-extras label {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-extras label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.block-extras label input:checked ~ .checkmark {
  background-color: #c1935d;
}
.block-extras label input:checked ~ .checkmark:after {
  display: block;
}
.block-extras label .checkmark {
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #eee;
  border-radius: 50%;
}
.block-extras label .checkmark:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background: white;
  position: absolute;
  display: none;
}
.block-extras label:hover input ~ .checkmark {
  background-color: #ccc;
}
.block-extras label:hover input:checked ~ .checkmark {
  background-color: #c1935d;
}
.block-extras .option-text-muted {
  opacity: 0.6;
}
.block-extras .extra_product_content i {
  color: #c1935d;
}

.quantity-block {
  margin-top: 2.5rem;
}

.price-label, .quantity-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.3rem;
}

.package-price {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
.package-price .package-price-euro {
  font-size: 1.5rem;
}
.package-price .package-price-suffix {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.6;
}

.modal-dialog.modal-product-info .modal-content {
  border-radius: 0.5rem;
  background-color: #0c0c0a !important;
}
.modal-dialog.modal-product-info .modal-content .modal-header {
  padding: 1rem 2rem;
  border-bottom: solid 1px #2c2b2b;
}
.modal-dialog.modal-product-info .modal-content .modal-body {
  padding: 2rem !important;
}

.product-package {
  border-radius: 0.5rem;
  background-color: #2C2B2B;
  margin-top: 2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.product-package .product-package-image {
  width: 30%;
}
.product-package .product-package-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.product-package .product-package-content {
  padding: 2rem;
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  .product-package .product-package-image {
    width: 100%;
    height: 250px;
  }
  .product-package .product-package-content {
    padding: 2rem;
    width: 100%;
  }
}

.custom-list ul {
  list-style-type: none;
  padding-left: 0;
}
.custom-list ul li {
  position: relative;
  padding-left: 1.3rem;
}
.custom-list ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.5rem;
  font-weight: 700;
  color: #c1935d;
}

.product-item-hover {
  transition: 0.3s;
}
.product-item-hover:hover {
  transform: scale(1.1);
}

.oddt-filters-wrapper #fak_next_oddt_date_field .woocommerce-input-wrapper {
  position: relative;
}
.oddt-filters-wrapper #fak_next_oddt_date_field .woocommerce-input-wrapper input {
  cursor: pointer;
  border-color: #f8f4ee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0NDggNDgwIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTQxKSAgLS0+CiAgPHBhdGggZD0iTTEyMCwwYzEzLjMwMDAwMzEsMCwyNCwxMC42OTk5OTY5LDI0LDI0djQwaDE2MFYyNGMwLTEzLjMwMDAwMzEsMTAuNzAwMDEyMi0yNCwyNC0yNHMyNCwxMC42OTk5OTY5LDI0LDI0djQwaDMyYzM1LjI5OTk4NzgsMCw2NCwyOC42OTk5OTY5LDY0LDY0djI4OGMwLDM1LjI5OTk4NzgtMjguNzAwMDEyMiw2NC02NCw2NEg2NGMtMzUuMzAwMDAzMSwwLTY0LTI4LjcwMDAxMjItNjQtNjRWMTI4YzAtMzUuMzAwMDAzMSwyOC42OTk5OTY5LTY0LDY0LTY0aDMyVjI0YzAtMTMuMzAwMDAzMSwxMC42OTk5OTY5LTI0LDI0LTI0Wk0xMjAsMTEyaC01NmMtOC44MDAwMDMxLDAtMTYsNy4xOTk5OTY5LTE2LDE2djQ4aDM1MnYtNDhjMC04LjgwMDAwMzEtNy4yMDAwMTIyLTE2LTE2LTE2SDEyMFpNNDgsMjI0djE5MmMwLDguNzk5OTg3OCw3LjE5OTk5NjksMTYsMTYsMTZoMzIwYzguNzk5OTg3OCwwLDE2LTcuMjAwMDEyMiwxNi0xNnYtMTkySDQ4WiIvPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 0.7rem;
  background-position: calc(100% - 1rem) 50%;
  background-color: white;
}

.woocommerce form .form-row.woocommerce-invalid#fak_next_oddt_date_field label {
  color: #2c2b2b !important;
}

.checkout-sectie, .oddt-filters-wrapper {
  margin: 0 0 1.25rem 0;
  padding: 1.75rem;
  border-radius: 1rem;
  background-color: white;
}
.checkout-sectie h3, .oddt-filters-wrapper h3 {
  margin: 0 0 1rem 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700 !important;
}
.checkout-sectie p, .oddt-filters-wrapper p {
  margin: 0;
  font-size: 0.9375rem;
}
.checkout-sectie p.mute, .oddt-filters-wrapper p.mute {
  color: #12121299;
}
.checkout-sectie #email-check-result, .oddt-filters-wrapper #email-check-result {
  font-size: 0.9375rem;
  font-weight: 500;
}
.checkout-sectie #email-check-result a, .oddt-filters-wrapper #email-check-result a {
  color: currentColor;
  text-decoration: underline;
}
.checkout-sectie .form-row, .oddt-filters-wrapper .form-row {
  margin-bottom: 0.8rem !important;
  padding: 0 !important;
}
.checkout-sectie .form-row label, .oddt-filters-wrapper .form-row label {
  margin: 0 0 0.3rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.checkout-sectie .form-row .required, .oddt-filters-wrapper .form-row .required {
  color: #2c2b2b !important;
  font-weight: 500 !important;
}
.checkout-sectie .input-group, .checkout-sectie .checkbox-group, .oddt-filters-wrapper .input-group, .oddt-filters-wrapper .checkbox-group {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #f8f4ed;
  border-radius: 0.5rem;
}
.checkout-sectie .input-group label, .checkout-sectie .checkbox-group label, .oddt-filters-wrapper .input-group label, .oddt-filters-wrapper .checkbox-group label {
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 2rem;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout-sectie .input-group label:not(:last-child), .checkout-sectie .checkbox-group label:not(:last-child), .oddt-filters-wrapper .input-group label:not(:last-child), .oddt-filters-wrapper .checkbox-group label:not(:last-child) {
  border-bottom: 0.1rem solid #f8f4ed;
}
.checkout-sectie .input-group label input, .checkout-sectie .checkbox-group label input, .oddt-filters-wrapper .input-group label input, .oddt-filters-wrapper .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkout-sectie .input-group label .checkmark, .checkout-sectie .checkbox-group label .checkmark, .oddt-filters-wrapper .input-group label .checkmark, .oddt-filters-wrapper .checkbox-group label .checkmark {
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f8f4ed;
  border-radius: 0.25rem;
  background-color: white;
}
.checkout-sectie .input-group label .checkmark:after, .checkout-sectie .checkbox-group label .checkmark:after, .oddt-filters-wrapper .input-group label .checkmark:after, .oddt-filters-wrapper .checkbox-group label .checkmark:after {
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "Font Awesome 7 Pro";
  font-size: 0.6rem;
  font-weight: 700;
  color: white;
}
.checkout-sectie .input-group label:hover input ~ .checkmark, .checkout-sectie .checkbox-group label:hover input ~ .checkmark, .oddt-filters-wrapper .input-group label:hover input ~ .checkmark, .oddt-filters-wrapper .checkbox-group label:hover input ~ .checkmark {
  background-color: #f8f4ed;
}
.checkout-sectie .input-group label input:checked ~ .checkmark, .checkout-sectie .checkbox-group label input:checked ~ .checkmark, .oddt-filters-wrapper .input-group label input:checked ~ .checkmark, .oddt-filters-wrapper .checkbox-group label input:checked ~ .checkmark {
  border-color: #c1935d;
  background-color: #c1935d;
}
.checkout-sectie .input-group label input:checked ~ .checkmark:after, .checkout-sectie .checkbox-group label input:checked ~ .checkmark:after, .oddt-filters-wrapper .input-group label input:checked ~ .checkmark:after, .oddt-filters-wrapper .checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-sectie .input-group.reversed .checkmark, .checkout-sectie .checkbox-group.reversed .checkmark, .oddt-filters-wrapper .input-group.reversed .checkmark, .oddt-filters-wrapper .checkbox-group.reversed .checkmark {
  border-color: #c1935d;
  background-color: #c1935d;
}
.checkout-sectie .input-group.reversed .checkmark:after, .checkout-sectie .checkbox-group.reversed .checkmark:after, .oddt-filters-wrapper .input-group.reversed .checkmark:after, .oddt-filters-wrapper .checkbox-group.reversed .checkmark:after {
  display: block;
}
.checkout-sectie .input-group.reversed:hover .checkmark, .checkout-sectie .checkbox-group.reversed:hover .checkmark, .oddt-filters-wrapper .input-group.reversed:hover .checkmark, .oddt-filters-wrapper .checkbox-group.reversed:hover .checkmark {
  border-color: #c1935d;
  background-color: #c1935d;
}
.checkout-sectie .input-group.reversed:hover input:checked ~ .checkmark, .checkout-sectie .checkbox-group.reversed:hover input:checked ~ .checkmark, .oddt-filters-wrapper .input-group.reversed:hover input:checked ~ .checkmark, .oddt-filters-wrapper .checkbox-group.reversed:hover input:checked ~ .checkmark {
  border-color: #f8f4ed;
  background-color: #f8f4ed;
}
.checkout-sectie .input-group.reversed input:checked ~ .checkmark, .checkout-sectie .checkbox-group.reversed input:checked ~ .checkmark, .oddt-filters-wrapper .input-group.reversed input:checked ~ .checkmark, .oddt-filters-wrapper .checkbox-group.reversed input:checked ~ .checkmark {
  border-color: #f8f4ed;
  background-color: white;
}
.checkout-sectie .input-group.reversed input:checked ~ .checkmark:after, .checkout-sectie .checkbox-group.reversed input:checked ~ .checkmark:after, .oddt-filters-wrapper .input-group.reversed input:checked ~ .checkmark:after, .oddt-filters-wrapper .checkbox-group.reversed input:checked ~ .checkmark:after {
  display: none;
}
.checkout-sectie .delivery-method, .oddt-filters-wrapper .delivery-method {
  padding: 0.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 0.2rem;
  border-radius: 0.5rem;
  background-color: #f8f4ed;
}
.checkout-sectie .delivery-method label, .oddt-filters-wrapper .delivery-method label {
  margin: 0;
  padding: 0.8rem;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout-sectie .delivery-method label input, .oddt-filters-wrapper .delivery-method label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkout-sectie .delivery-method label .checkmark, .oddt-filters-wrapper .delivery-method label .checkmark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f8f4ed;
  border-radius: 0.5rem;
  background-color: #f8f4ed;
}
.checkout-sectie .delivery-method label .name, .oddt-filters-wrapper .delivery-method label .name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.35rem;
}
.checkout-sectie .delivery-method label:hover input ~ .checkmark, .oddt-filters-wrapper .delivery-method label:hover input ~ .checkmark {
  background-color: #eee7dd;
}
.checkout-sectie .delivery-method label input:checked ~ .checkmark, .oddt-filters-wrapper .delivery-method label input:checked ~ .checkmark {
  border-color: #0c0c0a;
  background-color: white;
}
.checkout-sectie .delivery-method label input:checked ~ .checkmark:after, .oddt-filters-wrapper .delivery-method label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-sectie .customer-type p, .oddt-filters-wrapper .customer-type p {
  margin: 0 0 0.3rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.checkout-sectie #billing_country_field .woocommerce-input-wrapper, .checkout-sectie #shipping_country_field .woocommerce-input-wrapper, .oddt-filters-wrapper #billing_country_field .woocommerce-input-wrapper, .oddt-filters-wrapper #shipping_country_field .woocommerce-input-wrapper {
  padding: 0.98rem 1.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1;
  cursor: not-allowed;
  border: 0.1rem solid #f8f4ed;
  border-radius: 0.5rem;
}
.checkout-sectie #billing_country_field .woocommerce-input-wrapper strong, .checkout-sectie #shipping_country_field .woocommerce-input-wrapper strong, .oddt-filters-wrapper #billing_country_field .woocommerce-input-wrapper strong, .oddt-filters-wrapper #shipping_country_field .woocommerce-input-wrapper strong {
  font-weight: 400;
}

/* */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border: 0.1rem solid #f8f4ed;
  border-radius: 0.5rem;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row .input-text:focus-visible, .woocommerce form .form-row select:focus, .woocommerce form .form-row select:focus-visible {
  outline: 0;
  border-color: #f8f4ed;
  box-shadow: 0 0 0 3px rgba(193, 147, 93, 0.35);
}

.woocommerce form .form-row .input-text {
  border-color: #f8f4ed66;
  background-color: white;
}

.woocommerce form .form-row select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyODcuODk5OTkzOSAyOTQuOTQ5OTk2OSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE0MSkgIC0tPgogIDxwYXRoIGQ9Ik0yODMuMjQ5OTg0NywxMzkuNzAwMDEyMmMtNi4yMDAwMTIyLTYuMjAwMDEyMi0xNi4zOTk5NjM0LTYuMjAwMDEyMi0yMi41OTk5NzU2LDBsLTEwMC43MDAwMTIyLDEwMC42OTk5NTEyVjE2YzAtOC43OTk5ODc4LTcuMjAwMDEyMi0xNi0xNi0xNnMtMTYsNy4yMDAwMTIyLTE2LDE2djIyNC4zOTk5NjM0TDI3LjI0OTk4NDcsMTM5LjY5OTk1MTJjLTYuMjAwMDEyMi02LjIwMDAxMjItMTYuNDAwMDI0NC02LjIwMDAxMjItMjIuNTk5OTc1NiwwLTYuMjAwMDEyMiw2LjIwMDAxMjItNi4yMDAwMTIyLDE2LjQwMDAyNDQsMCwyMi42MDAwMzY2bDEyOCwxMjhjNi4yMDAwMTIyLDYuMjAwMDEyMiwxNi4zOTk5NjM0LDYuMjAwMDEyMiwyMi41OTk5NzU2LDBsMTI4LTEyOGM2LjIwMDAxMjItNi4yMDAwMTIyLDYuMjAwMDEyMi0xNi4zOTk5NjM0LDAtMjIuNTk5OTc1NloiLz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 0.65rem;
  background-position: calc(100% - 1rem) 50%;
  background-color: white;
}

/* */
.woocommerce form .checkout-sectie .form-row .input-text {
  border-color: #f8f4ed66;
  background-color: #f8f4ed66;
}

/* */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 1rem !important;
  background-color: white !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0 1rem;
  border: 0.1rem solid #f8f4ed;
  border-radius: 0.5rem;
}

ul.wc_payment_methods {
  margin: 0 0 1.3rem 0;
  list-style-type: none;
  border: 0;
  background-color: white;
}
ul.wc_payment_methods li:not(:last-child) {
  border-bottom: 0.1rem solid #f8f4ed;
}
ul.wc_payment_methods li input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
ul.wc_payment_methods li label {
  width: 100%;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}
ul.wc_payment_methods li label:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  border: 2px solid #f8f4ed;
  background-color: white;
}
ul.wc_payment_methods li label img {
  height: 1.3rem;
}
ul.wc_payment_methods li label:hover:before {
  background-color: #f8f4ed;
}
ul.wc_payment_methods li input[type=radio]:checked + label:before {
  color: white;
  border-color: #c1935d;
  background-color: #c1935d;
}
ul.wc_payment_methods li input[type=radio]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: 1.3rem;
  left: 0.3rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: white;
}
ul.wc_payment_methods li .payment_box {
  margin: 0 !important;
  padding: 0 !important;
  background-color: unset !important;
}
ul.wc_payment_methods li .payment_box:before {
  display: none !important;
}
ul.wc_payment_methods li .payment_box p {
  margin: 0 0 1.45rem 0 !important;
  color: #12121299 !important;
}
ul.wc_payment_methods li:last-child input[type=radio]:checked + label {
  border-bottom: 0;
  border-radius: 0;
}

input[type=checkbox]:focus + label:after, input[type=radio]:focus + label:after {
  box-shadow: unset !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: unset;
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 2.2rem 0 1.4rem 0;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 1.9rem;
  position: relative;
  font-weight: 400;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  color: currentColor;
  text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  border: 2px solid #f8f4ed;
  background-color: white;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:hover:before {
  background-color: #f8f4ed;
}
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text:before {
  color: white;
  border-color: #c1935d;
  background-color: #c1935d;
}
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text:after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: -0.05rem;
  left: 0.3rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

.checkout-summary-sectie {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #fafaf8;
}
@media screen and (min-width: 576px) {
  .checkout-summary-sectie {
    padding: 2.5rem;
  }
}
.checkout-summary-sectie h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.checkout-summary-sectie .cart-collapse {
  padding: 0;
  font-size: 1rem;
  border: 0;
  background-color: unset;
}
.checkout-summary-sectie .cart-collapse i {
  font-size: 0.8rem;
  transform: rotate(-90deg) translateX(0.015rem);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.checkout-summary-sectie .cart-collapse.active i {
  transform: rotate(0deg) translateX(0);
}
.checkout-summary-sectie .cart-items-header {
  margin: 0 0 1.06rem 0;
  padding: 0 1.25rem 0 4rem;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .checkout-summary-sectie .cart-items-header {
    padding: 0 1.25rem 0 5.5rem;
  }
}
.checkout-summary-sectie .cart-items {
  margin: 2.5rem 0 0 0;
  display: none;
}
.checkout-summary-sectie .cart_item {
  padding: 0 1.25rem 0 0;
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
}
.checkout-summary-sectie .cart_item + .cart_item {
  margin-top: 0.8rem;
}
.checkout-summary-sectie .cart_item figure {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0;
  position: relative;
  flex-shrink: 0;
  border-radius: 0.25rem;
  background-color: #f8f4ed;
}
@media screen and (min-width: 576px) {
  .checkout-summary-sectie .cart_item figure {
    width: 4.75rem;
    height: 4.75rem;
  }
}
.checkout-summary-sectie .cart_item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.25rem;
}
.checkout-summary-sectie .cart_item figure .product-quantity {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 800;
  color: white;
  border-radius: 50%;
  background-color: #c1935d;
}
.checkout-summary-sectie .cart_item .cart-item-data {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 0 1rem;
  line-height: 1.15;
}
.checkout-summary-sectie .cart_item .cart-item-data .cart-item-data-title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.checkout-summary-sectie .cart_item .cart-item-data .product-name {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .checkout-summary-sectie .cart_item .cart-item-data .product-name {
    font-size: 1.125rem;
  }
}
.checkout-summary-sectie .cart_item .cart-item-data .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 500;
  color: currentColor;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table {
  margin: 1.25rem 0 0 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
  font-size: 1rem;
  border-radius: 0.5rem;
  background-color: white;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row {
  display: flex;
  justify-content: space-between;
  gap: 0 2.5rem;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 500;
  color: currentColor;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row .woocommerce-shipping-methods li {
  margin: 0 !important;
  font-weight: 500;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row .woocommerce-shipping-methods li .amount {
  font-weight: 500 !important;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row.order-total {
  margin: 0.65rem 0 0 0;
  padding: 1.15rem 0 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  border-top: 0.1rem solid #f8f4ed;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row.order-total .btw {
  font-size: 0.875rem;
  font-weight: 400;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row.order-total .btw .woocommerce-Price-amount {
  font-size: 0.875rem;
  font-weight: 400;
}
.checkout-summary-sectie .woocommerce-checkout-review-order-table .review-order-row.order-total .total .woocommerce-Price-amount {
  font-size: 1.125rem;
  font-weight: 700;
}

/* Cart */
.cart-table {
  margin: 0;
  padding: 0.25rem 1.25rem;
  list-style-type: none;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .cart-table {
    padding: 0.25rem 1.75rem;
  }
}
.cart-table .cart-item {
  padding: 1.5rem 0;
  display: flex;
  gap: 1rem;
}
.cart-table .cart-item:not(:last-child) {
  border-bottom: 0.1rem solid #f8f4ed;
}
.cart-table .cart-item a {
  color: #2c2b2b;
}
.cart-table .cart-item a:hover {
  text-decoration: underline;
}
.cart-table .cart-item .cart-item-image {
  width: 3.4rem;
  height: 3.4rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #f8f4ed;
}
@media screen and (min-width: 576px) {
  .cart-table .cart-item .cart-item-image {
    width: 5rem;
    height: 5rem;
  }
}
.cart-table .cart-item .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-table .cart-item .cart-item-content {
  display: flex;
  flex-direction: column;
  gap: 1.3rem 2rem;
  flex: 1;
}
@media screen and (min-width: 576px) {
  .cart-table .cart-item .cart-item-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cart-table .cart-item .cart-item-content .cart-item-content-start .product-title {
  margin: 0 0 0.8rem 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
}
.cart-table .cart-item .cart-item-content .cart-item-content-start .cart-item-content-quantity {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.cart-table .cart-item .cart-item-content .cart-item-content-start .cart-item-content-quantity .remove {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #12121299 !important;
  border-radius: 0;
}
.cart-table .cart-item .cart-item-content .cart-item-content-start .cart-item-content-quantity .remove:hover {
  color: #12121299 !important;
  text-decoration: underline;
  background-color: unset;
}
.cart-table .cart-item .cart-item-content .cart-item-content-end {
  text-align: end;
}
.cart-table .cart-item .wc-item-meta {
  padding: 0;
  list-style-type: none;
}
.cart-table .cart-item .wc-item-meta li {
  display: flex;
}
.cart-table .cart-item .wc-item-meta li .wc-item-meta-label {
  margin-right: 0.3rem;
}
.cart-table .cart-item .wc-item-meta li p {
  margin: 0;
}
.cart-table .cart-item .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 500;
  color: currentColor;
}

.coupon-block {
  margin: 0.7rem 0 0 0;
}
.coupon-block .coupon-link {
  font-size: 1rem;
  color: #2c2b2b;
}
.coupon-block .coupon-link:after {
  content: "\f107";
  margin: 0 0 0 0.6rem;
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  transform: rotate(180deg) translateY(-0.1rem);
}
.coupon-block .coupon-link.collapsed:after {
  transform: rotate(0deg) translateY(0);
}
.coupon-block .coupon {
  flex-wrap: wrap;
}
.coupon-block .form-control {
  width: auto;
  padding-left: 1.5rem;
  flex: 1;
  border: 0;
}
.coupon-block .coupon-error-notice {
  padding: 0.6rem 0;
  flex: 1 0 auto;
  font-size: 1rem;
  text-align: start;
}

.cart-cross-sell-products {
  margin: 2rem 0 0 0;
  padding: 1.25rem 1.25rem 0.25rem 1.25rem;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .cart-cross-sell-products {
    padding: 1.75rem 1.75rem 0.25rem 1.75rem;
  }
}
.cart-cross-sell-products h3 {
  font-weight: 700 !important;
}

.cart_totals {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #fafaf8;
}
@media screen and (min-width: 576px) {
  .cart_totals {
    padding: 2.5rem;
  }
}
.cart_totals h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.cart_totals .cart-count {
  font-size: 1rem;
}
.cart_totals .shop_table {
  margin: 1.25rem 0 0 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
  font-size: 1rem;
  border-radius: 0.5rem;
  background-color: white;
}
.cart_totals .shop_table .review-order-row {
  display: flex;
  justify-content: space-between;
  gap: 0 2.5rem;
}
.cart_totals .shop_table .review-order-row .label {
  padding: 0.3rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.4rem;
  background-color: #f8f4ed;
}
.cart_totals .shop_table .review-order-row .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 500;
  color: currentColor;
}
.cart_totals .shop_table .review-order-row .woocommerce-shipping-methods li {
  margin: 0 !important;
  font-weight: 500;
}
.cart_totals .shop_table .review-order-row .woocommerce-shipping-methods li .amount {
  font-weight: 400 !important;
}
.cart_totals .shop_table .review-order-row.order-total {
  margin: 0.65rem 0 0 0;
  padding: 1.15rem 0 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  border-top: 0.1rem solid #f8f4ed;
}
.cart_totals .shop_table .review-order-row.order-total .btw {
  font-size: 0.875rem;
  font-weight: 400;
}
.cart_totals .shop_table .review-order-row.order-total .btw .woocommerce-Price-amount {
  font-size: 0.875rem;
  font-weight: 400;
}
.cart_totals .shop_table .review-order-row.order-total .total .woocommerce-Price-amount {
  font-size: 1.125rem;
  font-weight: 700;
}
.cart_totals .wc-proceed-to-checkout {
  padding: 1rem 0 2rem 0 !important;
}
.cart_totals .wc-proceed-to-checkout .btn {
  width: 100%;
}
.cart_totals .payment-icons {
  display: flex;
  flex-direction: column;
  gap: 0.9rem 0;
  font-size: 1rem;
  color: #12121299;
}
.cart_totals .payment-icons ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style-type: none;
}
.cart_totals .payment-icons ul img {
  height: 2.45rem;
}

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