/**
* PayPal With Fee Plus
*
* NOTICE OF LICENSE
*
* This product is licensed for one customer to use on one installation (test stores and multishop included).
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
* whole or in part. Any other use of this module constitues a violation of the user agreement.
*
* DISCLAIMER
*
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
*
*  @author    idnovate
*  @copyright 2021 idnovate
*  @license   See above
*/
#module-paypalfeeplus-paypalfeeplus_payment #left_column {display:none}
#module-paypalfeeplus-payment #left_column {display:none}
.paypalfeeplus_show_product {
    border: solid 1px #d6d4d4;
    padding: 10px;
    margin-bottom: 20px;
    background: #fbfbfb;
    clear: both;
}
.paypalfeeplus_show_product img{
    float: left;
    max-width: 40px;
    margin-right: 6px;
}
.paypalfeeplus_show_product_text {
    font-weight: bold;
}
.paypalfeeplus_show_product_text:after {
    clear: both;
    float: none;
    content: '';
    display: block;
}
.payment-option label {text-align: left;}