

.gd-columna-filtros{
	width:200px;
	background-color: white;
	position: relative;

}

.gd-contenedor-completo-productos{
	position:relative;
	max-width: 1000px;
}

.gd-columna-resultados-interna{
	padding-left: 20px;
	
}

.gd-contenedor-resultados-interno{
	padding:5px;
	text-align: center;
}

.gd-contenedor-filtros-interno{
	padding:5px;
	text-align: left;
}





.gd-contenedor-resultados{
	background-color: white;
}

.gd-titulo-filtros {
	font-size:25px;
	font-family: josefine-regular;
	line-height: 30px;
	border-bottom: 1px solid #16b6cf;
	position:relative;
}

.gd-boton-ocultar-filtros{
	position: absolute;
	right: 0px;
	top:0px;
	line-height: 30px;
	font-size: 20px;
	color:#16b6cf;
	font-family: GlassDeco;

}

.gd-subtitulo-filtros{
	font-size:20px;
	padding-top:15px;
	margin-bottom:10px;
	line-height: 25px;
	border-bottom: 1px solid #313d3d;
}

.gd-contenedor-checkbox-etiqueta{
	cursor:pointer;
}

.gd-contenedor-radio-etiqueta{
	cursor:pointer;
}

.gd-celda-checkbox{
	font-size: 15px;
	line-height: 25px;
	color:#16b6cf;	
	font-family:GlassDeco;
}

.gd-opcion-filtros{
	font-size: 15px;
	line-height: 25px;
	position: relative;
	left: 5px;
	top:2px;
}

.gd-contenedor-resultado-busqueda{
	width:33.33%;
	min-width:80px;

}

.gd-contenedor-resultado-interno{
	padding:15px;
}

.gd-imagen-paleta{
	height:10px;
	position: relative;
	top:7px;
	left:5px;
}



.gd-contenedor-buscador-cuadro{
	width:33%;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.gd-contenedor-buscador-cuadro:hover{
	color:#16b6cf;
}

.gd-icono-filtro-buscador{
	font-family:GlassDeco;
	font-size:35px;
}

.gd-texto-filtro-buscador{
	font-size:12px;
}


.gd-contenedor-resultado-interno{
	height:250px;
}

.gd-contenedor-paginacion{
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}
.gd-elemento-paginacion{
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	cursor:pointer;
}

.gd-elemento-paginacion:hover{
	color:#16b6cf;
}

.gd-boton-filtros{
	display: none;
}

.gd-boton-cerrar-filtros{
	display: none;
}

.gd-boton-filtros-movil{
	display: none;
}
@media only screen and (max-width: 800px) {
	.gd-contenedor-resultado-interno{
		padding:8px;
	}
}


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

	.gd-contenedor-resultado-busqueda{
		width:50%;

	}
}

@media only screen and (max-width: 550px) {
	.gd-contenedor-resultado-interno{
		padding:4px;
	}

	.gd-columna-filtros{
		position: fixed;
	    width: 100%;
	    height: 100VH;
	    top: 80px;
	    overflow: scroll;
	    display: none;
	}

	.gd-columna-resultados-interna{
		padding-left:0px
	}

	.gd-contenedor-opcion-paleta{
		display: inline-block;
		vertical-align: top;
		width:33.33%;
		text-align: center;

	}

	.gd-boton-ocultar-filtros{
		display: none;
	}

	.gd-boton-filtros{
		display: block;
	}

	.gd-boton-cerrar-filtros{
		display: inline-block;
		background-color: #323e3e;
		color: white;
		line-height: 40px;
		padding-left: 10px;
		padding-right: 10px;

	}
	.gd-boton-filtros-movil{
		display: block;
	}

	.gd-subtitulo-filtros{
		text-align: center;
	}

	.gd-titulo-filtros{
		text-align: center;
	}
}