/**
* 2007-2020 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-2020 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.
*/
#fatzebra-form{
	margin-top:10px;
	padding:0px 20px 20px 20px;
	display:none;
	border-bottom:1px solid #000000;
}

#error-container #content{
    margin-bottom: 100px;
}
#error-container .error-col{
    padding-left: 50px;
    padding-right: 50px;
}
#fatzebra-form input[type="text"]{
    border: 1pt solid #000;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 15px;
    font-family:'GroteskPro-Book';
    font-size: 16px;
    border-radius: 0;
}

#fatzebra-form ::placeholder{
  color: #595a65;
  opacity: 1;
  font-family: 'Neuzeit';
  font-size:16px;
}

#fatzebra-form :-ms-input-placeholder {
  color: #595a65;
  font-family: 'Neuzeit';
  font-size:16px;
}

#fatzebra-form ::-ms-input-placeholder {
  color: #595a65;
  font-family: 'Neuzeit';
  font-size:16px;
}

#fatzebra-form .expire-container{
    border: 1pt solid #000;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 0;
}

#fatzebra-form select{
	border:none;
	background:transparent;
	width:auto;
	text-indent: 1px;
	font-family:'GroteskPro-Book';
	font-size:16px;
	color: #000000;
	padding: 0px 5px;
  height: auto;
}

#opc-wrapper #fatzebra-form p.error-label{
	margin-top: -10px;
    margin-bottom: 10px;
}

#opc-wrapper .expiry-error-label{
	margin-top: 5px!important;
}

#opc-wrapper .notif-div{
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px;
	display:none;
	width: 100%;
    max-width: 900px;
}

#opc-wrapper .notif-text{
	margin-bottom:0px;
	font-size:14px;
	font-size: 16px;
    text-align: center;
    font-family: 'GroteskPro-Book';
    color: #b58069
}

#fatzebra-form .expire-container{
	margin-bottom:15px;
}

@media (min-width: 576px) {

	#fatzebra-form .expire-container{
		margin-bottom:15px;
	}

    #error-container .error-col{
        padding-left: 100px;
        padding-right: 100px;
    }

}

@media (min-width: 768px) {
	#error-container .error-col{
		padding-left: 100px;
		padding-right: 100px;
	}
}