/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from KForge s.n.c
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the KForge s.n.c. is strictly forbidden.
 * In order to obtain a license, please contact us: info@kforge.it
 *
 * TERMINI DI LICENZA
 *
 * Questo file sorgente è soggetto ad una licenza commerciale da KForge s.n.c
 * L'utilizzo, la copia, la modifica o la distribuzione di questo file sorgente senza
 * un contratto di licenza da KForge s.n.c. è severamente vietato.
 * Al fine di ottenere una licenza, non esitate a contattarci: info@kforge.it
 *
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe KForge s.n.c
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la KForge s.n.c est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter KForge s.n.c a l'adresse: info@kforge.it
 *
 * @author    info@kforge.it
 * @copyright Copyright (c) 2007-2021 KForge s.n.c. - Via Ernesto Lugaro, 15 - 10126 Torino - Italia
 * @license   Commercial license
 * @package   Soisy_basic
 * Support by mail:  info@kforge.it
 */

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

#soisy_basic_payment_button a {
	padding: 10px;
	background-color: #FBFBFB;
}

#soisy_basic_payment_button a:hover {
	background-color: #f6f6f6;
}

#soisy_basic_payment_button a: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: #777777;
}
