/*
    Theme name: Kalfsvlees Dedemsvaart X Insomedia
    Description: WordPress thema voor Kalfsvlees Dedemsvaart
    Author: Insomedia
    Version: 1.0
    Template: hello-elementor
*/


.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-y: 20px;
}

.bestelformulier h2 { font-family: "Yeseva One", Sans-serif; font-weight: 500; }

.product-categories .product-category  { margin: 30px 0; }

.product-list { display: flex; flex-wrap: wrap; gap: 10px; }
.product-list .product-item { display: flex; width: 100%; padding-top: 10px; border-top: 1px solid #ccc; }
.product-list .product-item .product-data { display: flex; flex-grow: 1; align-items: center; }
.product-list .product-item .product-data .product-data__info { width: calc(100% - 85px); }
.product-list .product-item .product-data .product-price span { text-align: center; white-space: nowrap; width: 85px; display: table; font-size: 14px; background: #495E3B; color: #fff; padding: 4px 8px; margin-right: 10px; }
.product-list .product-item .product-data .product-title { font-weight: 600; width: 100%; display:table;  }
.product-list .product-item .product-data .product-sku { display: table; font-size: 14px; line-height: 14px; color: rgba(0,0,0,0.5); }
.product-list .product-item input { width: 80px; }