/**
* 2007-2022 patworx.de
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade AmazonPay to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    patworx multimedia GmbH <service@patworx.de>
*  @copyright 2007-2022 patworx multimedia GmbH
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
#amazonpay_payment_button a:hover {
	background-color: #f6f6f6;
}

#AmazonPayMiniCart {
	display: none;
}

.amazonPayButton {
	margin-top: 1.3rem;
	margin-bottom: 1rem;
}

.js-edit-amazon-payment {
	float: right;
	margin-right: .125rem;
}

.amzpayments-header-banner {
	text-align: center;
}
.amzpayments-product-banner img {
	max-width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.amzpayments-footer-banner {
	clear: both;
	display: block;
}
.amazonPayShoppingCartFooterButton {
	display: block;
	width: 100%;
	text-align: right;
	min-height: 75px;
}
.amazonPayShoppingCartFooterButton #AmazonPayButton {
	float: right;
}
#onepagecheckoutps_step_three #amazonPayCheckoutEmbedded {
  display: none;
}
