:root body{
	--sc-input-background-color-disabled: white!important;
	--ast-global-color-secondary: #121212!important;
}
    
.wp-block-surecart-column.has-background{
		--sc-input-background-color:white!important;
	--sc-select-background-color: white!important;
}

/* SureCart input hover + focus background + text */
.page-id-62615 sc-checkout,
.page-id-62615 sc-form,
.page-id-62615 sc-customer-email,
.page-id-62615 sc-customer-name,
.page-id-62615 sc-order-billing-address,
.page-id-62615 sc-order-shipping-address,
.page-id-62615 sc-order-coupon-form {
  --sc-input-background-color-hover: #ffffff !important;
  --sc-input-background-color-focus: #ffffff !important;
  --sc-input-control-background-color: #ffffff !important;
  --sc-input-control-background-color-hover: #ffffff !important;
  --sc-input-control-background-color-focus: #ffffff !important;
  --sc-input-control-color: #121212 !important;
  --sc-input-color: #121212 !important;
}

.page-id-62615 sc-input::part(base),
.page-id-62615 sc-input:hover::part(base),
.page-id-62615 sc-input:focus-within::part(base),
.page-id-62615 sc-input::part(input),
.page-id-62615 sc-input:hover::part(input),
.page-id-62615 sc-input:focus-within::part(input),
.page-id-62615 sc-textarea::part(base),
.page-id-62615 sc-textarea:hover::part(base),
.page-id-62615 sc-textarea:focus-within::part(base),
.page-id-62615 sc-textarea::part(input),
.page-id-62615 sc-textarea:hover::part(input),
.page-id-62615 sc-textarea:focus-within::part(input),
.page-id-62615 sc-select::part(base),
.page-id-62615 sc-select:hover::part(base),
.page-id-62615 sc-select:focus-within::part(base),
.page-id-62615 sc-select::part(control),
.page-id-62615 sc-select:hover::part(control),
.page-id-62615 sc-select:focus-within::part(control) {
  background-color: #ffffff !important;
  color: #121212 !important;
}

/* SureCart select dropdown background */
.page-id-62615 sc-order-billing-address,
.page-id-62615 sc-order-shipping-address {
  --sc-select-background-color: #ffffff !important;
  --sc-select-background-color-hover: #ffffff !important;
  --sc-select-background-color-focus: #ffffff !important;
  --sc-select-control-background-color: #ffffff !important;
  --sc-select-control-background-color-hover: #ffffff !important;
  --sc-select-control-background-color-focus: #ffffff !important;
  --sc-select-menu-background-color: #ffffff !important;
  --sc-select-menu-item-background-color: #ffffff !important;
  --sc-select-menu-item-background-color-hover: #f5f5f5 !important;
  --sc-select-color: #121212 !important;
}

.page-id-62615 sc-order-billing-address::part(select__base),
.page-id-62615 sc-order-shipping-address::part(select__base),
.page-id-62615 sc-order-billing-address::part(search__base),
.page-id-62615 sc-order-shipping-address::part(search__base),
.page-id-62615 sc-order-billing-address::part(menu__base),
.page-id-62615 sc-order-shipping-address::part(menu__base) {
  background-color: #ffffff !important;
  color: #121212 !important;
}
