#tigre_search, h1, legend{
	font-family: 'Trade Gothic Bold';
}
@media (min-width: 768px){
	#tigre_search #abono_code{
		width: 10em;
	}	
}

/* bof glyphicons */

.glyphicon-confirma-registro:before {
  content: "\e90d";
}
.glyphicon-descargar-pdf:before {
  content: "\e91a";
}
.glyphicon-forma-entrega:before {
  content: "\e934";
}
.glyphicon-forma-pago:before {
  content: "\e935";
}
.glyphicon-introducir-codigo:before {
  content: "\e936";
}
.glyphicon-selectionar-abono:before {
  content: "\e937";
}
.glyphicon-verificar-abono:before {
  content: "\e938";
}
/* eof glyphicons */
/*header*/
#navMainLogin, #navMainLogoff, #navMainAccount, #order_steps, #navMainSearchWrapper,
/*checkout-process*/
#checkoutPaymentComments, #checkoutShippingComments, #checkoutConfirmComments,
#checkoutShippingAddress, #checkoutPaymentAddress, #checkoutOrderTotals, #checkoutBillto,
#checkoutShippingMethod label[for="ship-shipaddress-hidden"], 
#checkoutShippingMethod .ship-module-title, #price-shipaddress-hidden,
/* shopping-cart */
#scUpdateQuantity, .cartQuantityUpdate, #scUnitHeading, .cartUnitDisplay{
	display:none;
}

/*PRINCIPAL*/
body{
	background:#FAAE33;
}

/* required for navbar-fixed-top */
body:not(#popupShippingEstimator) {
	padding-top: 50px;
}

#pageWrapper{
	background:none;
}

/* componente de pasos de compra de tigreabono */

#stepsWrapper .breadcrumb>li+li:before{
	content:"";
	padding:0;
}
#stepsWrapper .glyphicon{
	font-size: 3em;
}

/* redes sociales en linea */
.list-unstyled.share li{
	display: inline;
}

/* margen para separar el boton de tigretienda, el logo de la barra de busqueda y menu */

#logo, #bannerTwo{
	margin-bottom: 20px;
}

#navMainSearch, #checkoutShipping #shipaddress-form{
	margin: 20px 0;
}

#bannerTwo{
	color:#FCAA26;
}

/* eof margins */


/*clases de botones de ir a pagar y carrito - menu del header*/
#navMainShoppingCart{
	color: #213E8F;
}

#navCatTabsUl, .product_price, .product_title{
	font-weight: bold;
}

#extra-products .caption {
	background-color: rgba(61, 61, 61, 0.8);
}

#navCatTabsUl{
	font-size:16px;
}

#navBreadCrumb a, .breadcrumb a, .navbar-default .navbar-toggle, #footer a{
	color: #FFF;
}

.product_price {
    color: #DC2901;
}
.panel-parking>.panel-heading{
	color: #fff;
	background-color: #515151;
	border-color: #515151;
    background-image: -webkit-linear-gradient(top, #515151 0, #313131 100%);
    background-image: -o-linear-gradient(top, #515151 0, #313131 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #515151), to(#313131));
    background-image: linear-gradient(to bottom, #515151 0, #313131 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151',endColorstr='#ff313131',GradientType=0);
}
.table>tbody>tr.parking>td{
    background-color: #515151;
	color: #fff;
}

.breadcrumb{
	color: #A9A9A9;
}

#purchaseSteps .glyphicon{
	float:right;
	margin-right:10px;
}

#purchaseSteps{
	margin-bottom:0;
}

#header{
	padding-top:20px;
	background-color: #040508;
}

#footer{
	background-color: #040508;
}

#footer .panel {
    background: none;
    color:#fff;
    border:transparent;
}
#footer .panel-body{
	border-top:none;
}
#footer .panel-heading {
    background: none;
    color:#FCAA26;
    border-bottom: 1px solid #FCAA26 !important;
}
#footer_accordion_two .col-lg-9 .spr {
    background-color: #fff;
}
#footer_about{
	color:#000;
}
#footer_about a{
	color:#5f0000;
}

#checkoutShipping fieldset{
	margin-bottom: 10px;
}
#checkoutShipping legend{
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.webp #header {
		background-image: url('../images/bg.webp');
	}
	.no-webp #header {
		background-image: url('../images/bg.jpg');
	}
	#header{
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-position-x: right;
	}
}

#pageTwoHeading, #conditionsHeading, #privacyDefaultHeading{
	text-align:center;
}

#remaining-time {
	display:inline-block;
    -webkit-animation: hideRemainingTime 2s forwards; 
    animation: hideRemainingTime 2s forwards;
}
@keyframes hideRemainingTime {
    0%   {opacity: 1;font-size:inherit;}
    90%  {opacity: 1;font-size:inherit;}
    100% {opacity: 0;font-size:0;}
}
@-webkit-keyframes hideRemainingTime {
    0%   {opacity: 1;font-size:inherit;}
    90%  {opacity: 1;font-size:inherit;}
    100% {opacity: 0;font-size:0;}
}
