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

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

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

#dohone_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;
}
/* field payment section */
.dohone_field_section{
	max-height: 0;
	padding: 0 20px;
	opacity: 0;
	clear: both;
	transition: all 0.3s ease-in;
}
.dohone_field_section.visible{
	max-height: 500px;
	opacity: 1;
}
.dohone_field_section .header_title{
	color: #222; 
	font-size: 14px; 
	font-size: 1.475rem; 
	font-weight: 800; 
	letter-spacing: 0.14em; 
	text-transform: uppercase;
} 
.dohone_field_section .wrapper{
	border-left: 16px solid #F39D32; 
	background-color: #FDF4E7; 
	margin-top:2em; 
	padding:2em; 
	width: 100%; 
}
.dohone_field_section .wrapper .logo_img{
	width: 50%; 
	max-width: 100px; 
	margin-bottom: 5px; 
	margin-left: 5px;

}

.dohone_field_section input{
	max-width: 100%;
}