/*
 Theme Name:   Foodelio Child
 Template:     foodelio
*/

/* ----------------------------- */
/*   WISHLIST TOOLTIP VERWIJDEREN
/* ----------------------------- */

.tinv-wraper .tinvwl-tooltip,
.tinv-wraper .tinvwl_add_to_wishlist-text {
    display: none !important;
}

.tinv-wraper .tinvwl_add_to_wishlist_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ----------------------------- */
/*   ICONENBALK — KLEIN & GECENTREERD
/* ----------------------------- */

.vs-product-box1 .actions-btn {
    position: relative !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    margin: 10px auto 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* ----------------------------- */
/*   ICONEN — UNIFORME STIJL
/* ----------------------------- */

.vs-product-box1 .actions-btn a {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.vs-product-box1 .actions-btn a i {
    font-size: 18px !important;
    color: #333 !important;
}

/* Winkelmandje duidelijker */
.vs-product-box1 .actions-btn .cart-button i {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

/* Hartje iets subtieler */
.vs-product-box1 .actions-btn .tinvwl_add_to_wishlist_button i {
    opacity: 0.6 !important;
}

/* ----------------------------- */
/*   THUMB_SWAP NEUTRALISEREN
/* ----------------------------- */

.vs-product-box1.thumb_swap .actions-btn {
    position: relative !important;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.vs-product-box1.thumb_swap .product-img {
    position: static !important;
    overflow: visible !important;
}

.vs-product-box1.thumb_swap {
    overflow: visible !important;
}

/* ----------------------------- */
/*   FOODELIO HOVER-OVERLAY UITZETTEN
/* ----------------------------- */

.vs-product-box1 .product-img::before,
.vs-product-box1 .product-img::after {
    display: none !important;
    content: none !important;
}

/* ----------------------------- */
/*   VERWIJDER ZOEK + VERGELIJK ICONEN
/* ----------------------------- */

/* Quickview (vergrootglas) */
.vs-product-box1 .actions-btn a.woosq-btn,
.vs-product-box1 .actions-btn a[href*="woosq"],
.vs-product-box1 .actions-btn i.fa-search,
.vs-product-box1 .actions-btn i.fal.fa-search,
.vs-product-box1 .actions-btn i.fas.fa-search {
    display: none !important;
}

/* Compare (vergelijk) */
.vs-product-box1 .actions-btn a.woosc-btn,
.vs-product-box1 .actions-btn a[href*="woosc"],
.vs-product-box1 .actions-btn i.fa-layer-group,
.vs-product-box1 .actions-btn i.fal.fa-layer-group {
    display: none !important;
}

/* Verwijder 'Vergelijk' tekst — HIER WAS DE FOUT */
.vs-product-box1 .actions-btn span,
.vs-product-box1 .actions-btn .compare,
.vs-product-box1 .actions-btn .woosc-btn span {
    display: none !important;
}

/* ----------------------------- */
/*   ICONEN ALTIJD NAAST ELKAAR
/* ----------------------------- */

.vs-product-box1 .actions-btn,
.vs-product-box1 .product-img .actions-btn,
.vs-product-box1.thumb_swap .actions-btn {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Verwijder wrappers die iconen stapelen */
.vs-product-box1 .actions-btn > div,
.vs-product-box1 .actions-btn > span {
    display: contents !important;
}

/* Iconen zelf */
.vs-product-box1 .actions-btn a {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Dikke zwarte randen op WooCommerce order tabel */
.woocommerce-order-details table,
.woocommerce-order-details table th,
.woocommerce-order-details table td {
    border: 2px solid #000 !important;
    border-collapse: collapse !important;
    background: #fff !important;
}

/* Desktop spacing (alleen 1x!) */
.woocommerce-order-overview,
.woocommerce-order-details,
.woocommerce-customer-details {
    margin-bottom: 30px !important;
}

/* Desktop: grote ruimte */
.space-top.space-md-bottom {
    padding-top: 200px !important;
}

/* Tablet + mobiel: kleinere ruimte */
@media (max-width: 1300px) {
    .space-top.space-md-bottom {
        padding-top: 10px !important;
    }
}

/* Klein mobiel: nog compacter */
@media (max-width: 600px) {
    .space-top.space-md-bottom {
        padding-top: 10px !important;
    }
}

