/*
* 2022 kevin.
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/afl-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@prestashop.com so we can send you a copy immediately.
*
*  @author 2022 kevin. <help@kevin.eu>
*  @copyright kevin.
*  @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

p.payment_module a.kevin_choice {
    background-size: 80px;
    background-position: 9px 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}

p.payment_module a.kevin_choice: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;
}

.payment-options {
    margin: 0 5px 5px;
    padding: 0 10px 10px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    align-content: center;
    justify-content: center;
    width: auto;
}

.payment-options img {
    max-width:100px;
    height:auto;
}

.payment-option label {
    margin-bottom: 0;
    /**/
    width:100%;

}


.payment-option label span {
float:left;
}


.payment-option {
    margin: /*10*/0px 20px;
    width: auto;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

body#checkout section.checkout-step .payment-options label {
display: flex; 
    align-items: center; 
    justify-content: space-between;
}
