/**
* 2007-2020 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-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/



/* PS 1.6 */
#center_column{
    min-width: 75%;
}

#cart_navigation #axepta-prepare-button, #cart_navigation #axepta-confirm-button {
    float: right;
    color: #fff;
    font-weight: bold;
    background: #43b754;
    border: 1px green solid;
    display: inline-block;
    padding: 5px 50px;
    font-size: 18px;
}
#cart_navigation #axepta-prepare-button:hover, #cart_navigation #axepta-confirm-button:hover {

    background: #3aa04a;
}

p.payment_module a.axepta-pg {
    padding: 30px 25px 30px 30px;
}
p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
}

.payment_module a.axepta-pg img {
    margin: 0px 15px 0px 0px;
}

p.payment_module a.axepta-pg: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;
}

/* PS 1.7 */
#cart_navigation17 #axepta-prepare-button, #cart_navigation17 #axepta-confirm-button {
    font-weight: bold;
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
    display: inline-block;
    padding: 5px 50px;
    font-size: 18px;
    height: 42px;
    box-shadow: none;
}
#cart_navigation17 #axepta-prepare-button:hover, #cart_navigation17 #axepta-confirm-button:hover {

    background: #0f6ab4;
}

/* Cross CMS WC / PS 1.6 / PS 1.7 */
/* Adeguamento SDK per responsive */
.axepta-sdk-inline-container {
    margin: auto;
}

.axepta-sdk-card-inline {
    background: transparent !important;
    width: 100% !important;
}

.axepta-sdk-textfield-outlined-inline {
    background: white;
}

.checkEsito {
    margin: auto;
    width: 220px;
}

@media only screen and (max-width: 600px) {
    .axepta-sdk-textfield-outlined-noBorder-Pan {
        margin-left: 38px !important;
        text-indent: 0px !important;
        font-size: 14px !important;
        padding-top: 8px !important;
    }
    .axepta-sdk-pan-icon-inline {
        min-width: 140px !important;
    }
    .axepta-sdk-textfield-outlined-noBorder {
        min-width: 50px !important;
        font-size: 14px !important;
        padding-top: 8px !important;
    }
    .axepta-sdk-textfield-outlined-noBorder-cvv {
        min-width: 60px !important;
        font-size: 14px !important;
        padding-top: 8px !important;
    }

    .axepta-sdk-card{
        width: auto !important;
    }

    .axepta-sdk-card-inline {
        min-width: auto !important;
        width: 320px !important;
    }
}