.tm-wc-ajax-filters-dismiss {
	cursor: pointer;
	color: #d42f2f;
	text-align: center;
	line-height: 17px;
	font-size: 17px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: -9px;
	&:hover {
		color: #a42424;
	}
	& + .tm-wc-ajax-filters-attribute-value {
		margin-left: 9px;
	}
}

.tm-wc-ajax-filters-wrapper {
	> span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 10px 0;
		background: rgba(0,0,0,.1);
		padding: 0 10px;
		border-radius: 1000px;
	}
	a.button.tm-wc-ajax-filters-reset {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 10px 0;
		padding: 0 8px;
		border-radius: 1000px;
		line-height: inherit;
	}
}

.tm_wc_price_filter_inputs_wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	.tm_wc_price_filter_inputs {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-width: 100%;
		min-width: 200px;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		input {
			margin: 0 5% 10px 0;
			width: 45%;
		}
	}
}