/*
 * The custom theme applies its purple color to every nested element. These
 * controls have dark backgrounds, so their labels must explicitly stay white.
 */
.wc-block-cart__submit-button,
.wc-block-cart__submit-button *,
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button *,
#place_order,
#place_order * {
	color: #ffffff !important;
}

.wp-block-search__button,
.wp-block-search__button * {
	color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	#masthead .main-navigation.toggled ul,
	#masthead .main-navigation.toggled ul a,
	#masthead .main-navigation.toggled ul li,
	#masthead .main-navigation.toggled ul span {
		color: #ffffff !important;
	}
}
