/* conferência iniciada em 17/03 às 14h03 */

.page-template-ofertas {
	overflow: scroll;
}

.filters {
	position: relative;
	font-family: "DIN Next LT Pro", sans-serif;
	font-size: 0.8em;
	background-color: #fff;
}

.page-template-ofertas .filters:before,
.page-template-ofertas_v2 .filters:before,
.page-template-ofertas_v2_alt .filters:before {
	content: "";
	display: block;
	position: absolute;
	width: 9999px;
	height: 100%;
	top: 0;
	left: -9999px;
	background-color: #fff;
}

.filters > div.filters-container {
	/*max-width: 320px;*/
	margin: 0 auto;
	padding: 20px;
}

@media (min-width: 992px) {
	.page-template-ofertas .filters > div.filters-container,
	.page-template-ofertas_v2 .filters > div.filters-container,
	.page-template-ofertas_v2_alt .filters > div.filters-container {
		position: sticky;
		height: calc(100vh - 80px);
		top: 80px;
		overflow-y: scroll;
	}

	.page-template-ofertas .filters > div.filters-submit {
		position: sticky;
		height: 80px;
		top: calc(100vh - 80px);
		text-align: center;
		background-color: #fff;
	}
}

.filters h2 {
	margin: 0 0 0.5em 0;
	padding-left: 40px;
	font-size: 24px;
	line-height: 32px;
}

.filters h2:before {
	content: url("../images/qpSKyGhEYUod.svg");
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
}

.filters h2 small {
	font-size: 0.55em;
	margin-left: 8px;
	font-style: italic;
}

.filter-group {
	position: relative;
	max-width: 420px;
	margin: 5px auto;
	border-top: 2px solid rgba(0, 197, 229, 0.2);
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
}

.filter-group:hover {
	border-color: rgba(0, 197, 229, 0.8);
}

.filter-group.filtered {
	border-color: rgba(0, 197, 229, 1);
	background-color: rgba(0, 197, 229, 0.2);
	animation-name: filtered-blink;
	animation-duration: 1.2s;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 3;
}

@keyframes filtered-blink {
	0% {
		background-color: rgba(0, 197, 229, 0.2);
	}

	25% {
		background-color: rgba(0, 197, 229, 0.55);
	}

	50% {
		background-color: rgba(0, 197, 229, 0);
	}

	75% {
		background-color: rgba(0, 197, 229, 0.7);
	}

	100% {
		background-color: rgba(0, 197, 229, 0.2);
	}
}

.filter-group.active {
	margin: 16px auto;
	border-color: rgba(0, 197, 229, 1);
}

.filter-group.filtered.active {
	background-color: rgba(0, 197, 229, 0);
}

.filter-group h3 {
	margin: 0;
	padding: 8px 36px 6px 12px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	color: rgba(26, 43, 51, 1);
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.filter-group h3:after {
	content: url("../images/gSZp1ru3WUyi.svg");
	display: block;
	position: absolute;
	width: 20px;
	height: 10px;
	top: 50%;
	right: 12px;
	margin-top: -5px;
	font-size: 0;
}

.filter-group:not(.filtered) h3:after {
	transition: all 0.4s ease-in-out;
}

.filter-group.filtered:not(.active) h3:after {
	content: "EDITAR";
	width: auto;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	letter-spacing: 0.02em;
	color: rgba(0, 197, 229, 0.9);
}

.filter-group h3 small {
	font-weight: normal;
}

.filter-group h3.active,
.filter-group.active h3 {
	color: rgba(0, 197, 229, 1);
}

.filter-group.active h3:after {
	transform: rotate(180deg);
}

.filter-options {
	display: none;
	padding: 0 20px 10px 20px;
}

.filter-options h4 {
	margin: 16px 0 4px 0 !important;
	font-size: 10px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	line-height: 1em !important;
	letter-spacing: 0.04em !important;
	color: rgba(26, 43, 51, 0.9) !important;
}

.filter-options p {
	margin: 8px 8px 8px 0;
	line-height: 0.9em;
	color: rgba(26, 43, 51, 0.7);
}

.filter-options p.hint {
	color: rgba(0, 197, 229, 0.7);
}

.filter-options input[type="text"] {
	width: 100%;
	height: 32px;
	padding: 0 8px;
	border: 1px solid rgba(26, 43, 51, 0.2);
	border-radius: 3px;
	background-color: #fff;
}

.filter-options input[type="text"]::placeholder {
	font-style: italic;
	color: rgba(26, 43, 51, 0.4);
}

.page-template-ofertas_v2 .filter-group,
.page-template-ofertas_v2_alt .filter-group {
	display: flex;
	flex-direction: column;
}

section.monitor .overlay-qnc > .overlay-container > .overlay-content {
	overflow-y: scroll;
}

/* ===== slim select — custom ===== */

/* hide default select while page loads */
section.monitor select {
	height: 36px;
	opacity: 0;
}

.ss-main {
	position: relative;
	width: 100%;
}

.ss-main .ss-single-selected,
.ss-main .ss-multi-selected {
	display: flex;
	width: 100%;
	min-height: 36px;
	padding: 2px;
	border: 1px solid rgba(26, 43, 51, 0.2);
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}

.ss-main .ss-single-selected.ss-disabled,
.ss-main .ss-multi-selected.ss-disabled {
	background-color: rgba(26, 43, 51, 0.1);
	cursor: not-allowed;
}

.ss-main .ss-single-selected .placeholder {
	display: flex;
	align-items: center;
	width: 100%;
}

section.monitor .ss-main .ss-single-selected .placeholder {
	padding: 2px 0 0 8px;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
	display: none;
}

.ss-main .ss-single-selected .ss-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	opacity: 0.55;
	transition: all 0.2s;
}

.ss-main .ss-single-selected:hover .ss-arrow {
	opacity: 1;
}

.ss-main .ss-single-selected .ss-arrow span {
	padding: 3px;
	border: solid rgba(0, 197, 229, 1);
	border-width: 0 2px 2px 0;
	transition: all 0.3s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
	margin: 3px 0 0;
	transform: rotate(-135deg);
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
	margin: -3px 0 0;
	transform: rotate(45deg);
}

.ss-main .ss-multi-selected .ss-values,
.ss-values /* applied-filters */ {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	min-height: 100%;
}

/* placeholder */
.ss-main .ss-multi-selected .ss-values .ss-disabled {
	width: 100%;
	padding: 0 8px;
	font-style: italic;
	color: rgba(26, 43, 51, 0.4);
}

.ss-main .ss-multi-selected .ss-add {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	opacity: 0.55;
	transition: all 0.2s;
}

.ss-main .ss-multi-selected:hover .ss-add {
	opacity: 1;
}

.ss-main .ss-multi-selected.ss-disabled .ss-add {
	display: none;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
	position: relative;
	width: 2px;
	height: 10px;
	background: rgba(0, 197, 229, 1);
	transition: all 0.3s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	top: 4px;
	left: -4px;
	background: rgba(0, 197, 229, 1);
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
	transform: rotate(45deg);
}

.ss-value {
	display: flex;
	align-items: center;
	max-width: fit-content;
	min-height: 24px;
	margin: 3px;
	padding: 4px 0;
	color: #fff;
	border-radius: 2px;
	background-color: rgba(0, 197, 229, 1);
	animation-name: scaleIn;
	animation-duration: 0.4s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

.ss-value.ss-out {
	animation-name: scaleOut;
	animation-duration: 0.4s;
	animation-timing-function: ease-out;
}

@keyframes scaleIn {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scaleOut {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.7);
		opacity: 0;
	}
}

.ss-value .ss-value-text {
	padding: 2px 0 0 8px;
	font-size: 14px;
	line-height: 1em;
}

.ss-value .ss-value-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	font-size: 0;
	cursor: pointer;
	opacity: 0.55;
	transition: all 0.2s;
}

.ss-value .ss-value-delete:hover {
	opacity: 1;
}

.ss-value .ss-value-delete:before {
	content: url("../images/7Un5fnt3QaEL.svg");
	display: block;
	width: 16px;
	height: 16px;
}

.ss-content {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	margin: -1px 0 0 0;
	border: solid 1px rgba(26, 43, 51, 0.2);
	background-color: #fff;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center top;
	transition: transform 0.2s, opacity 0.2s;
	z-index: 1010;
}

.ss-content.ss-open {
	display: block;
	opacity: 1;
	transform: scaleY(1);
}

.ss-content .ss-search {
	display: flex;
	flex-direction: row;
	padding: 8px;
}

.ss-content .ss-search.ss-hide {
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.ss-content .ss-search.ss-hide input {
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.ss-content .ss-search input {
	box-sizing: border-box;
	display: inline-flex;
	/*font-size: inherit;
	line-height: inherit;
	flex: 1 1 auto;*/
	width: 100%;
	min-width: 0;
	height: 30px;
	padding: 5px 8px;
	font-size: 1em;
	border: 1px solid rgba(26, 43, 51, 0.2);
	border-radius: 3px;
	background-color: #fff;
	outline: 0;
}

.ss-content .ss-search input::placeholder {
	font-style: italic;
	color: rgba(26, 43, 51, 0.5);
	/*vertical-align: middle;*/
}

.ss-content .ss-search input::-webkit-search-cancel-button {
	display: none;
}

.ss-content .ss-search input:focus {
	border: 1px solid rgba(0, 197, 229, 1);
	box-shadow: 0 0 5px rgba(0, 197, 229, 1);
}

/*.ss-content .ss-search .ss-addable {
	box-sizing: border-box;
	display: inline-flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	height: 30px;
	margin: 0 0 0 8px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid rgba(26, 43, 51, 0.2);
	border-radius: 3px;
	cursor: pointer;
}

.ss-content .ss-addable {
	padding-top: 0;
}*/

.ss-content .ss-list {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
	margin-top: 10px;
	padding: 4px 8px;
	font-size: 0.85em;
	font-weight: bold;
}

.ss-content .ss-list .ss-optgroup .ss-option {
	padding: 5px 5px 5px 20px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
	color: #fff;
	background-color: rgba(0, 197, 229, 1);
}

.ss-content .ss-list .ss-option {
	padding: 6px 10px;
	cursor: pointer;
}

/*.ss-content .ss-list .ss-option * {
	display: inline-block;
}*/

.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted {
	color: #fff;
	background-color: rgba(0, 197, 229, 1);
}

.ss-content .ss-list .ss-option.ss-disabled {
	font-style: italic;
	color: rgba(26, 43, 51, 0.4);
	background-color: #fff;
	cursor: not-allowed;
}

/*.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
	color: rgba(26,43,51,0.5);
	background-color: rgba(26,43,51,0.1);
}*/

.ss-content .ss-list .ss-option.ss-hide {
	display: none;
}

/*.ss-content .ss-list .ss-option .ss-search-highlight {
	background-color: rgba(0,197,229,0.5);
}*/

/* parou aqui a revisão */

.radio-group {
	margin: 8px 0 16px;
}

.radio-group .container {
	display: block;
	position: relative;
	width: auto;
	margin-bottom: 4px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 18px;
	color: rgba(26, 43, 51, 0.8);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-group .container:hover {
	color: rgba(26, 43, 51, 1);
}

.radio-group .container:last-child {
	margin-bottom: 0;
}

.radio-group.small .container {
	font-size: 13px;
	line-height: 16px;
}

.radio-group .container input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.radio-group .container input + .checkmark {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 1px solid rgba(26, 43, 51, 0.2);
	border-radius: 50%;
	background-color: rgba(26, 43, 51, 0.04);
}

.radio-group .container input[type="radio"] + .checkmark {
	border-radius: 50%;
}

.radio-group .container input[type="checkbox"] + .checkmark {
	border-radius: 2px;
}

.radio-group .container:hover input + .checkmark {
	border: 1px solid rgba(26, 43, 51, 0.3);
	background-color: rgba(26, 43, 51, 0.07);
}

.radio-group .container input:checked + .checkmark {
	border: 1px solid rgba(0, 197, 229, 0.5);
	background-color: rgba(0, 197, 229, 0.07);
}

.radio-group .container:hover input:checked + .checkmark {
	border: 1px solid rgba(0, 197, 229, 0.5);
	background-color: rgba(0, 197, 229, 0.07);
}

.radio-group .container input + .checkmark:after {
	content: "";
	display: none;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 3px;
	left: 3px;
	background: rgba(0, 197, 229, 1);
}

.radio-group .container input:checked + .checkmark:after {
	display: block;
}

.radio-group .container input[type="radio"] + .checkmark:after {
	border-radius: 50%;
}

.radio-group .container input[type="checkbox"] + .checkmark:after {
	border-radius: 1px;
}

.radio-group .container input:checked + .checkmark + span {
	font-weight: bold;
	color: rgba(26, 43, 51, 1);
}

.radio-group.spec_laptop_category label.container:first-of-type {
	display: none;
}

.filter-options .filter-actions {
	margin-top: 16px;
	text-align: right;
}

.filter-options .filter-actions ul {
	display: flex;
	justify-content: flex-end;
}

.filter-options .filter-actions ul li {
	font-size: 12px;
	line-height: 24px;
}

.filter-options .filter-actions ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px 8px 0;
}

.filter-options .filter-actions ul li a.filter-btn-cancel {
	color: rgba(0, 197, 229, 0.7);
	text-decoration: none;
	transition: all 0.2s;
}

.filter-options .filter-actions ul li a.filter-btn-cancel:hover {
	color: rgba(0, 197, 229, 1);
	text-decoration: underline;
}

.filter-options .filter-actions ul li a.filter-btn-submit {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	background-color: rgba(153, 204, 51, 0.7);
	transition: all 0.2s;
}

.filter-options .filter-actions ul li a.filter-btn-submit:hover {
	background-color: rgba(153, 204, 51, 1);
}

/* configurar no JS */
.filter-options .filter-actions ul li a.filter-btn-submit.disabled {
	background-color: rgba(26, 43, 51, 0.2);
	cursor: not-allowed;
}

.results {
	position: relative;
	padding: 10px 10px 40px 10px;
}

.results .loader-ripple {
	top: 140px;
}

.page-template-ofertas_v2 .qnc-posts-shortocode {
	position: relative;
}

.page-template-ofertas_v2 .qnc-posts-shortocode .loader-ripple {
	top: 140px;
}

.applied-filters {
	padding: 10px;
	line-height: 1em;
	border-radius: 3px;
	background-color: #f8f8f9;
	align-items: center;
}

/* msg "Ainda não foram selecionados filtros" */
.ss-values i {
	padding-left: 12px;
	font-style: italic;
	opacity: 0.6;
}

/*.applied-filters a {
	display: inline-block;
	margin: 3px;
	font-size: 14px;
	color: #00c5e5;
}*/

.applied-filters .col > small {
	display: block;
}

.applied-filters .ss-value small {
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	letter-spacing: 0.03em;
	opacity: 0.7;
}

.applied-filters .ss-main {
	width: 100% !important;
	font-size: 16px;
}

.applied-filters a.clear-filters {
	padding: 0.2em 0.4em;
	font-size: 14px;
	font-weight: bold;
}

.applied-filters a.clear-filters:hover {
	text-decoration: underline;
}

.orderby-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.orderby-content ul {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}

.orderby-content ul li {
	color: rgba(0, 197, 229, 1);
	border: 1px solid rgba(0, 197, 229, 1);
	border-radius: 4px;
	padding: 16px 24px;
	font-size: 18px;
	transition: all ease-in-out 0.3s;
	min-width: 275px;
}

.orderby-content ul li:hover,
.orderby-content ul li.active {
	background-color: rgba(0, 197, 229, 1);
	color: #fff;
}

.orderby-content ul li + li {
	margin-top: 20px;
}

.results h2 {
	margin: 0.7em 0.7em 1.4em 0.7em;
	font-size: 1.2em;
	letter-spacing: -0.02em;
	color: #009cc1;
}

@media (max-width: 991.98px) {
	select {
		height: 30px;
	}

	.ss-main .ss-single-selected,
	.ss-main .ss-multi-selected {
		min-height: 30px;
	}

	.results {
		padding: 0 0 20px 0;
	}

	.applied-filters {
		position: sticky;
		top: 60px;
		padding: 5px;
		z-index: 999;
	}

	.filters-btn-mobile {
		width: 100%;
	}

	.filters-btn-mobile a {
		position: relative;
		padding: 4px 4px 4px 36px;
		font-weight: bold;
		border: 1px solid rgba(0, 197, 229, 0.5);
		border-radius: 3px;
		background-color: #fff;
	}

	.filters-btn-mobile a:hover {
		cursor: pointer;
	}

	.filters-btn-mobile a:before {
		content: url("../images/qpSKyGhEYUod.svg");
		display: block;
		position: absolute;
		width: 24px;
		height: 24px;
		top: 3px;
		left: 4px;
	}

	.filters-btn-mobile a b {
		display: inline-block;
		margin-left: 4px;
		padding: 4px 4px 2px 4px;
		text-align: center;
		color: #fff;
		border-radius: 2px;
		background-color: rgba(0, 197, 229, 0.9);
	}

	.applied-filters .ss-main {
		display: flex;
		justify-content: flex-end;
		font-size: 14px;
	}

	.applied-filters .ss-main .ss-single-selected {
		max-width: 240px;
	}
}



/* Ofertas V2 */

.page-template-ofertas_v2,
.page-template-ofertas_v2_alt {
	overflow-y: scroll;
}

.qnc-select {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 36px;
	padding: 4px;
	border: 1px solid rgba(26, 43, 51, 0.2);
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}

.qnc-select span.placeholder {
	width: 100%;
	padding: 0 8px;
	font-style: italic;
	color: rgba(26, 43, 51, 0.4);
}

.multi .qnc-select-selected-items {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.qnc-select-options {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 240px;
	padding: 8px 0;
	top: 100%;
	left: 0;
	margin-top: -1px;
	border: solid 1px rgba(26, 43, 51, 0.2);
	background-color: #fff;
	transform: scaleY(0);
	transform-origin: center top;
	opacity: 0;
	overflow-y: auto;
	transition: transform 0.3s, opacity 0.3s;
	z-index: 1010;
}

.qnc-select-options.active {
	transform: scaleY(1.0);
	opacity: 1.0;
}

.multi .qnc-select-selected-item {
	display: flex;
	align-items: center;
	height: 26px;
	padding: 0 4px 0 8px;
	color: #fff;
	border-radius: 2px;
	background-color: rgba(0, 197, 229, 1);
	animation-name: scaleIn;
	animation-duration: 0.4s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

.multi .qnc-select-selected-item span.text {
	padding-top: 1px;
	font-size: 14px;
	line-height: 1;
}

.multi .qnc-select-selected-item span.delete:before {
	content: url(../images/7Un5fnt3QaEL.svg);
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	cursor: pointer;
	opacity: 0.55;
	transition: all 0.2s;
}

.multi .qnc-select-selected-item span.delete:hover::before {
	opacity: 1.0;
}

.qnc-select-options h5,
.qnc-select-options h6 {
	padding: 0 8px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 24px;
	pointer-events: none;
}

.qnc-select-options ul li, .qnc-select-options li {
	padding: 0 20px;
	line-height: 24px;
	cursor: pointer;
}

.qnc-select-options ul li:hover, .qnc-select-options li:hover {
	color: #fff;
	background-color: rgba(0, 197, 229, 1);
}

.page-template-ofertas_v2 .filters > div.filters-container,
.page-template-ofertas_v2_alt .filters > div.filters-container {
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 992px) {

	.page-template-ofertas_v2 .filters > div.filters-container,
	.page-template-ofertas_v2_alt .filters > div.filters-container {
		position: sticky;
		height: calc(100vh - 80px);
		top: 80px;
		overflow-y: unset;
	}

}

.filters-container form {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.filters-container form h2 {
	margin: 20px 0 0.5em 20px;
	padding-left: 40px;
	font-size: 24px;
	line-height: 32px;
}

.filters-container form h2:before {
	content: url("../images/qpSKyGhEYUod.svg");
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
}

.filters-container form .filter-groups-container {
	height: 100%;
	padding: 0 20px;
	overflow-y: scroll;
}

.filters-container form .filter-group:first-of-type {
	margin-top: 0;
}

.filters-container form .filter-actions {
	padding: 14px 0 30px;
	text-align: center;
}

a.filter-btn-cancel {
	display: block;
	padding: 0 8px;
	font-size: 18px;
	line-height: 22px;
}

button.filter-btn-submit {
	position: relative;
	padding: 0 16px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #FFF;
	border-radius: 2px;
	background-color: #99cc33;
	transition: all ease-in-out 0.3s;
}

button.filter-btn-submit:hover {
	background-color: #add65c;
}
