:root {
	--qp-primary: #d47235;
	--qp-secondary: #22262f;
	--qp-light: #efe7da;
}
.qp-btn {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	text-decoration:none;
	border-radius:4px;
	border-width: 0;
	display: block;
	cursor: pointer;
}
.qp-btn.qp-btn-wide {
	width: 100%;
}
.qp-btn.qp-btn-filtrar {
	background-color: var(--qp-primary);
	color: var(--qp-light);
}
.qp-btn.qp-btn-limpiar {
	background-color: var(--qp-secondary);
	color: var(--qp-light) !important;
	margin-top: 5px;
}

/* Filtros Quiero Propiedades */
.qp-filtros {
	padding: 20px;
	border-radius: 8px;
	background: white;
	display: block;
}

.qp-filtros h3 {
	margin-top: 0;
	margin-bottom: 15px;
}

.qp-filtros label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.qp-filtros input[type="text"],.qp-filtros input[type="number"], .qp-filtros select {
	width: 100%;
	margin-bottom: 12px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

label.qp-label-checkbox {
	display: flex;
	justify-content: space-between;
	input {
		width: auto;
	}
}

.qp-price-range {
	margin-bottom:10px;
}

input[type='range'] {
	overflow: hidden;
	width: 80px;
	-webkit-appearance: none;
	background-color: var(--qp-light);
}

input[type='range']::-webkit-slider-runnable-track {
	height: 10px;
	-webkit-appearance: none;
	color: #13bba4;
	margin-top: -1px;
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	cursor: ew-resize;
	background: var(--qp-secondary);
}


.qp-range-sliders input[type="range"] {
	width:100%;
	display:block;
	margin:6px 0;
}
.qp-range-values {
	font-weight:700;
	margin-bottom:8px;
}


.qp-loop-info {
	margin-top: 10px;
	font-weight: normal;
	p {
		padding-bottom: 5px;
		font-size: 0.9em;
	}
	p strong {
		font-weight: 600;
	}
}