/**
* 2007-2019 PrestaShop
*
* 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.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#axepta-paygates-list .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-left: 0px;
}

#axepta-paygates-list .axepta-section,
#axepta-paygates-list .separator {
    padding-bottom: 15px;
}

#axepta-paygates-list .form-check div.checker {
    display: inline-block;
}

/* Separator */
#axepta-paygates-list .separator {
    display: flex;
    flex-flow: row wrap;
    max-width: 565px;
}

#axepta-paygates-list .separator div {
    height: 1px;
    background: #EBEBEB;
    flex: none;
    order: 0;
    flex-grow: 1;
    align-self: center;
}

#axepta-paygates-list .separator .more-option-btn {
    min-width: 150px;
    height: 17px;
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
    color: #666666;
    flex: none;
    order: 0;
    flex-grow: 0;
    align-self: center;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-color: white;
}

/* Icon arrow down */
#axepta-paygates-list .separator .more-option-btn:not(.selected)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Icon arrow up */
#axepta-paygates-list .separator .more-option-btn.selected::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

/* REGISTERED CARD */
#axepta-paygates-list .registered_card-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 12px;
    width: 100%;
    max-width: 300px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px;
}

#axepta-paygates-list .registered_card-box .radio,
#axepta-paygates-list .paygate-box .radio {
    padding-top: 5px;
}

#axepta-paygates-list .registered_card-box img {
    max-height: none !important;
    /* wooc images use the `em` unit, which breaks our aspect ratio, since we force the height */
}

#axepta-paygates-list .registered_card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 3px;
    flex: none;
    order: 2;
    flex-grow: 1;
}

#axepta-paygates-list .registered_card-info div:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#axepta-paygates-list .registered_card-info div:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}


/* PAYGATES */
#axepta-paygates-list .paygate-container,
#axepta-paygates-list #more-paygates,
#axepta-paygates-list .registered_card-box {
    display: flex;
    flex-flow: row wrap;
    /* max-width: 570px; */
}

#axepta-paygates-list .paygate-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 5px;
}

#axepta-paygates-list .paygate-box:hover,
#axepta-paygates-list .paygate-box.selected,
#axepta-paygates-list .registered_card-box:hover,
#axepta-paygates-list .registered_card-box.selected {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    border-color: #0175ff;
}

#axepta-paygates-list .paygate-info {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#axepta-paygates-list .paygate-info div:first-child {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#axepta-paygates-list .paygate-info div:nth-child(2) img {
    /* border-radius: 5px; */
    flex: none;
    order: 0;
    flex-grow: 0;
    max-height: 28px;
    max-width: 75px;
    margin-right: 4px;
    width: inherit !important;
}

#axepta-paygates-list img {
    float: left !important;
    /* wooc images are float: right by default, which breaks our style */
}

#axepta-paygates-list .paygate-box,
#axepta-paygates-list .more-option-btn,
#axepta-paygates-list .registered_card-box {
    cursor: pointer;
}
