
.wf-theme-flat {
    border: 0;
    padding:5px;
}

.taw-filter form{
	margin:0;
}

.wf-theme-flat .section {
    border-top: 1px solid #d8d8d8;
    padding:10px 2px 10px 2px;
}

.wf-theme-flat .section-filters
{
    margin:5px 0;
}

.taw-filter .section-top {
    border-top: 0;
    padding-top: 0;
}

.wf-theme-flat .title
{
	margin-bottom:0;
}

.wf-theme-flat .title,
.wf-theme-flat .title a
{
	font-weight:bold;
	text-transform:uppercase;
	color: #000;
	font-size: 1em;
}

.wf-theme-flat .title a span
{
	margin-right:0.5em;
	color: #999;
}

.wf-theme-flat .title a:hover span
{
	color: #000;
}

.wf-theme-flat select {
	font-weight:bold;
	color: #333;
	font-size: 0.8em;
	padding: .6em .7em;
	width:100%;
}

/*
.taw-filter .taw-brand-list
{
	max-height: 300px;
    overflow: auto;
}
*/

.wf-theme-flat .elem {
	margin-bottom: 0;
    font-weight: normal;
}

.wf-theme-flat .wf-section-size .elem {
	margin-bottom: 0.2em;
}


.taw-filter input[type="checkbox"] {
	display:none!important;
}
.wf-theme-flat label{
	font-size:15px;
}
.wf-theme-flat .rear-selector a {
	font-size:15px;
}
.taw-filter input[type="checkbox"]+label::before {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 2px solid #999;
	background-color: #fff;
	display: block;
	content: "";
	float: left;
	margin-right: 7px;
}
.taw-filter input[type="checkbox"]+label {
	margin-left:2px;
	display: flex;
    align-items: center;
}
.taw-filter input[type="checkbox"]+label i {
	margin-right:0.5em;
}

.taw-filter input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 2px #fff;
	background-color: #555;
	border-color:#555;
}
.taw-filter input[type="checkbox"]:disabled+label{
	color:#ccc;
}
.taw-filter input[type="checkbox"]:disabled+label::before{
	border-color:#ccc;
}

.wf-theme-flat .taw-buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 1em;
}

.wf-theme-flat .taw-buttons button {
	padding:auto;
}

.tf-garage .title a {
	float:right;
}

.tpf-garage a.button {
	text-transform: uppercase;
	font-size: 0.8em;
}

.tpf-garage .tpf-garage-axles a.button {
	text-transform: uppercase;
	font-size: 1em;
}

.tpf-garage-axles {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:0.5em;
}

.tpf-garage-axles .axle {
	text-transform:uppercase;
	font-size:0.7em;
}

.css-wpfp-spokes .section-filters
{
	column-count: 2;
}

.css-wpfp-brands .elem
{
	width: 95%;
}

.wf-theme-flat .rear-selector
{
    margin-bottom: 1em;
}

.wf-theme-flat .section h5
{
	font-size:0.8em;
	text-transform:uppercase;
    padding-bottom: 0;
    margin-bottom: 0.5em;
}

.wf-theme-flat .css-compact
{
	display:flex;
}

.wf-theme-flat .r-options button.button {
    display:block;
    margin-bottom:0.2em;
}




.wf-theme-flat .twf-prices
{
    display:flex;
    justify-content:space-between;
}

.wf-theme-flat .twf-prices input
{
    padding:0.4em 0.7em;
    width:40%;
}


/* price range */

.wf-price-range {
	margin: 20px 0;
}

.wf-price-range .slider {
	height: 5px;
	position: relative;
	background: #eee;
	border-radius: 5px;
	margin-top: 20px;
}
.wf-price-range .slider .progress {
	height: 100%;
	left: 1%;
	right: 1%;
	position: absolute;
	border-radius: 5px;
	background: #a5a5a5;
}

.wf-price-range .range-input {
	position: relative;
}
.wf-price-range .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -7px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:0;								/* chromium fix */
}
.wf-price-range input[type=range] {
	outline:0;
	border-style:none;
}
.wf-price-range input[type=range]:focus {	/* chromium fix */
	box-shadow:none;
	background: none;
}
.wf-price-range input[type=range]::-webkit-slider-runnable-track {
	box-shadow:none;
	background:transparent;
}
.wf-price-range input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
}
.wf-price-range input[type="range"]::-webkit-slider-thumb {
	height: 15px;
	width: 15px;

	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);

	border-radius: 50%;
	border:1px solid #bbb;
	background: #fff;
}
.wf-price-range input[type="range"]::-moz-range-thumb {
	height: 15px;
	width: 15px;

	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);

	border-radius: 50%;
	border:1px solid #bbb;
	background: #fff;
}





