/**
 * 2022-2025 PhenixSuiteŠ
 *
 * PhenixSuite is a fork of the PrestaShop version 1.6 software originally created by PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@phenixsuite.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop/PhenixSuite to newer
 * versions in the future. If you wish to customize PhenixSuite for your
 * needs please refer to https://phenixsuite.com for more information.
 *
 *  @author    PhenixSuite <contact@phenixsuite.com>
 *  @author    PrestaShop / PrestaShop partner
 *  @copyright 2022-2025 PhenixSuite
 *  @copyright 2021 Worldline Online Payments
 *  @license   https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  PrestaShop is an internationally registered trademark & property of PrestaShop SA
 */

.checkout-payment-step .cawlop-htp.disabled iframe{display:none}
.checkout-payment-step .cawlop-htp iframe{border:none;width:100%}
.checkout-payment-step .cawlop-htp-btn.disabled button{display:none}
.checkout-payment-step .cawlop-token-htp-btn.disabled button{display:none}
.checkout-payment-step .cawlop p.payment_module a {
    padding: 33px 40px 34px 15px;
}
.checkout-payment-step .cawlop p.payment_module a img {
    max-width: 186px;
    margin-right: 20px;
}
.checkout-payment-step .cawlop p.payment_module a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}
.checkout-payment-step .cawlop-htp-btn,
.checkout-payment-step .cawlop-token-htp-btn {
    text-align: center;
}