/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */

.woocommerce span.onsale {
	padding: 10px!important;
}

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
    margin-inline-start: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 !important;
}

/* Toon altijd de select op desktop en mobiel */

/* .aw_fselect .fs-label {
    display: none;
} */
/* .aw_select .fs-label-wrap {
    display: none !important;
}
.aw_select div.fs-dropdown {
    display: block;
} */
/* 