/**
* 2007-2021 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-2021 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.
*/

#module-supercheckout-supercheckout .radio, #module-supercheckout-supercheckout .radio-inline, .input-different-shipping, .supercheckout-extra-wrap.radio p, .order-shipping-extra.checkbox{
    display:flex;
    flex-direction:row;
    align-items:center;
}

.order-shipping-extra.checkbox{
    margin-bottom:10px;
}

#payment-method .radio{
    flex-wrap:wrap;
}

#module-supercheckout-supercheckout input[type="radio"], #module-supercheckout-supercheckout input[type="checkbox"]{
    margin-right:5px;
    border: 0;
    margin-top: 0;
}

#payment-method label{
    width:auto;
}

.shippingInfo {
    flex:1 1 100%;
}

.opc-container input, .opc-container textarea, .opc-container select, .opc-container .form-control{
    border-radius:0;
    outline:none !important;
    box-shadow: none !important;
}


#module-supercheckout-supercheckout .paymentInfo{
    flex:0 0 100%;
}

#module-supercheckout-supercheckout #content-wrapper .section-title, .opc-container .custom-panel h2{
    margin-top: 15px;
    color: #222;
    text-transform:none;
    font-size: 17px;
    border: 0;
    background: #F7F7F7;
    padding: 10px 15px;
}

#module-supercheckout-supercheckout #content-wrapper .section-title i, .opc-container .custom-panel h2 i{
    display:none;
}   

.opc-container .custom-panel h2:after{
    display:none;
}


#loyalty_text_holder{
    margin-bottom:20px;
}

#warndelay{
    margin-bottom: 20px;
    background: #fff6b9;
    padding: 10px;
    color: #222;
    font-size: 13px;
}
