/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.eu-btw-veld { display: block !important; }
.sku_wrapper{display:none;}

.entry-summary{
	padding:1em;
	background-color:#f0f0f0;
    border-radius: 5px;
}

.woocommerce-Price-currencySymbol,
.woocommerce-Tabs-panel h2 {
    display: none;
}

/* Hoofdprijs excl. btw */
.woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 700;
    color: #1a1a1a;
}


/* Incl. btw container — inline houden */
small.incl-btw {
    font-size: 0.75em;
    font-weight: 400;
    color: #888888;
    display: inline;
    margin-left: 6px;
}

/* Bedrag binnen incl. btw — overschrijf de brede selector */
small.incl-btw .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #888888;
}

.woocommerce form .form-row .required{
	display:none;
}

/** voorzetsel kleur verbergen**/
.woocommerce div.product form.cart .variations label {
    display: none;
}
.variations th.label{
	display:none!important;
}
.woocommerce div.product form.cart .variations select,
input[type=number]{
	background-color:#fff!important;
	border:0!important;
}
.eu-btw-klanttype-keuze {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.eu-btw-klanttype-optie {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.eu-btw-klanttype-optie.geselecteerd {
    border-color: #1a1a1a;
    background: #f9f9f9;
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__label,
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email], 
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], 
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password], 
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], 
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], 
.has-dark-controls .wc-block-components-text-input input[type=email], 
.has-dark-controls .wc-block-components-text-input input[type=number], 
.has-dark-controls .wc-block-components-text-input input[type=password], 
.has-dark-controls .wc-block-components-text-input input[type=tel], 
.has-dark-controls .wc-block-components-text-input input[type=text], 
.has-dark-controls .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, 
.has-dark-controls .wc-block-components-text-input label{
	color:#000!important;
}




