/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2023 | 07:44:40 */
.woocommerce-checkout .wc-amazon-checkout-message
{
	/*display:none !important;*/
}

.woocommerce-checkout #pay_with_amazon
{
	margin-top:-20px;
}

.woocommerce-checkout .woocommerce-info.info.wc-amazon-payments-advanced-info
{
	display:block !important;
	background:none !important;
	padding:0 !important;
	height:0;
	min-height:0;
}

@media screen and (max-width: 600px)
{
	.woocommerce-checkout .woocommerce-info.info.wc-amazon-payments-advanced-info
	{
		margin-bottom:50px;
	}

	.woocommerce-checkout #pay_with_amazon
	{
		float:left;
	}
}

.woocommerce-checkout .woocommerce-info.info.wc-amazon-payments-advanced-info:before
{
	display:none !important;
}

#pay_with_amazon_product
{
	width:213px !important;
	margin:0 0 25px 0 !important;
}

.wc-apa-button-separator
{
	display:none !important;
}

.woocommerce-mini-cart__buttons.buttons #pay_with_amazon_cart
{
	margin-top:10px !important;
}

.wc-proceed-to-checkout #pay_with_amazon
{
	margin-top:10px !important;
}