/*--------------------------------------------------------------
>>> FONT
--------------------------------------------------------------*/


@font-face {
	font-family: 'Nexa-Book';
	src: url('assets/font/Nexa-Book/Nexa-Book.eot') format('embedded-opentype'),
	url('assets/font/Nexa-Book/Nexa-Book.woff') format('woff'), url('assets/font/Nexa-Book/Nexa-Book.ttf')  format('truetype');
	font-weight: 600!important;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa-Heavy';
	src: url('assets/font/NexaHeavy/NexaHeavy.eot?#iefix') format('embedded-opentype'),
	url('assets/font/NexaHeavy/NexaHeavy.woff') format('woff'), url('assets/font/NexaHeavy/NexaHeavy.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa-Thin';
	src: url('assets/font/NexaThin/NexaThin.eot?#iefix') format('embedded-opentype'),
	url('assets/font/NexaThin/NexaThin.woff') format('woff'), url('assets/font/NexaThin/NexaThin.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
>>> GLOBALS
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #FFFFFF;
	font-family: "Nexa-Book", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

body{
	background: #000;
	min-height: 100vh;
	position: relative;
	margin: 0!important;
}

#page.site{
	display: block;
	width: 100%;
	padding-top: 25px;
}

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }


.site-header{
	max-width: 100%;
	padding: 0px 20px;
	z-index: 10;
	position: relative;
}

.site-main,
.site-footer .site-info{
	max-width: 1250px;
	margin: auto;
}

h1{
	font-family: "Nexa-Bold", "Helvetica Neue", sans-serif;
	font-style: italic;
	font-size: 28px;
}

h2{
	font-family: "Nexa-Bold", "Helvetica Neue", sans-serif;
	font-style: italic;
}

h3{
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
	font-style: italic;
	font-size: 28px;
}

.edit-link{
	display:none;
}

.wpb_text_column a{
	color: #FFF;
	text-decoration: underline;
}

.overflow-hidden{
	overflow: hidden!important;
}


@media only screen and (max-width: 680px) {

	.site-main {
		padding: 0px 15px;

	}

	h1 {
		font-size: 35px !important;
	}
}




/*--------------------------------------------------------------
>>> HEADER
--------------------------------------------------------------*/

#left-navigation{
	padding: 0px;
	float: left;
	width: 65%;
}

#left-navigation a{
	text-decoration: none!important;
	outline: none;
}

#left-navigation img{
	max-height: 15px;
}

#left-navigation a:not(.logo) img {
	margin-right: 15px;
	margin-left: 0px;;
	-webkit-filter: grayscale(100%) brightness(1000%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(1000%);
	opacity: 0.6;
}

#left-navigation img:hover,
#left-navigation img.active{
	-webkit-filter: grayscale(0%)!important; /* Safari 6.0 - 9.0 */
	filter: grayscale(0%)!important;
	opacity: 1!important;
}

#left-navigation .logo img{
	margin-right: 15px;
}


#right-navigation{
	float: right;
	width: auto;
	margin-top: -5px;
}

#right-navigation a{
	font-size: 19px;
	color: #a5a5a5;
	padding-left: 20px;
	outline: none;
}

#right-navigation .current_page_item a{
	color: #FFF;
}

#right-navigation a:hover {
	color: #FFF;
}

.site-header.mobile{
	display: none;
}



.page .bg-lines-1 .lines,
.single-product .bg-lines-1 .lines{
	background-position-y: 126px;
}

.page .bg-lines-2 .lines,
.single-product .bg-lines-2 .lines{
	background-position-y: 476px;
}


.bg-lines-1,
.bg-lines-2{
	opacity: 0;
	transition: opacity 2s;
}


.bg-lines-1{
	width: 550px;
	height: 100%;
	position: absolute;
	left: -720px;
	top: 0px;
	z-index: -1;
}

.bg-lines-1 .lines{
	width: 650px;
	height: 1200px;
	position: fixed;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 150px;
}


.bg-lines-2{
	width: 0px;
	height: 100%;
	position: absolute;
	right: -80px;
	top: 0px;
	z-index: -1;
}

.bg-lines-2 .lines{
	width: 730px;
	height: 1200px;
	position: fixed;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 500px;
}

.bg-lines-2 .lines,
.bg-lines-1 .lines{
	background-image: url(assets/img/lines.svg);
}

.site.gt .bg-lines-2 .lines,
.site.gt .bg-lines-1 .lines{
	background-image: url(assets/img/lines-gt.svg);
}

.site.taller .bg-lines-2 .lines,
.site.taller .bg-lines-1 .lines{
	background-image: url(assets/img/lines-taller.svg);
}
.site.autoparts .bg-lines-2 .lines,
.site.autoparts .bg-lines-1 .lines{
	background-image: url(assets/img/lines-autoparts.svg);
}


@media only screen and (min-width: 1445px) {
	.bg-lines-1,
	.bg-lines-2{
		opacity: 1;
	}
}



@media only screen and (max-width: 830px) {
	#left-navigation a:not(.logo) img {
		margin-left: 0px;
	}

	#left-navigation{
		width: 60%;
	}


	#left-navigation .logo img{
		margin-right: 0px;
	}

}


@media only screen and (max-width: 775px) {

	.site-header.mobile{
		display: block;
	}

	.site-header.desktop{
		display: none;
	}

}



/*--------------------------------------------------------------
>>> HEADER MOBILE
--------------------------------------------------------------*/


.site-header.mobile {
	width: 100%;
	margin-top: 0px;
	position: fixed;
	background: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	top: 0px;
	z-index: 20;
}

.mobile #left-navigation .logo img{
	margin-right: -10px;
	max-height: 20px;
}


#hamburger{
	z-index: 10;
	position: absolute;
	right: 20px;
	top: 0px;
	position: absolute;
	right: 12px;
	top: 12px;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	transform: scale(0.7);
	padding: 0px;
}

#hamburger .hamburger-inner,
#hamburger .hamburger-inner:before,
#hamburger .hamburger-inner:after{
	background-color: #FFF;
}

/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 5; /* Stay on top */
	top: 0; /* Stay at the top */
	right: 0;
	background-color: #000; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 30%; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding: 8px 15px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	display: block;
	width: 100%;
	float: right;
	max-height: 2em;
	overflow: hidden;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.sidenav .logo{
	padding: 11px 21px 0px 0px;
	width: 20%;
	float: left;
	text-align: right;
}

.sidenav .logo img{
	max-height: 25px;
	margin-right: -13px;
	min-height: 25px;
}

.sidenav .text{
	padding: 5px 0px;
	width: 80%;
	float: right;
	text-align: right;
	border-top: 1px solid #808080;
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
	font-style: italic;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}



/*--------------------------------------------------------------
>>> VEHICULOS GRID
--------------------------------------------------------------*/

.search{
	margin-bottom: 25px;
}

.vehiculos .grid-item{
	text-align:center;
	overflow: hidden;
}

.vehiculos .grid-item .title{
	margin-bottom: -10px;
}

.vehiculos .grid-item .title.vendido.gt{
	margin-bottom: 15px;
}

.vehiculos .thumbnail{
	width: 100%;
	padding-bottom: 60%;
	display: block;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-color: #1E1E1E;
	position: relative;
}

.grid-vehiculos{
	margin-top: 45px;
}

.grid-vehiculos p{
	font-style: italic;
}


.facetwp-facet{
	opacity: 1 !important;
}

.facetwp-overlay{
	display: none!important;
}


.vehiculos .search input[type="text"]{
	width: 100%;
	background: #1E1E1E;
	text-align: center;
	font-style: italic;
	border: none;
	color: #FFF;
	outline: none;
}

.vehiculos .search input[type="button"]{
	display:none;
}

.vehiculos .facetwp-facet ::placeholder{
	color: #FFF!important;
}

.vehiculos .facetwp-facet{
	margin-bottom: 6px!important;
}

.featured-meta{
	color: #C0B9BB;
}

.featured-meta .price{
	color: #EC6608;
}

.facetwp-type-dropdown{
	overflow-x: hidden;
}

.facetwp-type-dropdown .facetwp-dropdown{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	font-style: italic;
	outline: none!important;
	margin-left: -5px;
}

.facetwp-type-fselect .fs-wrap{
	outline: none;
	width: 100%!important;
	position: relative;
}

.facetwp-type-fselect .fs-search {
	background-color: transparent!important;
}

.fs-wrap.single .fs-option.selected {
	background-color: transparent!important;
}

.facetwp-type-fselect .fs-search input{
	color:#FFF!important;
}

.facetwp-type-fselect .fs-dropdown{
	width: 100%!important
}

.facetwp-type-fselect .fs-option{
	padding: 6px 8px;
	cursor: pointer;
	background: #1e1e1e;
	font-style: italic;
	border: none;
}

.facetwp-type-fselect .fs-label-wrap{
	border: none;
	border-bottom: 1px solid #ddd;
	cursor: pointer!important;
}

.facetwp-type-fselect .fs-label{
	padding-left: 0px!important;
	font-style: italic;
}

.autocomplete-suggestion:hover,
.facetwp-type-fselect .fs-option:hover{
	background: #3a3939!important;
}

.autocomplete-suggestion strong{
	color: #EC6608!important;
}

.page-template-page-productos .autocomplete-suggestion strong{
	color: #8900AB!important;
}

.page-template-page-vehiculos-gt .autocomplete-suggestion strong{
	color: #FF0041!important;
}


.autocomplete-suggestions{
	margin-top: -15px;
	background: #1E1E1E!important;
	text-align: center;
	border: none!important;
	color: #FFF!important;
	cursor: pointer!important;
}

.admin-bar .autocomplete-suggestions{
	margin-top: -47px;
}

.admin-bar .flatpickr-calendar{
	margin-top: -40px;
}



input.flatpickr-alt,
input.flatpickr-alt.active,
.is-loading input.flatpickr-alt{
	background: transparent;
	color: #FFF!important;
	padding: 2px 0px;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
	width: 100%;
	font-style:italic;;
}


.facetwp-slider-wrap{
	padding-bottom: 3px!important;
	padding-top: 7px!important;
}


.facetwp-slider-reset{
	display: none!important;
}

.facetwp-slider{
	height: 1px!important;
}

.facetwp-slider .noUi-handle,
.facetwp-slider .noUi-handle.active{
	border-radius: 10px;
	width: 15px!important;
	height: 15px!important;
	top: -8px!important;
	outline: none!important;
	cursor:pointer!important;
}

.facetwp-slider .noUi-handle-lower{
	right: -5px!important;
}

.facetwp-slider-label{
	font-size: 11px;
	font-style: italic;
	position: absolute;
	top: 5px;
	right: 18px;
}

.vehiculos .equipamiento .facetwp-facet{
	display: grid;
	width: 100%;
	grid-auto-flow: column;
}


.vehiculos .filters-button-container{
	text-align: center;
	padding-top: 1%;
	font-style: italic;
}

.vehiculos .filters-button-container span{
	width: auto;
	margin: auto;
	cursor: pointer;
	text-align: center;
	color: #ec6608;
}

.vehiculos.gt .filters-button-container span{
	color: #FF0041;

}

.vehiculos .filter .fs-label-wrap{
	max-width: 100%!important;
}

.vehiculos .equipamiento{
	display:none;
	padding: 2% 0% 2% 0%;
}

.vehiculos .equipamiento .facetwp-counter{
	display: none;
}

.grid-vehiculos.gt .price,
.grid-vehiculos .price.vendido.gt{
	color: #FF0041;
	padding-left: 5px;
}

.grid-vehiculos > .grid{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 10px;
}


.availability{
	transform: skew(-25deg, 0deg);
	display: inline-block;
	width: auto;
	padding: 8px 25px 5px 20px;
	font-family: 'Nexa-Heavy';
	float: right;
	right: -10px;
	top: 0px;
	position: absolute;
}

.single-vehiculo .availability{
	right: -5px;
}

.availability > .text{
	transform: skew(25deg, 0deg);
	color: #FFF;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
}

.availability > .text:hover{
	color: #FFF;

}

.availability.vendido,
.availability.Vendido{
	background: #FF0041;
}

.availability.próximamente,
.availability.Próximamente{
	background: #EC6608;
}

.availability.reservado,
.availability.Reservado{
	background: #4EBE66;
}


.ssba > div{
	text-align: center!important;
}

.ssba .ssba-share-text{
display: none;
}

.ssba a > img {
	width: 25px !important;
}

.vehiculos .link-more-cars{
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.vehiculos .link-more-cars a{
	text-decoration: none;
	color: #EC6608;
	outline: none;
}

.vehiculos.gt .link-more-cars a{
	color: #FF0041;
}


@media only screen and (max-width: 680px) {

	.grid-vehiculos > .grid{
		grid-template-columns: 1fr;
		grid-row-gap: 10px;
	}

	.vehiculos .filter .fs-label-wrap {
		width: 100%;
	}

}

/*--------------------------------------------------------------
>>> FACETWP
--------------------------------------------------------------*/

.facetwp-type-fselect .fs-arrow{
	border-top: 5px solid #FFF;
}

.facetwp-type-fselect .fs-label-wrap{
	background: #000;
}

.facetwp-type-fselect .fs-dropdown{
	background: #000;
}

.facetwp-type-fselect input{
	background: #000;
	color: #FFF;
}

.facetwp-checkbox{
	padding-top: 2px;
	font-style: italic;
	opacity: 0.8;
}




/*--------------------------------------------------------------
>>> VEHICULOS SINGLE
--------------------------------------------------------------*/

.single-vehiculo{
	padding: 4% 1%;
}

.single-vehiculo .name{
	float: left;
	width: 75%;
}

.single-vehiculo .name h1{
	font-family: 'Nexa-Thin';
	margin: 0px 0px 10px 0px;
	line-height: 28px;
}


.single-vehiculo .price{
	font-family: 'Nexa-Thin';
	margin: 0px 0px 10px 0px;
	float: right;
	color: #ec6608;
	width: 25%;
	text-align: right;
	font-size: 28px;
	font-style: italic;
	line-height: 28px;
}

.single-vehiculo.gt .price{
	color: #FF0041;
}

.single-vehiculo .acf-embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.single-vehiculo .acf-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lightSlider{
	width: 100%;
	position: relative;
}

.lightSlider .status{
	right: -5px;
	top: 0px;
	position: absolute;
	z-index: 9;
}

.lightSlider li{
	list-style: none!important;
}

.lightSlider .lightSlider > li{
	/*max-height: 650px;*/
	margin-right: 0px;
	/*height: 80vh!important;*/
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	cursor: pointer;
	/*padding-bottom: 9.4%;*/
}

.lightSlider .lslide img{
	width: 100%;
	opacity: 1!important;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover{
	border-radius: 0px!important;
}

.single-vehiculo .info-tabs{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 2%;
	font-style: italic;
	overflow-y: hidden;
	overflow-x: hidden;
	border-bottom: 1px solid #5A5A5A;
	margin-bottom: 5%;
}

.single-vehiculo .info-tabs .header{
	text-align: center;
	width: 100%;
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	padding: 10px;
}


.single-vehiculo .info-tabs .datos .header{
	color: #ec6608;
}

.single-vehiculo.gt .info-tabs .datos .header{
	color: #FF0041;
}

.single-vehiculo .info-tabs .datos .data{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	padding: 7% 2%;
}

.single-vehiculo .info-tabs .datos .data .column{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.single-vehiculo .info-tabs .datos .data .name{
	color: #C0B9BB;
}

.single-vehiculo .info-tabs .equipamiento .header{
	background: #222222;
	transform: skew(25deg, 0deg);
	margin-left: -12px;
	box-sizing: content-box;
	padding-right: 15px;
}

.single-vehiculo .info-tabs .equipamiento .header .text{
	transform: skew(-25deg, 0deg);
}

.single-vehiculo .info-tabs .equipamiento .data {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 15px;
	padding: 7% 2%;
	font-size: 14px;
}

.single-vehiculo .vehiculo-content{
	overflow: hidden;
	margin-top: -5%;
	margin-bottom: 5%;
}


#lg-counter,
.lg-rotate-right,
.lg-rotate-left,
.lg-flip-hor,
.lg-flip-ver{
	display:none!important;
}


.brand-lines .line.big{
	height: 20px;
	width: 4px;
	background: #ec6608;
	float: left;
	transform: rotate(20deg);
}

.gt .brand-lines .line.big{
	background: #FF0041;
}

.brand-lines .line.small{
	height: 20px;
	width: 2px;
	background: #FFF;
	float: left;
	transform: rotate(20deg);
	margin-left: 4px;
	margin-right: 2px;
}

.related-posts{
	border-top: 1px solid #5A5A5A;
	margin-top: 7%;
}

.gt .related-posts{
	margin-top: 6%;
}

.related-posts h3{
	font-size: 18px;
}

.related-posts .grid{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 25px;
}

.related-posts .grid .post a{
	width: 100%;
	padding: 30%;
	float: left;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	opacity: 0.5;
}

.related-posts .grid .post a:hover{
	opacity: 1;
}
.related-posts .grid .post .title {
	display: block;
	text-align: center;
	float: left;
	width: 100%;
}

.related-posts .grid .post .featured-meta {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: -20px;
}

.related-posts .grid .post .price {
	float: none;
	font-size: inherit;
	font-family: inherit;
}


.car-form .gform_title{
	display:none;
}

.car-form .gform_fields{
	width: 100%;
	float:left;
	display: block;
}

.car-form .gform_fields > .gfield{
	 width: 50%;
	 float:left;
	 display: block;
	 clear: none;
 }

.car-form .gform_fields > .gfield.full-width{
	width: 100%;
}


.car-form .gform_fields > .gfield label{
	color: #777777!important;
}

.car-form .gform_fields > .gfield input[type=text],
.car-form .gform_fields > .gfield textarea{
	width: 100%!important;
	background: #000;
	border: 1px solid #777777;
	border-radius: 0px;
	outline: none;
	color: #FFF;
}

.car-form .gform_fields > .gfield .ginput_container_checkbox{
	margin: 0px;
}


.car-form .gform_fields > .gfield .gfield_checkbox label{
	font-size: 16px;
	font-weight: normal!important;
}


.car-form .gform_fields > .gfield .gfield_checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.car-form .gform_fields > .gfield .gfield_checkbox label {
	position: relative;
	cursor: pointer;
}

.car-form .gform_fields > .gfield .gfield_checkbox label a{
	color: #777777;
}

.car-form .gform_fields > .gfield .gfield_checkbox label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #777777;
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.car-form .gform_fields > .gfield .gfield_checkbox input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 6px;
	height: 14px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.gform_wrapper .validation_message,
.gform_wrapper div.validation_error{
	color: #ff0000!important;
}

.gform_confirmation_wrapper{
	background: #4EBE66;
	text-align: center;
	max-width: 75%;
	margin: 30px auto;
	padding: 25px;
}

.gform_confirmation_wrapper a,
.gform_confirmation_wrapper br{
	display: none;
}

.gform_footer{
	text-align: center;
}

.gform_footer input[type=submit]{
	margin: auto;
	float: none;
	background: #ec6608;
	border: 0px;
	border-radius: 0px;
	padding: 20px 50px;
	color: #FFF;
	font-family: 'Nexa-Heavy';
}

.gt .gform_footer input[type=submit]{
	background: #FF0041;
}



@media only screen and (max-width: 680px) {

	.single-vehiculo .info-tabs {
		grid-template-columns: 1fr;

	}

	.single-vehiculo .name{
		width: 65%;
	}

	.single-vehiculo .name h1{
		font-size: 22px;
	}


	.single-vehiculo .price{
		width: 35%;
		font-size: 22px;
	}

	.single-vehiculo .info-tabs .datos .data{
		grid-template-columns: 1fr;
	}

	.single-vehiculo .lSAction{
		display: none!important;
	}

}


/*--------------------------------------------------------------
>>> CTAs
--------------------------------------------------------------*/


.ctas{
	text-align: center;
}

a.cta{
	transform: skew(-25deg, 0deg);
	/* box-sizing: content-box; */
	display: inline-block;
	width: auto;
	border: 1px solid #ec6608;
	padding: 20px 60px;
	font-family: 'Nexa-Heavy';
	margin: 0px 10px;
}

a.cta.secondary{
	transform: skew(0deg, 0deg);
}

.gt a.cta{
	color: #FF0041;
	border: 1px solid #FF0041;
}

a.cta span{
	transform: skew(25deg, 0deg);
	display: inline-block;
	color: #ec6608;
	text-align:center;
}

a.cta.full{
	width: 100%!important;
}


a.cta.secondary span{
	transform: skew(0deg, 0deg);
}

a.cta.filled{
	background: #ec6608;
}

.product-single-container a.cta.filled{
	background: #8900AB;
	border: 1px solid #8900AB;
	float: left;
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
}

.page-template-page-taller a.cta.filled{
	background: #0000FF;
	border: 1px solid #0000FF;
}


.gt a.cta span{
	color: #FF0041;
}

.gt a.cta.filled{
	background: #FF0041;
}

a.cta.filled span{
	color: #FFF!important;
}

a.cta.full-width{
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
}


.page-template-page-taller a.cta{
	border: 1px solid #0000FF!important;
}

.page-template-page-taller a.cta > span{
	color: #0000FF;
}


@media only screen and (max-width: 680px) {

	a.cta {
		margin: 3%;
	}

}

/*--------------------------------------------------------------
>>> TALLER MENU
--------------------------------------------------------------*/

.menu-taller .product-category-filter{
	position: relative;
}

.menu-taller .product-category-filter:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	background: #000;
	left: 0px;
	top: 0px;
	z-index: 9;
}

.menu-taller .product-category-filter:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	background: #000;
	right: 0px;
	top: 0px;
	z-index: 9;
}

.menu-taller .facetwp-radio{
	transform: skew(-20deg);
	border-right: 1px solid #5A5A5A;
}

.menu-taller .facetwp-radio:before{
	content: none!important;
}

.menu-taller .facetwp-radio a{
	transform: skew(20deg);
	display: block;
	outline: none!important;
}

.menu-taller .facetwp-radio.active{
	background: #0000ff!important;
}

.menu-taller .facetwp-radio.active a{
	color: #FFF!important;
}

@media only screen and (max-width: 680px) {
	.menu-taller .product-category-filter{
		grid-template-columns: 1fr!important;
	}

}

/*--------------------------------------------------------------
>>> FOOTER
--------------------------------------------------------------*/

.site-footer{
	background: #1F1F1F;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 125px;
	padding-top: 5px;
}

.site-main{
	padding-bottom: 225px;    /* Footer height */
	position: relative;
}

.site-main.blog,
.site-main.vehiculos{
	padding-bottom: 250px;    /* Footer height */
}

#primary.woocommerce{
	padding-bottom: 275px;
}

.single-product .site{
	padding-bottom: 160px;
}

.site-footer .wpb_text_column{
	margin-bottom: 0px;
}

.site-footer p{
	font-size: 12px;
}


.site-footer .contact a{
	text-decoration: none;
}


.footer-links p{
	font-size: 12px;
}

.footer-links a{
	color: #FFF;
}

.footer-links a:hover{
	color: #FFF;
}

@media only screen and (max-width: 1270px) {

	.site-footer {
		padding: 15px 15px;
	}

}



@media only screen and (max-width: 1010px) {

	.site-footer {
		height: 190px;
	}

	.site-footer .vc_col-sm-2{
		width: 33%;
	}


}

@media only screen and (max-width: 680px) {
	.site-footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 465px;
		padding: 15px 15px;
	}

	.site-footer .vc_col-sm-2 {
		width: 100%;
	}

	.footer-links{
		position: relative;
	}

	.footer-links p{
		text-align: left!important;
	}

	.footer-links .copyright{
		clear: both;
		display:block;
		padding-top: 10px;
	}

	.site-main {
		padding-bottom: 400px;
	}

	.single-product .site{
		padding-bottom: 300px;
	}

	#primary.woocommerce{
		padding-bottom: 565px;
	}

	.site-main.blog,
	.site-main.vehiculos{
		padding-bottom: 525px;    /* Footer height */
	}

}


/*--------------------------------------------------------------
>>> LOADER
--------------------------------------------------------------*/

.lds-ellipsis-container{
	width: 100%;
	display:block;
	float: left;
	height: 25px;
	margin-bottom: 15px;
}

.lds-ellipsis {
	display: none;
	margin: auto;
	position: relative;
	width: 80px;
	height: 25px;

}
.lds-ellipsis div {
	position: absolute;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ec6608;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.vehiculos.gt .lds-ellipsis div{
	background: #FF0041;
}

.woocommerce .lds-ellipsis div{
	background: #8900AB!important;
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}


/*--------------------------------------------------------------
>>> BLOG
--------------------------------------------------------------*/


.grid-blog > .grid{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15px;
}

.grid-blog .featured-meta{
	text-align: left;
	font-style: normal;
}

.grid-blog .date{
	text-align: left;
	margin-bottom: 10px;
	font-family: "Nexa-Heavy";
	font-style: normal;
}



@media only screen and (max-width: 680px) {

	.grid-blog > .grid{
		grid-template-columns: 1fr;
		grid-row-gap: 15px;
	}

}


/*--------------------------------------------------------------
>>> BLOG SINGLE
--------------------------------------------------------------*/

article.single-blog{
	max-width: 750px;
	margin: auto;
	padding-top: 8%;
	display: block;
}

article.single-blog h1{
	font-family: 'Nexa-Thin';
	margin: 0px 0px 10px 0px;
	line-height: 28px;
	margin-top: 20px;
}

@media only screen and (max-width: 680px) {

	.single-post .social-icons{
		margin-bottom: 150px;
	}

}




/*--------------------------------------------------------------
>>> TALLER WOOCOMMERCE
--------------------------------------------------------------*/

.product-single-container{
	max-width: 1250px;
	margin: auto;
	display: table;
	padding-top: 0px;
	padding-bottom: 40px;
	width: 100%;
	clear: both;
}

.product-single-container > .product{
	display: block;
	float: left;
	width: 100%;
}

.product-single{
	float:left;
	background: #FFF;
	padding: 2%;
	width: 100%;
}

.product-single .controls{
	width: 100%;
	float: left;
}

.product-single .back-button{
	color: #8900AB;
	float: left;
	text-decoration: none;
	outline: none;
}

.product-single .back-button i{
	 font-size: 20px;
	 float: left;
 }

.product-single .back-button span{
	float: left;
	margin-top: -1px;
	font-size: 14px;

}

.product-single .back-button .second{
	margin: 0px 10px 0px -3px;
}

.product-single .control-button a{
	font-size: 20px;
	color: #8900AB;
	float: right;
	text-decoration: none;
	outline: none;
}

.product-single .control-button .fa-chevron-right {
	margin-left: 10px;
}

.product-single .product_title{
	color: #9C9B9B!important;
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
}

.product-single .price{
	margin-bottom: 0px;
	text-align: left!important;
}

.product-single .price .amount{
	color: #8900AB!important;
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
	font-style: italic;
}

.product-single .impuestos{
	margin-top: 0px;
	color: #8900AB;
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
	font-size: 12px;
}

.product-single .woocommerce-product-details__short-description{
	color: #595959;
}

.product-single .variations .value{
	border-bottom: 1px solid #5A5A5A!important;
	padding-top: 25px!important;
	padding-bottom: 0px;

}

.product-single .variations .value select{
	background: #5A5A5A;
	padding: 5px;
	text-align: center;
	outline: none;
	font-family: "Nexa-Book", "Helvetica Neue", sans-serif;
	width: 100%;
	border: none;
}

.product-single .variations .label{
	border-bottom: 1px solid #5A5A5A!important;
	width: 60%;
	padding-top: 25px!important;
}

.product-single .variations .label label{
	color: #5A5A5A;
}

.product-single .reset_variations,
.product-single .woocommerce-variation-availability,
.product-single .woocommerce-variation-add-to-cart,
.product-single .product_meta,
.product-related .product .price,
.product-related .product .add_to_cart_button,
.product-related .products > h2,
.woocommerce .product .add_to_cart_button,
.product-single .cart .quantity,
.product-single .cart button{
	display: none!important;
}

.product-related{
	float: left;
	width: 100%;
	padding-top: 3%;
}

.product-related .destacados{
	color: #9C9B9B;
	border-bottom: 1px solid #9C9B9B;
	font-size: 20px;
}

.product-related .products{
	background: none!important;

}

.product-related .product{
	background: #FFF;
	padding-bottom: 15px;
}

.product-related .product h2{
	text-align:center;
	color: #9C9B9B;
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
}

.product-related ul.products{
	padding: 0%!important;
}


.site-main .pager{
	text-align: center;
	margin-top: 20px;
}

.site-main .pager a{
	color: #FFF;
}

.site-main .pager a.active {
	border-bottom: 1px solid #FFF;
}


/*--------------------------------------------------------------
>>> WOOCOMMERCE LOOP
--------------------------------------------------------------*/


.woocommerce ul.products{
	background: #FFF;
	padding: 5% 3% 0% 3%;
}

.woocommerce .product{
	padding-bottom: 15px!important;
}

.woocommerce .product h2{
	text-align:center;
	color: #9C9B9B;
	font-family: "Nexa-Thin", "Helvetica Neue", sans-serif;
}

.woocommerce .product .price{
	text-align: center;
	color: #8900AB!important;
}


.woocommerce .grid.productos{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	background: #FFF;
	padding: 2%;
}

.woocommerce .grid.productos .thumbnail{
	padding-bottom: 100%;
	background-color: #eeeeef!important;
}

.woocommerce .grid.productos .title{
	color: #595959;
}


.woocommerce .grid.productos .featured-meta .price{
	color: #8900AB;
}

.woocommerce .product-category-filter{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
}

.woocommerce .product-category-filter div{
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	padding: 10px 0px;
	text-align: center;
	background: none!important;
	background-image: none!important;
	color: #9C9B9B;
}

.woocommerce .product-category-filter div a{
	text-decoration: none;
	color: #9C9B9B;
}

.woocommerce .product-category-filter div.active a{
	text-decoration: none;
	color: #0000FF;
}

.woocommerce .product-category-filter div {
	overflow: hidden;
	position: relative;
}

.woocommerce .product-category-filter div:before{

}


.woocommerce .product-category-filter div:after{

}


.woocommerce .product-category-filter div.checked{
	background: #8900AB;
	color: #FFF;
	background: #8900B0!important;
}

.woocommerce .product-category-filter div{
	transform: skew(-20deg);
	border-left: 1px solid #5A5A5A;
}

.woocommerce .product-category-filter div span{
	transform: skew(20deg);
	display: block;
}



.woocommerce .product-category-filter div .facetwp-counter{
	display: none;
}


.woocommerce .grid-vehiculos.grid-productos{
	margin-top: 10px;
	padding: 0px 25px;
}

.woocommerce .hidden-facets{
	display:none;
}

.woocommerce .custom-filters{
	display: none;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr 3fr;
	grid-column-gap: 15px;
	padding: 25px 25px 0px 25px;
}

.woocommerce .custom-filters.only-search{
	grid-template-columns: 1fr;
}

.woocommerce .custom-filters.only-search > .marca{
	display:none;
}


.woocommerce .custom-filters .facetwp-type-fselect .fs-label-wrap{
	background: #1E1E1E;
	border-radius: 3px;
	padding: 5px 10px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
}

.woocommerce .custom-filters .facetwp-type-fselect .facetwp-counter{
	display:none;
}


.woocommerce .search{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
}

.woocommerce .search .facetwp-autocomplete{
	padding: 7px 0px;
}


.woocommerce .current-filter{
	margin-bottom: 20px;
	padding: 0px 25px;
	display: block;
	float: left;
	width: 100%;
}

.woocommerce .current-filter span{
	border-bottom: 1px solid #5A5A5A;
	width: 100%;
	float: left;
	color: #9C9B9B;
	font-style: italic;
}

.woocommerce .facetwp-type-fselect > .fs-wrap > .fs-wrap{
	display:none!important;
}

.woocommerce .fs-wrap.single .fs-option.selected {
	background-color: #4c4c4c!important;
}

@media only screen and (max-width: 680px) {

	.woocommerce .custom-filters{
		grid-template-columns: 1fr 1fr;
		padding: 25px 0px 0px 0px;
	}

	.woocommerce .product-category-filter{
		grid-template-columns: 1fr;
		width: 100%;
	}

	.woocommerce .custom-filters .fs-label-wrap {
		width: 100%!important;
	}

	.woocommerce .custom-filters.ropa-casual{
		grid-template-columns: 1fr;
	}


	.woocommerce .custom-filters.ropa-casual .facetwp-facet-ropa_casual{
		padding: 0px 10px 0px 22px!important;
	}

	.woocommerce .grid.productos{
		grid-template-columns: 1fr 1fr ;
	}


	.woocommerce .grid.productos .vc_column-inner{
		padding: 0%;
	}

	.custom_dropdown .cont_select_center,
	.custom_dropdown .select_mate,
	.woocommerce .product-category-filter div,
	.woocommerce .product-category-filter div span{
		transform: skew(0)!important;
	}


}


/* Custom Filter Dropdown */


.woocommerce .filter.categoria:before{
	content: "";
	background: black;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 100%;
	z-index: 10;
}

.woocommerce .filter.categoria:after{
	content: "";
	background: black;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 25px;
	height: 100%;
	z-index: 10;
}

/* ///  DECORATION CSS ///  */
.custom_dropdown .cont_select_center {
	float: left;
	display: block;
	width: 25%;
	border-top: 1px solid #5A5A5A;
}

.custom_dropdown .cont_heg_50 {
	position: absolute;
	height: 50%;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}

/* ///  END DECORATION CSS  ///  */
.custom_dropdown .icon_select_mate {
	position: absolute;
	top: 13px;
	right: 25px;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
	color: #9C9B9B;
}

.custom_dropdown .cont_select_center {
	transform: skew(-20deg);
	z-index: 1;
	position: relative;
}


.custom_dropdown .select_mate {
	position: relative;
	float: left;
	min-width: 300px;
	width: 100%;
	min-height: 60px;
	color: #9C9B9B;
	border-radius: 3px;
	transition: all 375ms ease-in-out;
	transform: skew(20deg);
	/* Oculto el elemento select */
}
.custom_dropdown .select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
}

.custom_dropdown .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.custom_dropdown .cont_select_int {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	background-color: #000;
	padding: 0px;
	margin: 0px!important;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
.custom_dropdown .cont_select_int li {
	position: relative;
	float: left;
	width: 100%;
	border-right: 1px solid #5A5A5A;
	border-left: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	background-color: #000;
	list-style-type: none;
	padding: 10px 2%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	border-radius: 0px;
}

.custom_dropdown .cont_select_int li:last-child {
	border-bottom: 1px solid #5A5A5A;
}
.custom_dropdown .cont_select_int li:hover {
	background-color: #000;
}
.custom_dropdown .cont_select_int .active {
	background-color: #000;
}

/* etiqueta <p> con la opcion selecionada  */
.custom_dropdown .selecionado_opcion {
	width: 100%;
	min-height: 45px;
	display: block;
	margin: 0px;
	cursor: pointer;
	/* border-top: 1px solid #5A5A5A; */
	border-bottom: 1px solid #5A5A5A;
	border-radius: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.custom_dropdown .selecionado_opcion.checked {
	color: #FFF;
	background: #8900AB;
}

.custom_dropdown .selecionado_opcion:before{
	content:""
}

.custom_dropdown .selecionado_opcion.checked:after{
	content: "";
	position: absolute;
	width: 20px;
	right: -10px;
	top: 0px;
	transform: skew(-20deg);
	background: #8900AB;
	height: 44px;
}

	@media only screen and (max-width: 680px) {

		.woocommerce .filter.categoria {
			/* overflow: hidden; */
		}

		.custom_dropdown .cont_select_center {
			width: 100%;
		}

		.woocommerce .facetwp-radio{
			border-left: none!important;
			border-right: none!important;
			margin-bottom: -5px;
		}

		.woocommerce .filter.categoria:after,
		.woocommerce .filter.categoria:before,
		.custom_dropdown .selecionado_opcion.checked:after{
			display:none;
		}

		.custom_dropdown .cont_select_int{
			left: 0px;
		}
	}



/* Custom dropdown for Ropa */

.select-ropa .selected {
  /* The select box */
  display: inline-block;
  min-width: 220px;
  background: #1E1E1E;
  color: #FFF;
  padding: 7px 10px!important;
  cursor: pointer;
  user-select: none;
  font-style: italic;
  border-radius: 2px;
}

.select-ropa .selected:after {
	/* The "dropdown" arrow */
	content: "";
	box-sizing: content-box;
	display: inline-block;
	float: right;
	width: 0;
	height: 0;
	margin: 9px 0 5px 5px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}

.fancy-select {
	/* Dropdown options container */
	list-style: none;
	min-width: 220px;
	max-height: 200px;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #1e1e1e;;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	z-index: 2;
	user-select: none;
}

.fancy-select .fancy-option {
	/* Individual options */
	padding: 5px 10px;
	background: #1E1E1E;
	color: #FFF;
	cursor: pointer;
}

.fancy-select .fancy-option:hover {
	background: #3a3939!important;
	color: white;
}

.fancy-select .fancy-option.disabled {
	color: rgba(0, 0, 0, 0.5);
	background: white;
	cursor: default;
}

.fancy-select .fancy-option.disabled:hover {
	color: rgba(0, 0, 0, 0.5);
	background: white;
}


@media only screen and (max-width: 680px) {

	.select-ropa .selected{
		width: 92%;
		margin: auto;
		float: none;
		display: block;
	}

	.select-ropa .fancy-select{
		width: 80%;
		left: 10%;
	}

}
