/* Product grid */

/* Product categories for easier autocomplete */
.espcomerciales,
.esptrabajo,
.arqresidencial,
.culteducacion,
.indusos{}

.grid {
	position: relative;
	overflow: hidden;
	max-width: 1300px;
	margin: 1.5em auto 0 auto;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;

	/*background-color: #2A2B30;*/
}

/* Loader */
.grid__loader {
	display: none;
	margin: 3em auto 0;
}

.grid--loading .grid__loader {
	display: block;
}

/* Clearfix */

.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* Grid items */

.no-touch .grid__item {
	padding: 1px;
}
.grid--loading .grid__item {
	visibility: hidden;
}

.grid__item
 {
	position: relative;
	float: left;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
/*
	width: 25%;
	height: 500px;
*/
}

.grid__item{
	border:solid 1px #FFFFFF;
}
.grid__item img{
	width: 100%;
}


.grid__item--size-a {
	width: 60%;
	height: 600px;
}
.grid__item--size-b {
	width: 40%;
	height: 300px;
}
.grid__item--size-c {
	width: 60%;
	height: 300px;
}
.grid__item--size-d {
	width: 40%;
	height: 600px;
}

.special-layout .grid__item {
	width: 40%;
	height: 600px;
}
.special-layout .grid__item--size-a {
	width: 50%;
	height: 400px;
}
.special-layout .grid__item--size-b {
	width: 25%;
	height: 200px;
}

.special-layout .grid__item--size-c {
	width: 50%;
	height: 400px;
}
.special-layout .grid__item--size-d {
	width: 50%;
	height: 400px;
}



/* Gallery */

.slider {
	padding: 0;
	border-radius: 1px;
	background: #A59C87;
}

.no-touch .slider {
	padding: 0 0 1.25em;
}

.slider__item {
	width: 100%;
	padding: 1em;
}

.slider__item img {
	width: 100%;
}
/* Flickity page dots */

.slider .flickity-page-dots {
	bottom: 20px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.no-touch .slider:hover .flickity-page-dots {
	opacity: 1;
}

.slider .flickity-page-dots .dot {
	background: #c13d25;
	border:#c13d25 1px solid;
}

/* Product meta */

.meta {
	position: relative;
	margin: 10px 0 20px;
	padding: 0 10px 0 0;
	text-align: left;
	height: 70px;
}

.meta__brand {
	ont-family: 'titilliumtext25l400_wt';
	font-size: .85em;
	display: block;
	color: #bfbfbf;
}

.meta__title {
	font-family: 'titilliumtext25l400_wt';
	color:#A59C87;

	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: .4em 0 .1em;

}

.meta__price {
	font-size: .95em;
	font-weight: bold;
	position: absolute;
	top: .45em;
	right: .25em;
	color: #595b64;
}

/* Action style */

.action {
	font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1.05em;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: .25em;
	cursor: pointer;
	color: #fff;
	border: none;
	background: none;
	border-bottom: 3px solid transparent;
}

.action:focus {
	outline: none;
}

.action--button {
	color: #5c5edc;
}

.no-touch .action--button:hover {
	color: #fff;
	outline: none;
}

.text-hidden {
	position: absolute;
	top: 200%;
}

/* Add to cart button */

.action--buy {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.85em 2.35em;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
	display: none;
}

.no-touch .action--buy {
	opacity: 0;
}

.no-touch .grid__item:hover .action--buy {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Fixed bottom bar */

.bar {
	z-index: 100;
	/* position: fixed;

	bottom: 0;
	left: 0;*/
	width: 100%;
	padding: 0em 5em;
	text-align: center;
	/*background: #2a2a2a;*/
	background: #A59C87;
	border-top: #F26724 2px solid;


	/*
	position: sticky;
	top: 0px;
	*/

	-webkit-transform: translate3d(0, 0, 0);
	/* Fix for Chrome flicker on Mac ...party like we're in 2012! */
}

.flexbox .filter {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/* Filter */

.filter__label {
	font-size: .100em;
	display: inline-block;
	margin: 0 2%;

	font-family: 'titilliumtext25l800_wt';
	color: #2a2a2a;

}

.filter__item {

	font-family: 'titilliumtext25l250_wt';

	font-size: 16px;
	padding: 5px 5px 10px 5px;
	vertical-align: middle;
  text-align: center;
	letter-spacing: 2px;
	color: #473830;
	text-decoration: none;

	/*border:1px solid #ccc;*/
	cursor: pointer;
	background: transparent;
	text-transform: uppercase;
	overflow: visible;


	/*margin: 0 2%;
	padding: .1em;
	vertical-align: middle;
	border-bottom: 2px solid transparent;
	font-family: 'titilliumtext25l400_wt';
	font-size:18px;
	letter-spacing:2px;
	color:#A59C87;
	color:#e3ddce;
	text-transform: uppercase;
	overflow: visible;*/
}

.bar .filter .filter__item--a:hover {

	color:#A59C87;
	border-color: #F26724;

}

.filter__item--selected {
	color: #FFFFFF;
	border-color: #ea743b;

}

.filter__item .icon {
	font-size: 1.75em;
	display: none;
}





/* Shopping cart */

.cart {
	font-size: 1.5em;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
	padding: 0 1.195em;
	cursor: pointer;
	color: #abacae;
	border: none;
	background-color: #131415;
	display: none;
}

.no-touch .cart:focus,
.no-touch .cart:hover {
	color: #fff;
	outline: none;
}

.cart--animate .cart__icon {
	-webkit-animation: cartAnim .4s forwards;
	animation: cartAnim .4s forwards;
}

@-webkit-keyframes cartAnim {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cartAnim {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.cart__count {
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin: -16px 0 0 0;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #5c5edc;
}

.cart--animate .cart__count {
	-webkit-animation: countAnim .4s forwards;
	animation: countAnim .4s forwards;
}

@-webkit-keyframes countAnim {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes countAnim {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Resize grid items on smaller screens */
@media screen and (max-width: 110em) {
	.grid__item {
		width: 33.333%;
		height: 300px;
	}

	.grid__item--size-a {
		width: 66.667%;
		height: 600px;
	}

	.special-layout .grid__item--size-a {
		width: 66.667%;
		height: 600px;
	}

	.grid__item--size-b {
		width: 33.333%;
		height: 300px;
	}

	.special-layout .grid__item--size-b {
		width: 33.333%;
		height: 300px;
	}

	.grid__item--size-c {
		width: 66.667%;
		height: 300px;
	}

	.special-layout .grid__item--size-c {
		width: 66.667%;
		height: 300px;
	}

	.grid__item--size-d {
		width: 33.333%;
		height: 600px;
	}

	.special-layout .grid__item--size-d {
		width: 33.333%;
		height: 600px;
	}
}

@media screen and (max-width: 65em) {
	.grid__item{
		width: 50%;
		height: 300px;
	}

	.grid__item--size-a {
		width: 50%;
		height: 300px;
	}
	.special-layout .grid__item--size-a {
		width: 50%;
		height: 300px;
	}
	.grid__item--size-b {
		width: 50%;
		height: 300px;
	}
	.special-layout .grid__item--size-b {
		width: 50%;
		height: 300px;
	}
	.grid__item--size-c {
		width: 50%;
		height: 150px;
	}
	.special-layout .grid__item--size-c {
		width: 50%;
		height: 150px;
	}
	.grid__item--size-d {
		width: 50%;
		height: 600px;
	}
	.special-layout .grid__item--size-d {
		width: 50%;
		height: 600px;
	}


	.flexbox .filter{
		flex-wrap: wrap;
	}
	.filter__item {
		flex: 50% 1 1;
	}
}

@media screen and (max-width: 50em) {

	.grid__item{
		width: 100%;
		height: 300px;
	}

	.grid__item--size-a {
		width: 100%;
		height: 400px;
	}
	.special-layout .grid__item--size-a {
		width: 100%;
		height: 400px;
	}
	.grid__item--size-b {
		width: 50%;
		height: 200px;
	}
	.special-layout .grid__item--size-b {
		width: 50%;
		height: 200px;
	}
	.grid__item--size-c {
		width: 100%;
		height: 200px;
	}
	.special-layout .grid__item--size-c {
		width: 100%;
		height: 200px;
	}
	.grid__item--size-d {
		width: 100%;
		height: 600px;
	}
	.special-layout .grid__item--size-d {
		width: 100%;
		height: 600px;
	}

	.bar {
		/*padding-left: 0;
		text-align: left;*/
		padding: 0em 1em;
	}
}

@media screen and (max-width: 40em) {

	.grid__item{
		width: 100%;
		height: 300px;
	}


	.grid__item--size-a {
		width: 100%;
		height: 300px;
	}
	.special-layout .grid__item--size-a {
		width: 100%;
		height: 300px;
	}
	.grid__item--size-b {
		width: 50%;
		height: 150px;
	}
	.special-layout .grid__item--size-b {
		width: 50%;
		height: 150px;
	}
	.grid__item--size-c {
		width: 100%;
		height: 150px;
	}
	.special-layout .grid__item--size-c {
		width: 100%;
		height: 100px;
	}
	.grid__item--size-d {
		width: 100%;
		height: 500px;
	}
	.special-layout .grid__item--size-d {
		width: 100%;
		height: 500px;
	}

	.bar {
		/*padding: .5em 4.5em .5em 0;*/
	}
	.flexbox .filter {
		-webkit-justify-content: space-around;
		justify-content: space-around;
		
	}
	.filter__item 
	
	{
		font-size: 15px;
		
	
		/*height: 100%;
		padding: .5em .1em;*/
		/*border: none;*/
	}
	.filter__item .icon {
		display: inline-block;
	}
	.filter__label,
	/*.action__text {
		display: none;
	}*/
	.cart {
		padding: 0 1em;
	}
}

@media screen and (max-width: 25em) {

	.grid__item{
		width: 100%;
		height: 200px;
	}


	.grid__item--size-a {
		width: 100%;
		height: 200px;
	}
	.special-layout .grid__item--size-a {
		width: 100%;
		height: 200px;
	}
	.grid__item--size-b {
		width: 50%;
		height: 150px;
	}
	.special-layout .grid__item--size-b {
		width: 50%;
		height: 150px;
	}
	.grid__item--size-c {
		width: 100%;
		height: 150px;
	}
	.special-layout .grid__item--size-c {
		width: 100%;
		height: 150px;
	}
	.grid__item--size-d {
		width: 100%;
		height: 400px;
	}
	.special-layout .grid__item--size-d {
		width: 100%;
		height: 400px;
	}

	.action--buy {
		font-size: 1.5em;
		padding: 1.15em 1.5em;
		-webkit-tap-highlight-color: transparent;
	}

	.flexbox .filter{
		flex-wrap: wrap;
	}
	.filter__item {
		flex: 100% 1 1;
	}
}
