
.tfw-modal-iz
{
	padding: 0 2em;
}

.tfw-modal-iz h4
{
	clear: none;
}

.wh-tyre-filter-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.wh-tyre-filter-tabs .filter-tab {
    background-color: #00488c;
    padding: 18px 50px;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.wh-tyre-filter-tabs a.filter-tab{
    color: #fff;
    text-decoration:none;
}

.wh-tyre-filter-tabs .filter-tab:hover,
.wh-tyre-filter-tabs .filter-tab.active {
	background-color: #054f96; 
}


.wh-tyre-filter select {
    width: 100%;
}

.wh-tyre-filter.wh-tyre-search {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 40px;
	background-color: #054f96; 
}

.wh-tyre-search ul {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style-type: none;
	display:flex;
	align-items:center;
}

.wh-tyre-search li {
    float: left;
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    width: 20%;
	text-align:left;
}

.wh-tyre-filter.wh-tyre-search ul li select {
    color: #808080;
    padding-left: 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    font-family: inherit;
    border-radius: 0;
    font-size: 15px;
    line-height: 17px;
    outline:none;
}

.wh-tyre-filter.wh-tyre-search label { 
	color: #fff;
}

.wh-tyre-filter.wh-tyre-search button { 
	width: 100%;
	color: #333;
    background: #0000;
    border: 1px solid #aaa;
}

.tyre-details a {
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    border-radius: 3px;
}

.wh-tyre-find button {
    width: 100%;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .wh-tyre-filter.wh-tyre-search ul li {
        width: 100%;
    }
    .wh-tyre-filter.wh-tyre-search button.tyre-filter {
        width: 100%;
    }

    .wh-tyre-filter-tabs .filter-tab {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .wh-tyre-filter-tabs .filter-tab {
        width: 100%;
        text-align: center;
    }
}

/* override */
.wh-tyre-filter select:disabled
{
    background-color:#cdd4da;
}

.wh-tyre-filter.wh-tyre-search {
	float:none;
}

/* finder results */

.tfw-tyre-sizes{
    background-color: #054f96;
    padding: 20px 40px;
    overflow: hidden;
}

.tfw-tyre-size {
    color:white;
	width:80%;
	display:flex;
    justify-content: space-between;
	align-items:stretch;

	margin-bottom:10px;
	border:1px solid #6088af;
	border-radius:2px;
}

.tfw-tyre-size .r {
	background-color:white;
	color:#000;
	padding: 15px;
	font-size:22px;
	font-weight:bold;
    white-space: nowrap;
	display: flex;
	align-items: center;
}

.tfw-tyre-size .info{
	padding: 10px 30px;
	font-size:13px;
}

.tfw-tyre-size .info b{
    display:block;
    margin-bottom:-5px;
	font-size:18px;
}

.tfw-tyre-size .size{
	padding: 5px 10px;
}

.tfw-tyre-size .size span{
    display:block;
    font-size:14px;
}

.tfw-tyre-size .size span b{
    font-size:16px;
}

.tfw-tyre-size .btns{
	padding:10px; 
}

.tfw-tyre-size .r-type {
    display:flex;
}

.tfw-tyre-size a {
    color: #fff;
    background: #0000;
    border: 1px solid #fff;
    text-decoration:none;
    padding:3px 10px;
    font-size:14px;
    margin: 0;
    display:block;
    width:130px;
}

/* customer overrides */

.wh-tyre-filter.wh-tyre-search.filter-by-vehicle,
.wh-tyre-filter.wh-tyre-search.filter-by-size
{
    padding:35px;
}

.wh-tyre-filter.wh-tyre-search.filter-by-vehicle li {
	width:25%;
	margin:0;
}

.wh-tyre-filter.wh-tyre-search.filter-by-size li {
	width:33%;
	margin:0;
}

.wh-tyre-search ul {
    display: inline-block;
}


/* customer color overwrites */

.wh-tyre-filter.wh-tyre-search.filter-by-vehicle,
.wh-tyre-filter.wh-tyre-search.filter-by-size
{
    background-color: #054f96;
}
.wh-tyre-filter.wh-tyre-search button {
	color: #fff;
    background: #0000;
    border: 1px solid #fff;
}


/* common */

/* 	load animation */

@-webkit-keyframes load-opacity-pulse {
    0% {opacity: 0.5;}
    50% {opacity: 1.0;}
    100% {opacity: 0.5;}
}

.twf-finder .load
{
	animation: load-opacity-pulse 1.5s ease-out;
    animation-iteration-count: infinite; 
}

