/* This stylesheet is used to style the public-facing components of the plugin. */

.single-registry #quick-checkout .create-account { display: none; }
.single-registry #quick-checkout .woocommerce-info { display: none; }
.single-registry #quick-checkout #order_review thead { display: none; }
.single-registry #quick-checkout #order_review tfoot { display: none; }
.single-registry #quick-checkout #order_review .product-quantity { display: none; }
.single-registry #quick-checkout #billing_email_field { width: auto; float: none; }
.single-registry #quick-checkout .login[style],
.single-registry #quick-checkout .login { display: none!important; }
.single-registry #quick-checkout #order_comments { height: 98px; }

.woocommerce.single-registry #content div.product div.summary,
.woocommerce.single-registry div.product div.summary {
	width: auto;
	float: none;
}

.woocommerce.single-registry #content div.product div.summary .input-text,
.woocommerce.single-registry div.product div.summary .input-text {
	width: 100px;
}

.woocommerce.single-registry #content div.product .product_title, 
.woocommerce.single-registry div.product .product_title {
	font-size: 25px;
}

.single-registry .product .nyp input.nyp-input {
	text-align: left;
}