/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.woocommerce .ckit-badge_wrapper .ckit-badge {
  font-family: 'Blokhaus-Regular', sans-serif;
  font-size: 14.4px; /* ongeveer 20% groter */
  text-transform: uppercase;
  padding: 4px 10px 4px; /* minder onderkant padding */
  border-radius: 4px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* 📱 Mobiel en tablet kleiner maken (ongeveer -25%) */
@media (max-width: 1024px) {
  .woocommerce .ckit-badge_wrapper .ckit-badge {
    font-size: 11px;
    padding: 3px 8px 2px;
  }
}


/* 📱 filter in juiste lettertype */
button.mobile-filter.shopoptimizer-mobile-toggle {
    font-family: 'Blokhaus-Regular', sans-serif !important;
}




.elementor-shape-bottom{
	bottom: -0.6px !important;	
}





.woocommerce-product-details__short-description {
  font-size: 16px;
		  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;
}

.woocommerce-product-details__short-description details summary {
  font-size: 22px;
  font-family: 'Blokhaus-regular', serif; 
  font-weight: 400;
	  line-height: 1.4;
  text-transform: uppercase; 
	  padding: 8px 2px; /* boven/onder 6px, links/rechts 8px */
  margin: 0;
}


/* Verklein de verticale ruimte rondom de breadcrumbs */
nav.woocommerce-breadcrumb {
  margin-top: 8px !important;     /* Minder ruimte boven de breadcrumbs */
  margin-bottom: 8px !important;  /* Minder ruimte onder de breadcrumbs */
  padding: 0 !important;          /* Verwijder eventuele binnenruimte (padding) */
}


.cg-accordion-item {
    font-size: 16px !important;
}

details summary {
    border: 0px solid #000 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.woocommerce-info {
    background-color: #339098 !important;
}

.ckit-modal--container,
.ckit-modal-header {
  background-color: #dacdb1 !important;
}




.woocommerce-product-details__short-description {
    margin-top: 2em;
}

h1.product_title.entry-title {
    text-align: center;
}

@media (max-width: 767px) {
    h1.product_title.entry-title {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    h1.product_title.entry-title {
        font-size: 32px;
    }
}

/* optioneel: desktop grotere tekst */
@media (min-width: 1025px) {
    h1.product_title.entry-title {
        font-size: 36px;
    }
}


.single-product .product .summary .price .woocommerce-Price-amount {
    font-family: 'Blokhaus-Regular', sans-serif !important;
    font-size: 20px;
    display: inline-block;
    color: #339098 !important;
    text-align: center !important;
}

.single-product .price {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

.single-product .stock.in-stock {
    border-top: 0px solid #000;
    text-align: center;

}

.single-product h1.product_title.entry-title {
    padding-right: 0 !important;
}




.single-product .stock.in-stock {
    font-size: 16px;
    font-weight: 400;
	    padding: 0;
    margin: 0;
}


/* Verberg alleen de bovenste prijs bij variabele producten */
.single-product.woocommerce div.product .summary > .price:not(.woocommerce-variation-price .price) {
    display: none !important;
}

/* Zorg dat variatieprijs altijd zichtbaar blijft */
.single-product .woocommerce-variation-price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

.reset_variations {
	display: none !important;
}

table.variations {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

table.variations td,
table.variations th {
    text-align: center;
}


ul.cgkit-attribute-swatches li button,
ul.cgkit-attribute-swatches li button.cgkit-swatch-selected.cgkit-as-single {
    padding: 0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

/* Border bij geselecteerde variant */
button.cgkit-swatch.cgkit-swatch-selected.cgkit-as-single {
    border: 2px solid #37a43c !important;
}

/* Verwijdert pseudo-border */
button.cgkit-swatch.cgkit-swatch-selected.cgkit-as-single::before {
    content: none !important;
    border: none !important;
}

/* Hover border */
ul.cgkit-attribute-swatches li button:not(.cgkit-disabled):hover::before {
    border: 2px solid #37a43c !important;
    box-shadow: 0 0 0 2px rgba(55, 164, 60, 0.2);
}

/* Geen standaard border */
ul.cgkit-attribute-swatches li button::before {
    border: none !important;
    box-shadow: none !important;
}

.single-product:not(.related) ul.cgkit-attribute-swatches li button.cgkit-as-single {
    width: 80px !important;
    height: 80px !important;
}

.single-product .star-rating-wrapper {
    text-align: center;
}

.single-product .star-rating {
    display: inline-block;
    float: none;
    font-size: 22px;
    margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 1;
  }
}

ul.products li.product .woocommerce-card__header .product_categories {
  display: none !important;
  color: hotpink !important;
}

/* Verwijder onnodige marge boven de ATC-knop */
ul.products li.product .cgkit-as-single-atc-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Zorg dat ATC altijd onderaan zit */
ul.products li.product .cgkit-as-single-atc-wrap {
  margin-top: auto !important;
  padding-top: 0 !important;
}


  /* Prijs: minder ruimte onder */
  span.price {
    margin-bottom: 5px !important;
    display: block; /* zodat margin werkt */
  }
}
/* Verwijder bovenmarge uit de hele productkaart */
body.archive ul.products li.product {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Verwijder bovenmarge van header specifiek */
body.archive ul.products li.product .woocommerce-card__header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Verwijder extra ruimte boven categorie */
body.archive ul.products li.product .product_categories {
  margin-top: 0 !important;
  padding-top: 0 !important;
}



/* Verberg lege onzichtbare div */
.commercekit-sg-clr {
  display: none !important;
}


#shoptimizer-modals-wrapper {
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
}



/* Verklein de ruimte onder en boven de rij - geeft nu nog problemen dus even alternatief voor bedenken
ul.products.columns-4 {
  gap: 5px !important;
}*/








/* bopo edits 
}*/

.bopobb-item-change {
    padding: 0px !important;
}

.bopobb-item-img-wrap {
    border: none !important;
}

.bopobb-item-title {
    font-family: 'Made-Mellow-regular', sans-serif !important;
	font-weight: 400;
	font-size: 24px;
}


.bopobb-icon-pencil {
    display: none !important;
}


.bopobb-item-price,
.bopobb-item-quantity {
    display: none !important;
}

.bopobb-item-img img {
    transition: transform 0.3s ease;
}

.bopobb-item-img:hover img {
    transform: scale(1.1);
}
.bopobb-detail-table th {
    padding: 3px !important;
}

tr.bopobb-item-product {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
}

.bopobb-item-title {
    line-height: 1.1 !important;
}

.bopobb-items-bottom-wrap {
    border: 1px solid transparent;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.bopobb-single-wrap .bopobb-items-bottom-wrap {
    border-bottom: none !important;
}

.bopobb-popup-title {
    font-family: 'Blokhaus-Regular', sans-serif !important;
	font-size: 20px !important;
}

.bopobb-product-paging-wrap {
    display: none !important;
}

.bopobb-btn-close {
    transition: transform 0.2s ease !important;
    background-color: transparent !important;
}

.bopobb-btn-close:hover {
    transform: scale(1.3);
    background-color: transparent !important;
}

.bopobb-popup.bopobb-open {
    border-radius: 15px !important;
    overflow: hidden;
}

.bopobb-popup-header {
    padding-bottom: 21px !important;
}

.bopobb-product-title {
    font-family: 'Made-mellow-regular', sans-serif !important;
    font-weight: normal;
	  font-size: 20px !important;
		line-height: 1.1 ; 
	  padding-top: 5px;
}

.bopobb-product-price {
    display: none !important;
}

.bopobb-product-zoom {
    display: none !important;
}



/* Algemeen (desktop en tablet): zonder shadow */
ul.products li.product {
  border: none !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px;
  box-shadow: none !important;
}

/* Alleen op mobiel box-shadow tonen */
@media only screen and (max-width: 768px) {
  ul.products li.product {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }
}

@media only screen and (max-width: 768px) {
  ul.products.columns-4 {
    gap: 5px !important;
  }
}

ul.tabs.wc-tabs {
  display: none !important;
}

div.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}



p.stock.out-of-stock {
  border: none !important;
  text-align: center !important;
  font-size: 16px !important;
  margin: 0 auto !important;
	padding: 0
}

.commercekit-sticky-add-to-cart {
  background-color: #dacdb1 !important;
}

.commercekit-sticky-add-to-cart .col-full {
  background-color: #dacdb1 !important;
}

.commercekit-sticky-add-to-cart .sticky-atc_button,
.commercekit-sticky-add-to-cart .button,
.commercekit_sticky-atc .button {
  font-family: 'Blokhaus-Regular', sans-serif !important;
	  font-size: 20px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

/* Zorgt dat tekst verticaal gecentreerd blijft in de CommerceKit ATC modal */
.commercekit_sticky-atc .button.single_add_to_cart_button {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px !important;
    font-family: 'Blokhaus-Regular', sans-serif !important;
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
		background-color: #37a43c;

    justify-content: center;
}

/* Sticky ATC modal achtergrond fix */
form.cart.commercekit_sticky-atc {
	background-color: #dacdb1 !important;
}

/* Zorg ook dat eventuele wrappers niet overschrijven */
form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner,
form.cart.commercekit_sticky-atc .commercekit-pdp-before-form_wrapper {
	background-color: #dacdb1 !important;
}

.commercekit-pdp-before-form,
.commercekit-pdp-sticky-inner {
  background-color: #dacdb1 !important;
}

.commercekit-pdp-before-form_wrapper .content-title {
    font-family: 'Made-Mellow-regular', sans-serif !important;
    font-size: 22px !important;
    line-height: 1.4;
}
form.cart.commercekit_sticky-atc .cgkit-as-variation-price {
    display: none !important;
}

form.cart.commercekit_sticky-atc .commercekit-pdp-before-form_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

form.cart.commercekit_sticky-atc .cgkit-sticky-atc-image {
    margin: 0 auto;
}

form.cart.commercekit_sticky-atc .cgkit-sticky-atc-image img {
	width: 150px !important;
	height: auto !important;
	max-width: unset !important;
	margin-right: 0px;
}

.bopobb-custom-title {
  font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #c0b59e !important;
  border-bottom: 1px solid #c0b59e !important;
	 padding: 8px 0 !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
	text-align: center;
}

.bopo-custom-intro {
  margin-bottom: 12px;
  font-size: 16px;
}



.single-product .product-label.type-bubble {
  display: none !important;
}
.single-product .onsale {
  display: none !important;
}

.product-page-icons {
  text-align: center;
  margin-top: 8px;
	margin-bottom: 10px;
}

.product-page-icons img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: inline-block;
  margin: 2px;
}



.archive-page-icons {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 4px;
}


.archive-page-icons img {
  display: inline-block !important;
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
  margin: 2px;
  max-width: unset !important;
}

@media screen and (max-width: 600px) {
  .archive-page-icons img {
    width: 38px !important;
    height: 38px !important;
  }
}

.product__categories {
  display: none !important;
}



.tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin: 2px;
}

.tooltip-wrapper img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: inline-block;
  cursor: pointer;
}

/* TOOLTIP */
.tooltip-bubble {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700 !important;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  pointer-events: none;
}

/* Zwart pijltje omhoog */
.tooltip-bubble::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

/* Toon bij hover */
.tooltip-wrapper:hover .tooltip-bubble {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(4px);
}

/* SHOP ARCHIVE: extra zekerheid voor styling */
.archive-page-icons .tooltip-bubble {
  padding: 8px 12px !important;
  font-weight: 700 !important;
  font-size: 13px;
  cursor: default !important;
}

/* PRODUCT PAGE: extra zekerheid */
.product-page-icons .tooltip-bubble {
  padding: 8px 12px !important;
  font-weight: 700 !important;
  font-size: 13px;
  cursor: default !important;
}

/* MOBIEL SCHAAL */
@media screen and (max-width: 600px) {
  .tooltip-wrapper img {
    width: 22px;
    height: 22px;
  }

  .tooltip-bubble {
    font-size: 11px;
    padding: 6px 9px;
  }
}

.product-page-icons .tooltip-wrapper:first-child {
  margin-top: 16px;
}

@media screen and (max-width: 600px) {
  .product-page-icons .tooltip-wrapper img {
    width: 30px;
    height: 30px;
  }
}

.woocommerce ul.products li.product {
  overflow: visible;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000000 !important;
}





.product-icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: inline-block;
}

@media (max-width: 600px) {
  .product-icon-img {
    width: 30px;
    height: 30px;
  }
}


#toggleIntro,
#toggleLess {
  color: #6491a0 !important;
  cursor: pointer;
  text-decoration: underline;
}


@media (min-width: 1025px) {
  .single-product .summary.entry-summary {
    padding-top: 30px;
  }
}


nav.woocommerce-breadcrumb {
  font-size: 14px !important;
}



@media (max-width: 767px) {
  section.related.products h2 {
    font-size: 39px !important;
  }
}


@media (max-width: 767px) {
  h2 {
    font-size: 39px !important; /* of wat je wilt */
  }
}



@media (max-width: 768px) {
  .single-product .site-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .single-product .site-content h2 {
    text-align: center;
  }
}

.single-product form.cart {
  margin-top: 0px !important;
}

.commercekit-order-bump {
  border: 1px solid #c0b59e !important;
  border-radius: 8px;
  padding: 15px;
}


@media (max-width: 768px) {
  ul.products.columns-3 {
    column-gap: 5px !important;
		row-gap: 10px ;
  }
}





















.widget .tagcloud a {
  background-color: #000000;
  color: #ffffff !important;
  font-family: 'Blokhaus-regular', sans-serif;
  font-size: 12px !important;
  padding: 4px 5px;
  margin: 2px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
}

.widget .tagcloud a:hover {
  background-color: #339098 !important;
  color: #ffffff !important;
}



.product-type-filter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.filter-btn {
  background-color: #008f99;
  color: #ffffff !important;
  text-align: center;
  padding: 6px 5px;
	margin: 0px 10px;
  border-radius: 6px;
  font-weight: 400;
  font-family: 'Blokhaus-regular', sans-serif;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s, color 0.3s;
}

.filter-btn:hover {
  background-color: #006f77;
  color: #ffffff !important;
	  text-decoration: none !important;
}


.shop-categories {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.category-link img {
  width: 170px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.category-link span {
  color: #008f99;
  font-family: 'Blokhaus-regular', sans-serif;
  margin-top: 8px;
  font-size: 20px;
	 
}

.shop-categories {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  align-items: stretch; /* <-- zorgt dat .category-link de volledige breedte pakt */
}


.category-link:hover img {
  transform: scale(1.05);
	
}
.category-link {
  text-decoration: none !important;
}



.category-link {
  text-decoration: none !important;
  border: 1px solid #d3c7ae;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.category-link:hover {
  border-color: #008f99 !important;
}



.widget .widget-title {
  font-size: 32px !important;
	margin-bottom: 5px;
	
}

#secondary {
  background-color: #dacdb1 !important;

}



/* Kopjes zoals INFORMATIE met custom class menu-heading */
li.menu-heading > a,
li.menu-heading > .cg-menu-link,
li.menu-heading.cg-menu-link > a {
  font-family: "FBS Doms", sans-serif !important;
  font-size: 32px !important;
  text-transform: uppercase !important;
  margin-top: 20px;
	line-height: 1.2em;
}


li.menu-link > a,
li.menu-link > .cg-menu-link {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 16px !important;
  text-transform: none !important;
  padding: 2px 0px;
  display: block;
}




.menu-storytelling {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  padding: 20px 10px;
  text-align: center;
}

.menu-storytelling .menu-foto {
  max-width: 80%;
  height: auto;
  margin: 15px auto;
  border-radius: 12px;
  display: block;
}

.menu-storytelling .menu-sticker img {
  max-width: 100px;
  margin: 10px auto;
  display: block;
}

.menu-storytelling .menu-sticker-naam {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
}

.menu-storytelling .menu-keurmerk img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu-keurmerk {
	padding-top: 5px;
}

.woocommerce-pagination {
visibility: hidden;
}

/* Minder ruimte boven de categorie-titel */
.woocommerce-loop-category__title {
  margin-top: 8px !important;
	margin-bottom: 8px !important;
}

/* Titel kleiner maken */
.woocommerce-loop-category__title {
  font-size: 14px !important;
font-family: blokhaus-regular;
  text-align: center;
	color: black !important;
}

/* Afbeelding met afgeronde hoeken */
.woocommerce ul.products li.product-category .cat-image-wrapper img {
  border-radius: 15px !important;
}

.shoptimizer-sorting {
  display: none !important;
}

ul.products.subcategories {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 3px !important;
  padding: 0 !important;
  margin-bottom: 20px;
  list-style: none;
}

ul.products.subcategories li.product-category {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  ul.products.subcategories {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

 
@media screen and (min-width: 992px) {
  ul.products.subcategories {
    display: none !important;
  }
}
.cat-image-wrapper {
  overflow: hidden;
  border-radius: 15px;
}



.ckit-modal--header {
  border-bottom: 1px solid #ccc1a9 !important;
}


nav.woocommerce-breadcrumb {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
	font-size: 14px !important;
}

.ckit-modal-content, 
.ckit-modal-content * {
  text-align: left !important;
}

.cgkit-pdp-review {
  background-color: #e6d8bb !important;
  border: 1px solid #c0b59e !important;
}

.cgkit-pdp-review {
  align-items: center !important;
}

.cgkit-pdp-review-image {
  flex-shrink: 0 !important;
}

.cgkit-pdp-review--text mark {
  background-image: linear-gradient(90deg, rgba(204, 232, 255, 0.4) 0%, #a3d4f7 60%, rgba(204, 232, 255, 0.6) 100%) !important;
  border-radius: .3rem .3rem;
  padding: 0 .1rem .4rem;
  color: #000 !important;
  background-color: transparent !important;
}

.cgkit-pdp-review--image img {
  width: 85px !important;
  height: auto !important;
  max-width: none !important;
}
.commercekit-order-bump.active {
  border: 3px dashed #c0b59e !important;
}

.ckobp-content {
  display: flex;
  flex-direction: column;
}

#menu-primary-menu > li > a {
  font-weight: 700 !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

/* Mobiele top bar standaard verbergen op desktop */
.mobile-top-bar {
  display: none;
}

/* Mobiel en tablet: tonen en stylen */
@media screen and (max-width: 768px) {
  .mobile-top-bar {
    display: block;
    background-color: #339098;
    padding: 6px 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: white;
    z-index: 999;
    position: relative;
  }
  .mobile-top-bar a {
    color: #000;
    text-decoration: underline;
  }
}

.woocommerce-shipping-fields {
    display: none !important;
}


.woocommerce div.product .variations label {
    text-transform: capitalize;
    font-size: 15px;
}

ul.products li.product a.button.cgkit-as-single-atc {
    font-family: 'Blokhaus-regular', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_bopobb.add_to_cart_button.ajax_add_to_cart {
  font-family: 'Blokhaus-Regular', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}



/* Alleen op de /shop pagina: verberg categorieën na de derde */
body.woocommerce-shop ul.products.subcategories li.product-category:nth-of-type(n+4) {
  display: none !important;
}

/* Verberg de inhoud SEO-vriendelijk */
.webwinkelkeur-rich-snippet {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Verander de achtergrond van de container naar zwart */
.webwinkelkeur-rich-snippet,
.webwinkelkeur-rich-snippet:parent,
.webwinkelkeur-rich-snippet:parent *,
.webwinkelkeur-rich-snippet-wrapper {
  background: #000 !important;
  border: none !important;
}



.wpforms-confirmation-container-full {
  background-color: #339098 !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.wpforms-confirmation-container-full.wpforms-confirmation-scroll p {
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

body.archive ul.products li.product .woocommerce-loop-product__title {
  margin-top: 0px !important;
  padding-top: 10px !important;
}

.single-product .woocommerce-product-gallery__image:not(.flex-active-slide) {
  margin-left: 0 !important;
}











/* 8 juni wijzigingen */

/* 8 juni wijzigingen */


body.archive ul.products li.product .woocommerce-loop-product__title {
  margin-top: 0px !important;
  padding-top: 10px !important;
}


 .single-product .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
}


.woocommerce-product-gallery__image:not(.flex-active-slide) img {
    margin-left: 0px !important;
}

.swiper-slide-thumb-active img {
    opacity: 0.6;
}

h1.product_title.entry-title {
    text-transform: capitalize !important;
}

.single-product p.stock {
    margin-bottom: 7px!important;
}

.woocommerce-mini-cart-item .product-name,
.woocommerce-mini-cart-item .quantity,
.woocommerce-mini-cart-item {
  font-family: 'Made-Mellow-regular', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1em !important;
}


.woocommerce-mini-cart-item .woocommerce-Price-amount {
  font-family: 'roboto-condensed', sans-serif !important;
  font-size: 13px !important; /* Pas dit aan naar wens */
	line-height: 2em;
  color: #000 !important; /* Of bijvoorbeeld #339098 */
}
.woocommerce-mini-cart-item .product-name {
  display: block !important;
  margin-bottom: 2px; /* optioneel, voor wat ruimte */
}

.woocommerce-mini-cart-item .woocommerce-Price-amount {
  display: block !important;
  margin-top: 2px; /* optioneel, voor wat ruimte boven */
}

li.woocommerce-mini-cart-item.bopobb-cart-child {
  padding-left: 70px !important;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list:after,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:after,
tr.bopobb-cart-item.bopobb-cart-child .product-name .bopobb-cart-info:after {
  content: '';
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 180px !important;
  height: 180px !important;
  background-image: url('https://dutchjerky.com/wp-content/uploads/2025/07/Loader_2.gif') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  z-index: 9999;
} 
.bopobb-area .bopobb-popup .bopobb-product-list,
.bopobb-area .bopobb-popup .bopobb-variation-list {
  background-color: rgb(219, 205, 176) !important;
}

.bopobb-popup-header {
  background-color: rgb(219, 205, 176) !important;
}

.bopobb-variation-title {
  display: none !important;
}
.bopobb-area .bopobb-popup .bopobb-popup-header {
  padding-bottom: 8px !important;
}


/* 10 juni wijzigingen */

/* Oude prijs (doorgestreept, grijsachtig) */
.price del .woocommerce-Price-amount {
  color: #de262a !important;
  text-decoration: line-through !important;
  font-weight: normal !important;
  opacity: 0.5 !important;
}

.single-product .product .summary .price del .woocommerce-Price-amount {
  color: #de262a !important;
  text-decoration: line-through !important;
  opacity: 0.7 !important;
	font-size: 16px;
}

.ckobp-button button {
  background-color: #339798 !important;
  font-family: 'roboto condensed', sans-serif !important;
}

.ckobp-button button:hover {
  background-color: #2b7278 !important;
}

.woocommerce ins .woocommerce-Price-amount {
  color: #339098 !important;
}

.archive ins .woocommerce-Price-amount {
  color: #339098 !important;
}


@media (max-width: 1024px) {
  .bopo-custom-intro {
    text-align: center !important;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bopo-custom-intro p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .bopo-custom-intro {
    text-align: center !important;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bopo-custom-intro p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.bopo-custom-intro { 
text-align: center !important;
}

.commercekit-sticky-add-to-cart .sticky-atc_button:hover,
.commercekit-sticky-add-to-cart .button:hover,
.commercekit_sticky-atc .button:hover {
  background-color: #2b7278 !important;
}

.single_add_to_cart_button.button.alt {
  background-color: #339098 !important;
}

.single_add_to_cart_button.button.alt:hover {
  background-color: #2b7278 !important;
}

nav.woocommerce-breadcrumb {
  font-size: 13px !important;
}

span.product-out-of-stock {
  display: inline-block;
	font-family: blokhaus-regular;
  background-color: #d9534f; /* helder rood */
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: center;
  margin-top: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  max-width:100%;
}
.button.product_type_simple[disabled],
.button.disabled {
  font-family: 'blokhaus-regular', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.archive a.button.product_type_simple {
  font-family: 'blokhaus-regular', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.shop-alles-button a {
  display: block;
  background-color: #339098; /* zelfde blauw als rest */
  color: white !important;
  text-align: center;
  font-family: blokhaus-regular, sans-serif;
  font-weight: 400 !important;
  font-size: 22px !important;
  border-radius: 5px;
  width: fit-content;
	  width: 100%;

 

}

.shop-alles-button a:hover {
  background-color: #1d7476;
}

.woocommerce-Price-currencySymbol {
  display: none !important;
}

.amount::before {
  content: "" !important;
}


a.button.product_type_variable.add_to_cart_button {
  font-family: blokhaus-regular, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important; /* pas eventueel aan */
}
/* Achtergrondkleur zoekresultaten container */
.commercekit-ajs-results.fast-results-active,
.commercekit-ajs-suggestions {
  background-color: #dacdb1 !important;
}

/* Bekijk alles knop */
a.commercekit-ajs-view-all {
  font-family: 'blokhaus-regular', sans-serif !important;
  background-color: #339098 !important;
  color: white !important;
  font-weight: 400 !important;
	font-size: 16px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  border-radius: 0;
}

.commercekit-ajs-product-title {
  font-family: 'made-mellow-regular', sans-serif !important;
  font-size: 18px !important;
	line-height: 1em;
  font-weight: 400 !important;
  color: black !important; /* Pas aan indien nodig */
}

span.product-short-desc {
  display: none !important;
}

a.commercekit-ajs-product:hover {
  background-color: #dacdb1 !important;
  box-shadow: none !important;
}



.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list:before,
.bopobb-area .bopobb-inner .bopobb-popup .bopobb-variation-list:before {
    content: '';
    background-color: #dacdb1 !important;
}

@media (min-width: 1025px) {
  /* Hoofdmenu navigatie links */
  #site-navigation.main-navigation,
  .primary-navigation,
  ul#menu-primary-menu.menu,
  ul#menu-primary-menu.menu li a,
  ul#menu-primary-menu.menu li span {
    font-family: 'blokhaus-regular', sans-serif !important;
    font-weight: 100 !important;
    font-size: 22px;
  }

  .shopoptimizer-primary-navigation.col-full {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dacdb1;
    padding: 10px 0;
  }

  .primary-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 40px;
  }

  .col-full-nav {
    background-color: #dacdb1;
    height: 44px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 9999;
  }
}


/* Sorry - Notes CSS 12/7 */

.woocommerce-additional-fields h3 {
  display: none !important;
}

.checkout-wrap {
  display: none !important;
}

body.woocommerce-checkout .col-full-nav {
  display: none !important;
}


body.woocommerce-checkout .main-header h1 {
  display: none !important;
}

body.woocommerce-checkout .main-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.woocommerce-checkout .main-header .site-branding {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

body.woocommerce-checkout td.product-name {
  font-family: 'Made-Mellow-regular', sans-serif !important;
  font-weight: normal !important;
}
body.woocommerce-checkout tr.bopobb-cart-child td.product-name {
  padding-left: 50px; /* Pas aan naar wat je wilt */
  position: relative;
}

body.woocommerce-checkout tr.bopobb-cart-child td.product-name::before {
  content: '↳';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: black; /* optioneel, grijs pijltje */
}



body.woocommerce-checkout td.product-name,
body.woocommerce-checkout td.product-total {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
  background-color: #fafafa !important;
}


ul.wc_payment_methods.methods li:has(input[type="radio"]:checked) {
  border: 2px solid #339098 !important;
	border-radius: 2px;
  background-color: #FFF;
  padding: 10px;
}

ul.wc_payment_methods.methods li {
  overflow: hidden;
  position: relative;
}

ul.wc_payment_methods.methods li label {
  width: 90% !important;
  max-width: 90% !important;
}

/* Minder ruimte voor niet-actieve betaalmethodes */
ul.wc_payment_methods.methods li:not(.payment_method_pay_gateway_ideal) label {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Zet basis padding voor alle betaalmethodes */
ul.wc_payment_methods.methods li {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
}


.woocommerce-shipping-methods input[type="radio"]:checked + label {
  color: #37a43c !important; /* donkergroen */
  font-weight: bold;
}

 tr.order-total td .woocommerce-Price-amount {
  color: #37a43c !important;
}

.woocommerce-billing-fields > h3 {
  text-align: center;
}

#order_review_heading {
  text-align: center;
}

@media (max-width: 1024px) {
  main#main.site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}


@media (max-width: 1024px) {
  #order_review_heading {
    padding-top: 30px;
		padding-bottom: 5px;
  }
}

/* Zet de titel van de order-bump horizontaal in het midden */
.commercekit-order-bumps-wrap .ckobp-title{

    text-align:center;   /* centreert de tekst */
}
/* Alleen op de checkout pagina: pas het lettertype van de bump productnaam aan */
body.woocommerce-checkout .ckobp-name {
  font-family: 'made-mellow-regular', sans-serif !important;
  font-weight: normal !important;
	line-height: 0.8em !important;
	font-size: 16px
}

/* Zelfde lettertype en styling op de minicart bump producten */
.woocommerce-mini-cart .ckobp-name {
  font-size: 10px !important; /* pas aan naar wens */
}



.woocommerce .woocommerce-info {
  background-color: #f8f8f8 !important;
  border-left: 3px solid #57a43c !important;
  padding: 15px !important;
  color: #333 !important;
}

.woocommerce .woocommerce-info {
  background-color: #ffffff !important;
}


.woocommerce-checkout #place_order {
  background-color: #de701e !important;
  border-color: orange !important;
  color: white !important;
	font-size: 20px !important;
}

.woocommerce-checkout #place_order:hover {
  background-color: #bd6422 !important; /* donkerder oranje */
  border-color: #bd6422 !important;
}

ul.wc_payment_methods.payment_methods.methods {
  border: 0 !important;
}


.woocommerce-mini-cart__empty-message:before {
  filter: brightness(0) saturate(100%) !important;
}

#secondary .widget .widget-title {
  text-align: center;
}

.bopobb-product-list.bopobb-variation-list {
  display: grid;
  row-gap: 25px !important; /* pas dit getal aan voor meer/minder ruimte */
}

button.single_add_to_cart_button.button.alt {
  background-color: #339098 !important;
}

@media (max-width: 1024px) {
  .term-description {
    text-align: center !important;
    padding-bottom: 0px !important;
  }
}

.woocommerce-mini-cart-item .woocommerce-Price-amount {
	font-family: roboto condensed !important;
	font-size: 14px !important;
}

.widget_shopping_cart_content .button.checkout.wc-forward {
  font-size: 18px !important;
}

a.added_to_cart {
  font-family: 'blokhaus-regular', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.wpforms-submit {
  font-family: 'blokhaus-regular', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
	  /* maak de knop iets breder */
}


 
.wpforms-form .wpforms-submit-container {
  text-align: center !important;
}

.wpforms-form .wpforms-submit {
  font-family: 'blokhaus-regular', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  display: inline-block !important;
  padding: 1px 40px !important;
  min-width: 200px;
}

ul.products li.product .button, ul.products li.product .added_to_cart {
	width: calc(100% - 12px) !important;
}

ul.products li.product .cgkit-as-single-atc-wrap .button{
	width: 100% !important;
}

.top-header-cart {
	display:block !important;
	order: 3;
}

.woocommerce-checkout .top-header-cart, 
.woocommerce-checkout .site-search{
	display: none !important;
}

.top-bar span{
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	letter-spacing: 0.5px !important;
}


.elementor-testimonial__text {
	font-family: "Roboto Condensed", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	text-decoration: none !important;
}



ul.products li.product .button.added {

    display: block !important;
}
ul.products li.product .added_to_cart {
    display: none !important;
}

body.home #bopob-area {
  display: none !important;
}


/* Container voor postcode en huisnummer */
.woocommerce-billing-fields .form-row-first.validate-required#billing_postcode_field,
.woocommerce-billing-fields .form-row.form-row-first#billing_house_number_field,
.woocommerce-billing-fields .form-row.form-row-last#billing_house_number_suffix_field {
    width: 32%;
    float: left;
    margin-right: 2%;
}

/* Verwijder marge-rechts bij de laatste (Toev.) */
#billing_house_number_suffix_field {
    margin-right: 0;
}

/* Zorg dat er geen rijen erna rare floats veroorzaken */
.woocommerce-billing-fields:after {
    content: "";
    display: table;
    clear: both;
}

/* Centreert de tekst in de select dropdown */
.variations select {
  text-align: center;
  text-align-last: center; /* voor Firefox */
}

/* Optioneel: forceer het label erboven ook gecentreerd */
.variations .label {
  text-align: center;
}

@media (min-width: 1024px) {
  .shoptimizer-cart-icon svg {
    width: 32px !important;
    height: 32px !important;
  }
	
	.site-header::after {
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background-color: #000; /* zwart */
  margin: 0px auto 0 auto; /* top margin + centreren */
	margin-bottom: -1px !important;
}

}

.shop-btntje a {
  color: #37a43c !important;
}





.top-bar * {
  font-family: 'Blokhaus-regular', sans-serif !important;
  font-weight: 400 !important;
	
}
.top-bar span {
  font-family: 'Blokhaus-regular', sans-serif !important;
  font-weight: 400 !important;
			font-size: 15px !important;
}

.topbar-wrapper {
  border-bottom: none !important;
}

/* Verwijder de rode streep onder actieve menu-items */
.cg-menu-link.main-menu-link.current-menu-item::after,
.cg-menu-link.main-menu-link.current_page_item::after,
.cg-menu-link.main-menu-link.current-menu-ancestor::after,
#menu-item-29805 a::after {
  display: none !important;
  content: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  height: 0 !important;
}

@media (min-width: 1024px) {
  .main-menu-link {
    transition: all 0.3s ease;
  }

  .main-menu-link:hover {
    letter-spacing: 0.8px;
  }
}


.woocommerce .product_title.entry-title {
  display: block !important;
}


.single-product .elementor-element.elementor-element-7864c07 .elementor-element.elementor-element-e78e4a6 .elementor-widget-container p {
  font-size: 43px !important;
  line-height: 1em !important;
  font-weight: 400 !important;

}
/* Mobiele versie */
@media (max-width: 768px) {
  .single-product .elementor-element.elementor-element-7864c07 .elementor-element.elementor-element-e78e4a6 .elementor-widget-container p {
    font-size: 26px !important;
    line-height: 1.2em !important;
  }
}


nav.woocommerce-breadcrumb {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
	font-family: Blokhaus-regular !important;
}

/* Meer padding links en rechts op mobiel bij checkout */
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce form.checkout {
    padding-left: 17px;
    padding-right: 17px;
  }
}

body.woocommerce-checkout .ckobp-title {
  display: none !important;
}

	
.woocommerce ul.products li.product .button {
  width: 100% !important;
  display: block;
  text-align: center;
}

	.bopobb-product-title {
  padding-bottom: 8px !important;
}
	
	.bopobb-item-title.bopobb-item-change {
  display: inline-block;
  line-height: 1.4 !important;
  padding-bottom: 5px !important;
		padding-top: 5px !important;
}

	@media (max-width: 768px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .wp-block-image.size-full,
  .wp-block-image.size-full img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}
	
	
	
	
	
	img.attachment-size-wp-post-image {
    border-radius: 15px !important;
}

	
		
	aside.entry-meta {
    display: none !important;
}


/* Zorgt dat alles mooi in het midden staat zonder layout te breken */
.commercekit-inventory {
  width: 100%;
  max-width: 100%;
  margin: 15px auto 0 auto;
}

/* Centreert alleen de tekst, niet het hele blok */
.commercekit-inventory .title {
  display: block;
  text-align: center;
  font-weight: bold !important;
  margin-bottom: 6px;
}

/* Centreert en beperkt breedte van de voorraad-balk */
.commercekit-inventory .progress-bar {
  margin: 0 auto;
  max-width: 240px;
  border-radius: 10px;
}


.commercekit-inventory .high-stock,
.commercekit-inventory .progress-bar.high-stock-bar {
  display: none !important;
}
	

.commercekit-inventory {
  padding: 0 !important;
	margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  font-family: 'Blokhaus-regular', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #000 !important; /* zwarte tekst */
  align-items: center;

  padding: 0px 0 !important;
}

/* Icoon styling */
nav.woocommerce-MyAccount-navigation ul li a::before {
display: none;
}
	
.woocommerce-MyAccount-content {
  padding-top: 2em !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

/* Algemene styling voor het menu */
span.title.regular-stock {
  padding-top: 1em;
}

/* De lijn erboven */
span.title.regular-stock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #333; /* Pas kleur aan indien nodig */
  opacity: 0.3; /* Voor zachter effect */
}

/* dikkie dik */ 

/* Algemene styling voor het menu */
span.title.regular-stock {
  padding-top: 1em;
}

/* De lijn erboven */
span.title.regular-stock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #333; /* Pas kleur aan indien nodig */
  opacity: 0.3; /* Voor zachter effect */
}

/* dikkie dik */ 

/* Algemene styling voor het menu */
span.title.low-stock {
  padding-top: 1em;
}

/* De lijn erboven */
span.title.low-stock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #333; /* Pas kleur aan indien nodig */
  opacity: 0.3; /* Voor zachter effect */
}

.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
  background-color: #ffffff !important;
}

p.woocommerce-noreviews {
  display: none !important;
}

 ul.sub-menu {
  width: 300px !important;
}

nav.yoast.woocommerce-breadcrumb {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal !important;
  display: block;
  max-width: 100%;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    height: 16px !important;
    width: 100px !important;
}

@media (min-width: 1024px) {
  .shoptimizer-cart-icon {
    transform: translateY(26px); /* Pas aan naar wens */
  }
}

  .ckit-badge_wrapper {
    top: 15px !important;
    left: 15px !important;
  }

/* Desktop */
@media (min-width: 1025px) {
  .single-product 
  .elementor-element.elementor-element-a0858bb p,
  .single-product 
  .elementor-element.elementor-element-cbc40b6 p,
  .single-product 
  .elementor-element.elementor-element-6014465 p,
  .single-product 
  .elementor-element.elementor-element-dda70dc p,
  .single-product 
  .elementor-element.elementor-element-2041cd4 p,
  .single-product 
  .elementor-element.elementor-element-cbfb20d p {
    font-size: 43px !important;
    line-height: 1.2;
  }
}

/* Tablet en mobiel */
@media (max-width: 1024px) {
  .single-product 
  .elementor-element.elementor-element-a0858bb p,
  .single-product 
  .elementor-element.elementor-element-cbc40b6 p,
  .single-product 
  .elementor-element.elementor-element-6014465 p,
  .single-product 
  .elementor-element.elementor-element-dda70dc p,
  .single-product 
  .elementor-element.elementor-element-2041cd4 p,
  .single-product 
  .elementor-element.elementor-element-cbfb20d p {
    font-size: 23px !important;
    line-height: 1.3;
  }
}

a.sticky-atc_button.button {
  background-color: #339098 !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.grecaptcha-badge {
    display: none;
}