/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.thwdtp-input-field-wrapper .select2-container{
 	width:100% !important;
 }
.react-datepicker-wrapper {
	width: 100%;
}

.wp-block-th-pickup-date .react-datepicker-popper {
    z-index: 3;
}
.wp-block-th-delivery-date .react-datepicker-popper {
    z-index: 3;
}