/**
Theme Name: ROCK Thema
Author: ROCK Design
Author URI: https://www.rockdesign.nl/
Description: Thema dat gebruikt wordt door ROCK Design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rock-child
Template: hello-elementor
*/
/*
    Aangepaste CSS
*/

/* Target the custom checkbox and its label using their generated IDs or classes */
#custom_shipping_checkbox_field label,
#custom_shipping_checkbox {
    cursor: pointer;
}

form.checkout .shipping_address *:disabled, form.checkout .shipping_address .select2-container--disabled .select2-selection,
form.checkout .shipping_address input:read-only, form.checkout .shipping_address .select2-container.readonly .select2-selection {
    background-color: #dbdbdb !important;
    pointer-events: none;
}