

.taw-filter form{
	margin:0;
}

.tf-theme-border {
    border: 1px solid #d8d8d8;
    padding:15px;
}

.tf-theme-white .section {
    border-top: 1px solid #d8d8d8;
    padding:10px 2px 15px 2px;
}

.tf-theme-white .section-top {
    border-top: 0;
    padding-top: 0;
}

.tf-theme-white .title
{
	font-weight:bold;
	text-transform:uppercase;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}

.tf-theme-white .twf-prices
{
    display:flex;
    justify-content:space-between;
}

.tf-theme-white .twf-prices input
{
    padding:0.4em 0.5em;
    width:40%;
}

.taw-filter select
{
	font-weight:bold;
	color: #333;
	font-size: 16px;
	padding: 5px 10px;
	width:100%;
}

.taw-filter .taw-brand-list
{
	max-height: 300px;
    overflow: auto;
}

.tf-theme-white .elem {
	margin-bottom: 2px;
	display:flex;
	align-items:center;
}

.tf-theme-white .tf-section-size .elem {
	margin-bottom: 2px;
    padding: 0.4em 0.5em;
}

.taw-filter input[type="checkbox"] {
	display:none!important;
}
.taw-filter label{
	font-size:16px;
}
.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;
}
.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;
}

.tf-theme-white .taw-buttons {
	display: flex;
    justify-content: space-around;
	margin-bottom: 10px;
	margin-top: 1em;
}

.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;
}

.tf-theme-white .tf-size-rear {
	margin-top:0.6em;
}

.tf-theme-white .section h5 {
	font-size:0.8em;
	text-transform:uppercase;
    padding-bottom: 0;
    margin-bottom: 0.4em;
}

.tf-theme-white .css-compact
{
	display:flex;
}


.tf-theme-white .r-options button.button {
    display:block;
    margin-bottom:0.2em;
}

.tf-theme-white .tf-mobile-hider {
	display:none;
}

.tf-theme-white .tf-mobile-hider a
{
	display:block;
	background: #eee;
	color: #666;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 900;

	border: 1px solid #ccc;
	height: 3em;
	letter-spacing: 2px;
	line-height: 3em;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

.tf-theme-white .tf-mobile-hider a:hover
{
	background: #e5e5e5;
}

/* mobile */

@media (max-width: 921px){
	.tf-theme-white .tf-mobile-hider {
		display:block;
	}
	.tf-theme-white .tf-filter-form {
		display:none;
	}
}



