/*
 Theme Name:   WooPremium
 Description:  WooPremium
 Author:       WooPremium
 Author URI:   https://woopremium.nl/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Hier kun je je eigen CSS toevoegen */

.merken-in-categorie {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    background: #f5f5f5;
}

.merken-heading {
    margin: 0 0 .75rem;
    font-size: 1rem;
    font-weight: 600;
}

.merken-lijst {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.merken-item {
    margin: 0;
    padding: 0;
}

.merken-link {
    display: inline-block;
    padding: .35rem .9rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ddd;
    font-size: .85rem;
    text-decoration: none;
    line-height: 1.2;
}

.merken-link:hover {
    border-color: #bbb;
}

.cart-badge {
    position: absolute;
    top: -16px;      
    right: -6px;     
    background: #82a65b;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    border-radius: 50%;
    padding: 4px 6px;
    white-space: nowrap;
    pointer-events: none;
}

.wp-block-table, .woocommerce-error, .woocommerce-info, .woocommerce-message, .product-name, .cart-subtotal, .coupon-col-end, tr.woocommerce-shipping-totals td:before, .elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward), .product-name, .shop_table_responsive {
	font-size: 14px;
}


#menu-2-af09caf > li > ul > li > ul.elementor-nav-menu--dropdown{
	margin-left: 0 !important;
}

//* Product remove kolom */
.elementor-widget-woocommerce-cart .woocommerce-cart-form__cart-item td.product-remove,
.woocommerce-cart-form__cart-item td.product-remove {
  width: 40px;
  padding: 0 8px;
  overflow: visible;
}

/* Remove link – kruisje volledig uitschakelen */
.woocommerce-cart-form__cart-item td.product-remove a.remove {
  font-size: 0 !important;      /* × weg */
  line-height: 0 !important;
  color: transparent !important;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Ook eventuele after-content killen */
.woocommerce-cart-form__cart-item td.product-remove a.remove::after {
  content: none !important;
}

/* Klein oranje prullenbak icoon */
.woocommerce-cart-form__cart-item td.product-remove a.remove::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1f8";
  font-weight: 900;
  font-size: 10px;             
  line-height: 1;
  color: #000;
  transition: color 0.2s ease, background 0.2s ease;
}

/* Hover */
.woocommerce-cart-form__cart-item td.product-remove a.remove:hover::before {
  color: var(acf--kleur);
}

/* Productnamen zwart in winkelwagen */
.woocommerce-cart .cart_item a:not(.remove) {
  color: #000 !important;
}

/* Bereken verzendkosten zwart */
.woocommerce-cart a.shipping-calculator-button {
  color: #000 !important;
}

/* Hover subtiel donker */
.woocommerce-cart .cart_item a:not(.remove):hover,
.woocommerce-cart a.shipping-calculator-button:hover {
  color: #333 !important;
}



