/**
 *
 * Apple Pay
 *
 * @author Presta-Module.com <support@presta-module.com>
 * @copyright Presta-Module
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 *
 ****/

/* Custom CSS for warehouse theme */
body.pm-applepay .pm-apple-pay-container.pm-apple-pay-product-page {
    border-color: hsla(0,0%,63%,.25);
    margin-bottom: 20px;
    padding-top: 0px;
    border-top: 0px;
}
body.pm-applepay .product-miniature .product-description .pm-apple-pay-product-list {
    margin-top: unset;
}
body.pm-applepay .product-miniature.product-miniature-list .product-functional-buttons .pm-apple-pay-product-list {
    padding-bottom: 10px;
}
/* Cart */
body.pm-applepay .pm-apple-pay-container.pm-apple-pay-shopping-cart .payment_module {
    text-align: center !important;
}