@media screen and (max-width: 768px) {
.product-highlights-home .product-label {
    display: block !important;
    margin: 5px 10px;
    height: auto;
}

.FeedGridLayout__cell:nth-child(2n) {
    transform: translateY(-0px) !important;
}

#Side_slide .extras .action_button {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px !important;
    background-color: unset !important;
    border: 1px solid #dbdddf !important;
    font-size: 16px !important;
}

.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price {
    width: auto !important;
    padding: 0px;
}

.mfn-ch-footer-totals, .mfn-chft-row.jakesbeer-statiegeld-row {
    font-size: 16px !important;
}

    .woocommerce-cart-form table.shop_table_responsive tr.cart_item td.product-name {
        order: 1;
        text-align: left !important;
    }
    
    td.product-thumbnail {
    width: 20% !important;
}

td.product-price {
    width: 30% !important;
}

small.includes_tax {
    font-size: 12px;
    margin-top: 10px;
}

.mfn-chft-row.mfn-chft-total, .mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals .mfn-chft-row.mfn-chft-total strong {
    font-size: 20px !important;
}

small.statiegeld-label, small.statiegeld-per-stuk, .statiegeld-label, .statiegeld-per-stuk, .statiegeld-subtotaal, .statiegeld-detail-amount div {
    font-size: 14px !important;
}

.column_cart_cross_sells.vb-item {
    display: none !important;
}

td.actions {
    background-color: transparent !important;
}

span.jbco-shipping-method {
    display: none !important;
}

.jakesbeer-label-wrapper {
    margin-top: 10px !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  vertical-align: top !important;
}

}

/* Alleen mobiel */
@media (max-width: 768px) {

  /* Maak elke cart-rij een flexcontainer */
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  /* Basisstijl voor alle cellen */
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item > td {
    display: block !important;       /* override Woo's table-styles */
    width: 50%;
    box-sizing: border-box;
    border: 0;
    padding: 6px 0;
  }

  /* Verberg Woo’s mobiele labels (td:before) */
  .woocommerce-cart-form table.shop_table_responsive tr td:before {
    display: none !important;
    content: none !important;
  }

  /* Zet de 5 cellen in de gewenste volgorde + uitlijning */
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td.product-name   { order: 1; text-align: left; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td.product-price  { order: 2; text-align: right; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td.product-quantity { order: 3; text-align: left; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td.product-subtotal { order: 4; text-align: right; }

  /* Verwijderen over volledige breedte onderaan */
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td.product-remove {
    order: 5;
    width: 100% !important;
    text-align: center;
    padding-top: 8px;
  }

  /* Fallback als classes afwijken: forceer via nth-child */
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item > td:nth-child(1) { order: 1; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item > td:nth-child(2) { order: 2; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item > td:nth-child(3) { order: 3; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item > td:nth-child(4) { order: 4; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item > td:nth-child(5) { order: 5; width: 50% !important; 
}

.mfn-woo-filters-wrapper.shop-filters.mfn-additional-shop-options-active {
    display: none !important;
}

button.wc-block-product-filters__apply.wp-element-button {
    min-height: 52px !important;
    border-radius: 5px !important;
}

.wc-block-product-filters__overlay-dialog {
    margin-top: 60px !important;
}

.wc-block-product-filters__overlay-content {
    padding: 0px 30px !important;
}

aside.widget.widget_block:has(.jb-filters-mobile-hide) {
  display: none !important;
}

.mfn-product-badges-left .mfn-product-badges {
    left: 0px !important;
}

span.onsale {
    font-size: 10px !important;
}

}


/* Verberg alleen op schermen vanaf 768px breed */
@media (min-width: 768px) {
  .jb-filters-desktop-hide {
    display: none !important;
  }
}