table.variations {
  display: none;
}

.variation-card {
  display: flex;
  background-color: white;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px;
  position: relative;
}

.variation-card.active {
  border-color: #cfa866;
}

.variation-card .variation-img {
  max-width: 100px;
  margin: auto 10px auto 0
}

.custom-variations-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
}

.product-type-variable .product--summary .single-price-wrapper, table.variations, .product_meta-top {
  display: none;
}

.variation-card .variation-price {
  margin-top: auto;
  line-height: 1;
}

.variation-card .variation-price bdi {
  line-height: 1;
}

.variation-card .variation-price span {
  margin-right: 0;
}

.variation-content-outer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

.variation-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.variation-description p {
  margin: 0 !important;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
}

.variation-content h3 {
  margin-top: 0;
}

.variation-description > div {
  display: flex;
  gap: 10px;
}

.variation-description > div i {
  color: #cfa866;
  font-size: 13px;
}

.variation-card .variation-price {
  text-align: end;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

/* ====== KLEUR SWATCHES ====== */
.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.color-swatch {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-clip: content-box;
  box-sizing: border-box;
  padding: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.variation-type-pa_kleur.active .color-swatch {
  border-color: #000;
  box-shadow: 0 0 0 2px #fff inset;
  transform: scale(0.9);
}

.variation-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.variation-option {
  margin-bottom: 30px;
}

.selected-color {
  margin-bottom: 10px;
}

#selected-color-name {
  font-weight: 600;
}

/***FAQ product cat**/

.category-faq {
  margin-top: 50px;
}

.faq-section > div:first-child {
  border-top: 1px solid #cfa866;
}

.single-faq {
  border-bottom: 1px solid #cfa866;
}

.faq-section {
  margin-top: 20px;
}

.faq-top p {
  margin-bottom: 0;
  font-weight: 400;
}

.faq-top {
  display: flex;
  align-items: baseline;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  line-height: 30px;
}

.faq-top img {
  transition: all 0.3s;
  height: 15px;
  width: 15px;
  font-weight: bold;
}

.single-faq {
    padding: 20px 0;
    cursor: pointer;
}

.faq-bottom {
  margin-top: 20px;
  display: none;
}

.faq-bottom p {
  margin-bottom: 0;
}

.single-faq.active .faq-top img {
    transform: rotate(180deg);
}

.bottom-category-description {
  margin-top: 50px;
}

.bottom-category-description br {
    display: none;
}

body.single-product .page-header-inner {
  padding-top: 30px;
  padding-bottom: 0;
  line-height: 1;
}

body.single-product #main {
  padding-top: 10px;
}

.single-product .section-page-header {
  background-color: white;
}

h1 {
  font-size: 35px !important;
}

.acf-archive-text {
  margin-bottom: 25px;
}

.minicart-inner {
  background-color: white;
  width: 500px;
  top: 0;
  height: 100dvh;
  position: fixed;
  padding: 30px;
  right: 0;
  transition: all 0.3s;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.minicart-inner.active {
  transform: translateX(0);
}

.minicart-section {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.45);
  visibility: hidden;
  opacity: 0;
}

.sidebar-cart-items {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: fit-content;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-variations {
  list-style: none;
}

.cart-variations li {
  font-size: 14px;
}

.minicart-section.active {
  visibility: inherit;
  opacity: 1;
}

.admin-bar .minicart-section {
  height: 100vh;
}

.admin-bar .minicart-inner {
  top: 32px;
  height: calc(100vh - 32px);
}    

.cart-item {
  list-style-type: none;
}

.minicart-header img {
  cursor: pointer;
}

.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #0a0a0a;
  margin-bottom: 20px;
}

.minicart-header p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

.minicart-free-shipping {
  margin-bottom: 20px;
}

.minicart-free-shipping span {
  min-width: 54px;
}

.minicart-free-shipping p {
  margin-bottom: 10px;
}

.minicart-free-shipping > span {
  height: 2px;
  background: white;
  width: 100%;
  display: block;
}

.minicart-link {
  cursor: pointer;
}

.open-cart-aside.helas-body {
  overflow: unset !important;
}

.no-scroll #page {
  padding-right: 50px;
  transition: all 350ms ease-in-out;
}

.uitgelichte-koffie-container {
  z-index: 0;
}

.cart-item > div {
  display: flex;
  align-items: center;
  gap: 25px;
}

.coupon-form > p {
    padding-top: 15px;
}

.cart-item-image {
  width: 100px;
  flex-shrink: 0;
}

.cart-item-image img {
  width: 100%;
  height: 90px;
  flex-shrink: 0;
  object-fit: contain;
}

.minicart .cart-item-name {
  font-size: 14px;
}

.cart-item-name {
    text-decoration: none;
}

.cart-item > div:last-child {
  gap: 0;
  margin-bottom: 0;
}

.minicart .cart-item-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

.change-amount {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.minicart .change-amount {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #cfa866;
}

.icon-trash {
    font-size: 20px;
}

.custom-loader {
    width: 20px;
    height: 20px;
    border: 4px dotted black;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s 
linear infinite;
    display: none;
}

.custom-loader.loading {
  display: inline-block;
}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.amount-inner-single-product p {
  margin-bottom: 0;
  min-width: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
}

.remove-from-cart-btn {
  display: flex;
}

.cart-item .increase-single-product {
    margin-top: -2px;
}

.minicart .sidebar-cart-price {
  font-weight: bold;
}

.minicart-bottom {
    flex-shrink: 0;
}

.minicart-bottom-divider {
    border-top: 1px solid #0a0a0a;
    margin-left: -30px;
    margin-right: -30px;
}

.coupon-message {
    transition: all 0.2s;
}

.coupon-message.active {
  padding-top: 20px;
}

.coupon-message p {
    font-weight: 600;
    margin-bottom: 0;
}

.coupon-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-face {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.coupon-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coupon-form > p {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.coupon-form > div {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    gap: 10px;
}

#apply-minicart-coupon {
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
}

#apply-minicart-coupon:hover {
  text-decoration: none;
}

.minicart-footer {
    border-top: 1px solid #0a0a0a;
    padding-top: 20px;
}

.cart-item-left > div:last-child {
  flex-grow: 1;
}

.minicart-close {
  cursor: pointer;
}

.minicart-discount {
  display: none;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s;
}

body .btn.checkout-button {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  padding: 10px 16px !important;
  font-size: 14px;
  text-decoration: none;
}

.sw-dot {
  width: 4px;
  height: 4px;
  display: block;
  background-color: white;
  border-radius: 50%;
}

#minicart-coupon-input {
  border-radius: 4px;
}

.betaalmethoden {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.betaalmethode-img {
  width: 40px;
}

.betaalmethoden img {
  border: 1px solid #0a0a0a;
  border-radius: 4px;
  width: 100%;
}

.minicart .plus-icon-single-product span, .minicart .minus-icon-single-product span {
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  display: block;
  line-height: 1;
}

.icon-trash {
  cursor: pointer;
}

.minicart .minus-icon-single-product span, .minicart .icon-trash {
  display: none;
}

.minus-icon-single-product span.active,
.icon-trash.active {
    display: flex;
}

.woocommerce-checkout .header-component-outer.header-right {
  display: none;
}

.checkout-product-summary #payment {
  display: none;
}

.checkout-product-summary .woocommerce-shipping-totals.shipping {
  display: none;
}

#customer_details .shop_table {
  display: none;
}

.mobile-item-slider {
    display: none;
}

.checkout .woocommerce-checkout-inner {
    display: flex;
}

.customer_details, .checkout-items-original {
    width: 50%;
    padding: 100px;
}

@media (max-width: 1114px) {

  .site-main-nav .main-menu > li > a {
    font-size: 11px !important;
  }

}


@media (max-width: 768px) {


  body.single-product .page-header-inner {
    padding-top: 20px;
    line-height: unset;
  }

  .single-product .la-breadcrumbs.hidden-xs {
    display: block !important;
  }

  /* .single-product #section_page_header {
    display: block !important;
  }

  .single-product #section_page_header a {
    color: black !important;
  } */

  .variation-card {
    flex-direction: column;
  }

  .variation-card .variation-price {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .variation-content h3 {
    margin-top: 10px;
  }

   body.single-product #main {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
 .fl-builder-content-22962 {
    display: none;
  }
}

