/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/********************************
*** FUENTES
*********************************/
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("HelveticaNeueLTStd-Bd.otf");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("HelveticaNeueLTStd-Lt.otf");
}
@font-face {
  font-family: "HelveticaNeueLTStd-BlkCn";
  src: url("HelveticaNeueLTStd-BlkCn.otf");
}
@font-face {
  font-family: "HelveticaNeueLTStd-MdCn";
  src: url("HelveticaNeueLTStd-MdCn.otf");
}
body{
	font-family: "HelveticaNeueLTStd-MdCn", sans-serif !important;
	letter-spacing:0.05em;
}
h1, h2, h3, h4, h5, h6{
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
	transform: skewX(338deg);
}
#_desktop_logo span{
	display:none;
}
/********************************/
/********************************
*** GENERAL
*********************************/
@media (min-width: 1400px){
	.container{
		max-width:100%;
		width:1400px;
	}
	.top-menu .sub-menu .inner-wrapper{
		width:1400px;
	}
}
.main-menu.col-md-12{
	padding-right: 0;
}
.padding-left-right-0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.btn, .btn-primary, .btn-secondary, .btn-tertiary{
	background-color: #0050b4;
	color: #ffffff;
	border: 3px solid #ffffff;
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
	transform: skewX(338deg);
	text-transform:uppercase;
	font-size:  1.4em;
}
/********************************
*** INICIO HOME
*********************************/
.manufacturers-home {
    margin-bottom: 0;
}
.features-home{
	padding:25% 0 21% 0;
}
.features-home:before{
	background:transparent;
}
.features-home .headline-section{
	font-size: 72px;
	text-align:left;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0,80,180,0.75);
}
.home-img2{
	padding:25% 0 21% 0;
}
.home-img2:before{
	background:transparent;
}
.home-img2 .headline-section{
	font-size: 72px;
	text-align:left;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0,80,180,0.75);
}
/********************************
*** SLIDER
*********************************/
.header-slide .slide_title-two{
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
    line-height: 56px;
	text-transform:uppercase;
	-webkit-transform: skewX(338deg);
    -o-transform: skewX(338deg);
    transform: skewX(338deg) !important;
}

/********************************
*** LOGO
*********************************/
.logo.logo-blanco{
	display:block;
	background-image: url('../../../../img/eki-logo-blanco.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:127px;
	height:59px;
}
.logo.logo-azul{
	display:block;
	background-image: url('../../../../img/eki-logo-azul.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:127px;
	height:59px;
}
@media (max-width: 974px){
	.logo.logo-azul{
		background-image: url('../../../../img/eki-logo-blanco.png');
	}
}
/********************************/
/********************************
*** CABECERA
*********************************/
#header .wrapper #nav_links li{
	padding: 3px 10px;
}
.is-not-index #header{
	padding-bottom: 18px;
}
#header .wrapper{
	-js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end !important;
	-webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.header-slide.overlay-bg .slide-link:before{
	background:none;
}
.main-menu{
	padding-bottom:2px;
	border-bottom:1px solid #ffffff;
}
.header-top #nav_links{
	/*font-family: "HelveticaNeueLTStd-Bd", sans-serif !important;*/
	text-align:right;
	/*text-transform: uppercase;*/
	font-size: 1em;
}
@media (min-width: 992px){
	.header-nav{
		border-bottom: none;
	}
	.header-nav .row{
		border-bottom: 3px solid #ffffff;
	}
}


.page-heading{
	color: #0050b4;
}
.headline-section{
	color: #0050b4;
}
.r-column h1{
	color: #0050b4;
}
.products.view-grid .product-miniature .thumbnail-container{
	border-left:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-bottom:5px solid #0050b4;
	box-shadow:none;
}

.product-description{
	font-family: "HelveticaNeueLTStd-Lt";
	font-size: 16px;
}

.prestawpblock .posts_container-fi .pswp-post-fi-title .pswp-post-title{
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
	transform: skewX(338deg);
	font-size: 1.4em;
}
@media (min-width: 576px){
	.page-heading:before {
		border-top: 0;
	}
}
@media (min-width: 992px){
	/************************************
	*** HEADER Blanco no index
	************************************/
	.is-not-index #header{
		background: #ffffff;
		color: #0050b4;
	}
	.is-not-index #header:before{
		background:transparent;
	}
	.is-not-index #header .header-nav{
		border-bottom: 1px solid rgba(0, 80, 180, 0.2);
	}
	.is-not-index .top-menu[data-depth="0"]{
		color: #ffffff !important;
		background: #0050b4 !important;
	}
	.is-not-index #header.fixed-top.hide-bar:before{
		background: rgba(255,255,255,0.87);
		border-bottom: 1px solid rgba(0, 80, 180, 0.2);
	}
	/**/
	.col-md-offset-5 {
		margin-left: 41.66666666%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	#header .top-menu{
		color: #17478c;
	}
	.top-menu[data-depth="0"] {
		background:#ffffff;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top-menu[data-depth="0"] > li > a{
		/*font-family: "HelveticaNeueLTStd-Bd", sans-serif !important;*/
		padding: 10px 1em;
		text-transform: uppercase;
		font-size: 0.9em;
	}
	.top-menu[data-depth="0"] > li:after{
		border-right: 3px solid #0050b4;
	}
	.top-menu{
		position:relative;
	}
	.products.view-grid .product-miniature{
		padding:1rem;
	}
	.top-menu .sub-menu{
		padding: 38px;
		/*margin-top:5px;*/
		background: #ffffff;
		top:auto !important;
	}
	/*.header_user_info a{
		font-family: "HelveticaNeueLTStd-Bd", sans-serif !important;
	}*/
}
@media (max-width: 992px){
	/************************************
	*** HEADER movil
	************************************/
	.header-nav .inner-wrapper > .mobile{
		background-color: #17478c;
	}
	.btn-toggle-mobile,
	.cart-header > .inner-wrapper i{
		background-color: #0050b4;
	}
	#mobile_top_menu_wrapper{
		background-color: #17478c;
	}
	.search-bar .search-bar__btn{
		background-color: #0050b4;
	}
	#header .wrapper{
		padding: 15px 0;
	}
}
#header.fixed-top.hide-bar .header-top{
	background-color: rgba(0,80,180,0.87);
	padding-bottom: 15px;
}
/*************************************************
** Pie
*************************************************/
.footer-container{
	background: transparent;
}
.footer-two{
	position:relative;
	margin-bottom: -60px;
}
.title-eki-categories{
	width:100%;
	clear:both;
}
.title-eki-categories h2{
	color: #0050b4;
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
	transform: skewX(338deg);
	text-transform:uppercase;
	text-align:center;
	font-size: 2em;
	margin: 15px 0;
}
.footers-eki-categories .col-4{
	padding-left:5px;
	padding-right:5px;
}

.eki-category-block{
	background: #ededed;
	/*border-bottom: 3px solid #00316e;*/
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,49,110,0.75); 
	box-shadow: 0px 3px 4px 0px rgba(0,49,110,0.75);
	color: #0050b4;
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
	text-transform:uppercase;
	font-style: italic;
	padding: 10px;
	display:block;
	line-height:0.8em;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align:center;
}
.eki-category-block span{
	transform: skewX(338deg);
}

.eki-category-block img{
	webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.eki-category-block:hover{
	-webkit-box-shadow: 0px -3px 4px 0px rgba(0,49,110,0.75); 
	box-shadow: 0px -3px 4px 0px rgba(0,49,110,0.75);
}
.eki-category-block:hover img {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

#footer{
	padding:70px 10px 10px 10px;
	background-color: #0050b4;
	background-image: url('../images/fondo-pie-caballo.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	
}
.footer-one{
	padding: 76px 0 10px;
}
.footer-two{
	border-top:none;
}
.hidden{display:none;}
.logopielineas{
	padding: 15px 0 5px 15px;
	width:100%;
	border-top: 3px solid white;
    border-bottom: 1px solid white;
	margin-bottom:30px;
}
.footer-three{
	background: #17478c;
}
.footer-three .container{
	padding:15px 0 0 0;
}
#custom-text{
	background:transparent;
	/*width:100%;*/
	padding:0;
}
#custom-text .copyright{
	text-align:right;
}
/*#custom-text div:first-child{
	float:left;
}
#custom-text div:nth-child(2){
	float:right;
}*/
#custom-text .payment-logos a{
	color: #FFFFFF;
}
#custom-text .copyright{
	margin-top:150px;
}
.footer-three .rte a{
	color: #FFFFFF;
}
.btn-to-top{
	background: #0050b4;
}
/*************************************************
** Productos
*************************************************/
.products article .wishlist-button-add{
	top:40px;
}
.product-miniature .product-title{
	font-family: "HelveticaNeueLTStd-Lt", sans-serif !important;
	font-style: normal;
	text-transform: inherit;
}
.product-flags .new{
	background: #0050b4;
	display: none;
}
.table_ctp_body[data-th="Fuera de stock"] .ctp_onStock{
	background:red;
}
.nav.nav-tabs_alternative .nav-item .nav-link.active{
	background: #0050b4;
}
.nav.nav-tabs_alternative .nav-item .nav-link:hover{
	background: #4c84ca;
}
.scroll-box-arrows i{
	background: #0050b4;
}
.scroll-box-arrows i:hover{
	background: #4c84ca;
}
/*************************************************
** CMS
*************************************************/
.page-cms .container-fluid .col-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-cms .breadcrumb{
	display:none;
}
.page-cms .contact-form{
	width:50%;
	float:right;
}
#wrapper{
	padding-top:0;
}
.headline-section{
	text-transform: uppercase;
}
.quienes-somos1{
	padding: 20rem 0;
}
.quienes-somos1 .headline-section{
	color: #ffffff;
	text-align:left;
	margin-bottom: 30px;
	font-size: 40px;
	float: right;
}
.quienes-somos1 .description-section{
	color: #ffffff;
	text-align:left;
	margin:0 auto 30px;
	font-size: 18px;
	line-height:1.2em;
	width: 400px;
	margin-left: 40%!important;
	clear: both;
}
.quienes-somos2{
	padding-top: 80px; 
	margin-top: 50px;
}
.quienes-somos2 .headline-section{
	text-align:left;
	margin-bottom: 30px;
	font-size: 42px;
}
.quienes-somos2 .description-section{
	text-align:left;
	margin:0 auto 30px;
	font-size: 1.4em;
	line-height:1.2em;
}
.quienes-somos3{
	padding-top:80px;
	clear:both;
}
.quienes-somos3 h3.headline-section{
	padding-bottom:30px;
}
.quienes-somos3 h4.headline-section{
	font-size: 30px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #0050b4;
	text-align: left;
}
.col-3.bloque-se{
	background-color: #ededed;
	padding: 30px;
	margin: 0 0.5%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
	font-size: 1.2em;
	line-height: 1.2em;
}
/******************************************
*** CATEGORIAS
*******************************************/
.category-cover{
	color: #ffffff;
	padding: 15rem 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	display: none;
}
.category-cover:before{
	background: transparent;
	display:none;
}
.block-category h1{
	font-size: 60px;
}
/******************************************
*** sidebar
******************************************/
.sidebar .h6{
	background: #0050b4;
}
.grid .show_grid,
.list .show_list{
	color: #0050b4;
}
.pagination .current a{
	background: #0050b4;
	border-color: #0050b4;
}
/******************************************
*** breadcrumbs
******************************************/
.breadcrumb li:last-child span{
	color: #0050b4;
}
/******************************************
*** tabla combinaciones
******************************************/
#combination_table_pro{
	width:100% !important;
}
.table_ctp thead,
.table_ctp_header th{
	background: #0050b4 !important;
	color: #ffffff !important;
	font-family: "HelveticaNeueLTStd-BlkCn", sans-serif !important;
	font-style: italic;
	text-transform: uppercase;
	width:100%;
}
#combination-table{
	border:none;
	width:100%;
}
.table_ctp.quantity_wanted{
	border-radius: 0;
}
.ctp_shopping_cart{
	background: #0050b4;
	color: #ffffff;
	border-radius: 0;
	padding:0;
}
.table_ctp_quantity_input_buttons .table_ctp product_quantity_down .material-icons{
	color: #0050b4 !important;
}
.table_ctp_quantity_input_buttons .table_ctp product_quantity_up .material-icons{
	color: #0050b4 !important;
}
@media (max-width: 992px){
	#combination-table{
		overflow:scroll;
	}
}
/******************************************
*** WORDPRESS
******************************************/
.prestawpblock .posts_container-fi .pswp-post-fi-title{
	position:static;
}
/******************************************
*** PAGO
******************************************/
.checkout-step{
	border:none;
}
.checkout-step .step-title{
	background: #0050b4;
}
.checkout-step .address-item.selected{
	border-color: #0050b4;
}
.addresses-footer a, .address-footer a{
	background: #0050b4;
}
.custom-radio input[type="radio"]:checked + span{
	border-color: #0050b4;
}
/******************************************
*** CONDICIONES DE USO
******************************************/
.pasos span {
    font-size: 50px;
    color: #0050b3;
    margin-right: 30px !important;
}
.info-contacto {
    max-width: 600px;
    margin: 40px auto;
    border: 2px solid #0050b3;
    padding: 20px;
}
.centrado {
    text-align: center;
}
/******************************************
*** ACORDEON FAQ
******************************************/
.acordeon{
	padding-right:30px;
}
.acordeon__item {
  background-color: #ffffff;
  color: #0050b3;
  cursor: pointer;
  padding: 25px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.acordeon__item:.active, .acordeon__item:hover {
  background-color: #ccc;
}

.acordeon__item:after {
  content: '\002B';
  color: #0050b3;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.acordeon__item.active:after {
  content: "\2212";
}

.acordeon__contenido {
  padding: 0 18px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #0050b3;
}

.product-variants-item{
	max-width: 500px;
}
