/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 * @author    Studio ITC Srl <info@studioitc.com>
 * @copyright Copyright (c) 2017 Ilenia Amadori - www.studioitc.com
 * @license   You only can use module, nothing more!
 */

/**
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

.itc_payment_module a{
	background: none !important;
	padding-left: 10px !important
}

.itc_payment_module img{
	width: 15%;
	margin-right: 10px
}

p.payment_module a.cc_payment:after{
    color: #777777;
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

#pagoonline_message{
    /*padding: 0!Important;*/
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 50px;
}

#pagoonline_message::before{
    font-size: 1.4em!Important;
}