/**
* Inchoo
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/osl-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@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Please do not edit or add to this file if you wish to upgrade
* Magento or this extension to newer versions in the future.
** Inchoo *give their best to conform to
* "non-obtrusive, best Magento practices" style of coding.
* However,* Inchoo *guarantee functional accuracy of
* specific extension behavior. Additionally we take no responsibility
* for any possible issue(s) resulting from extension usage.
* We reserve the full right not to provide any kind of support for our free extensions.
* Thank you for your understanding.
*
* @category Inchoo
* @package GoogleConnect
* @author Marko Martinović <marko.martinovic@inchoo.net>
* @copyright Copyright (c) Inchoo (http://inchoo.net/)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

body:not(.checkout-onepage-index) div.inchoo-google-connect-inner {
	margin-top: 20px;
}

div.inchoo-google-connect-inner a.button {
	position: relative !important;
	min-width: 230px !important;
	text-align: center !important;
	padding-left: 45px !important;
	padding-right: 10px !important;
	text-transform: none !important;
	color: #fff !important;
	background-color: #4285F4 !important;
	border-radius: 3px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}

div.inchoo-google-connect-inner a.button::before {
	position: absolute;
	content: '' !important;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: transparent url('../images/google-icon.png') no-repeat center left;
	background-size: 100%;
}