/*
 * Vynox Checkout Ã¢â‚¬â€ scoped reset.
 * Every rule is nested under #vynox-checkout-root so nothing here can
 * leak onto the rest of the page, and (by CSS specificity + being
 * loaded last, plus !important on the handful of properties themes
 * most commonly clobber) the theme/WooCommerce cannot leak into it.
 */
#vynox-checkout-root, #vynox-checkout-root * , #vynox-checkout-root *::before, #vynox-checkout-root *::after {
	box-sizing: border-box !important;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: none;
	text-decoration: none;
	list-style: none;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}
#vynox-checkout-root {
	display: block !important;
	width: 100%;
	font-size: 15px;
	color: #1f2937;
	box-sizing: border-box;
}
#vynox-checkout-root button {
	cursor: pointer;
}
#vynox-checkout-root input,
#vynox-checkout-root select,
#vynox-checkout-root textarea {
	color: #1f2937;
}
#vynox-checkout-root svg {
	display: block;
}
