

.ymm-theme-flat {
    border: 0;
    padding:5px;
}

.ymm-theme-flat .css-hide {
    display:none;
}

.ymm-filter form {
	margin:0;
}

.ymm-theme-flat .section {
    border-top: 1px solid #d8d8d8;
    padding: 10px 2px 15px 2px;
}

.ymm-theme-flat .section-top {
    border-top: 0;
    padding-top: 0;
}

.ymm-theme-flat .title
{
	margin-bottom:0;
}

.ymm-theme-flat .title,
.ymm-theme-flat .title a
{
	font-weight:bold;
	text-transform:uppercase;
	color: #000;
	font-size: 1em;
	outline: none;
	margin-bottom: 5px;
}

.ymm-theme-flat .title a span
{
	margin-right:0.5em;
	color: #999;
}

.ymm-theme-flat .title a:hover span
{
	color: #000;
}

.ymm-theme-flat select
{
	font-weight:bold;
	color: #333;
	font-size: 16px;
	padding: .6em .7em;
	width:100%;
}


.ymm-theme-flat .elem {
	margin-bottom: 0;
    font-weight: normal;
	display:flex;
	align-items:center;
	margin-bottom: 3px;
}

.ymm-theme-flat .section-top .elem {
	margin-bottom: 0.3em;
	padding: 0.8em 0.6em;
	border-left: 3px solid #ddd;
}

.ymm-theme-flat .section-top .elem:disabled {
	border-left: 3px solid #eee;
	opacity:.4;
}


/* brands */

.ymm-theme-flat .ymm-brand-list {
	max-height: 300px;
    overflow: auto;
}


/* checks - brands */

.ymm-filter input[type="checkbox"] {
	display:none!important;
}
.ymm-filter label{
	font-size:15px;
}
.ymm-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;
}
.ymm-filter input[type="checkbox"]+label {
	display: flex;
	align-items: center;
	margin-left:2px;
}
.ymm-filter input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 2px #fff;
	background-color: #555;
	border-color:#555;
}
.ymm-filter input[type="checkbox"]:disabled+label{
	color:#ccc;
}
.ymm-filter input[type="checkbox"]:disabled+label::before{
	border-color:#ccc;
}

.ymm-theme-flat .ymm-buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 1em;
}


/* garage */

.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-flat .tf-size-rear {
	margin-top:0.6em;
}

.tf-theme-flat .section h5
{
	font-size:0.8em;
	text-transform:uppercase;
    padding-bottom: 0;
    margin-bottom: 0.4em;
}

.tf-theme-flat .css-compact
{
	display:flex;
}

.tf-theme-flat .r-options button.button {
    display:block;
    margin-bottom:0.2em;
}



/* 	load animation */
.ymm-theme-flat .load {
	animation: load-opacity-pulse 1.5s ease-out;
    animation-iteration-count: infinite; 
}
@-webkit-keyframes load-opacity-pulse {
    0% {opacity: 0.5;}
    50% {opacity: 1.0;}
    100% {opacity: 0.5;}
}



/* prices */

.ymm-theme-flat .twf-prices {
    display:flex;
    justify-content:space-between;
}

.ymm-theme-flat .twf-prices input {
    padding: 0.25em 0.5em;
    width:40%;
}


/* price range */

.ymm-theme-flat .tf-price-range {
	margin: 20px 0;
}

.ymm-theme-flat .tf-price-range .slider {
	height: 5px;
	position: relative;
	background: #eee;
	border-radius: 5px;
	margin-top: 20px;
}
.ymm-theme-flat .tf-price-range .slider .progress {
	height: 100%;
	left: 1%;
	right: 1%;
	position: absolute;
	border-radius: 5px;
	background: #a5a5a5;
}

.ymm-theme-flat .tf-price-range .range-input {
	position: relative;
}
.ymm-theme-flat .tf-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 */
}
.ymm-theme-flat .tf-price-range input[type=range] {
	outline:0;
	border-style:none;
}
.ymm-theme-flat .tf-price-range input[type=range]:focus {	/* chromium fix */
	box-shadow:none;
	background: none;
}
.ymm-theme-flat .tf-price-range input[type=range]::-webkit-slider-runnable-track {
	box-shadow:none;
	background:transparent;
}
.ymm-theme-flat .tf-price-range input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
}
.ymm-theme-flat .tf-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;
}
.ymm-theme-flat .tf-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;
}


