
.tfw-modal-iz {
	padding: 1em 2em;
}

.tfw-modal-iz h4, .tfw-modal-iz h3 {
	clear: none;
}


.twf-finder-white .twf-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.twf-finder-white .twf-tabs a {
    padding: 18px 50px;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration:none!important;
	margin-right:1px;
}

.twf-finder-white .twf-tabs a {
    background-color: #d5d5d5;
    color: #000;
}

.twf-finder-white .twf-tabs a:hover, 
.twf-finder-white .twf-tabs a.active {
    background-color: #eeeeee;
}


.twf-finder-block {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 40px;
    background-color: #eeeeee;
    overflow:hidden;
}

.twf-finder-white .finder-form {
	margin: 0 auto;
    padding: 0;
    width: 100%;
	display:flex;
	align-items:top;
}

.twf-finder-white .twf-elem {
	text-align:left;
}

.twf-finder-white select {
    color: #808080;
    padding-left: 15px;
    margin-right: 10px;
    width: 20%;

    height: 50px;
    border: 1px solid #c4c4c4;
    font-family: inherit;
    border-radius: 0;
    font-size: 15px;
    line-height: 17px;

    display: block;
    outline:none;
}

.twf-finder-block button { 
	width: 20%;
    height: 50px;
    border: 1px solid #aaa;
    border-bottom: 2px solid #aaa;
}

.twf-finder-white .twf-finder-block button {
	color: #222;
    background-color: #0000;
}

.twf-finder-white .twf-finder-block button:disabled,
.twf-finder-white .twf-finder-block button:disabled:hover {
    border: 1px solid #aaa;
    background-color: #0000;
	color: #888;
}

.twf-finder-white .twf-finder-block button:hover {
    border: 1px solid #aaa;
    background-color: #cdcdcd;
}

.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) {
    .twf-finder-block ul {
    	display:block;
    }
    .twf-finder-block ul li {
        width: 100%;
        display:block;
    }
    .twf-finder-block button {
        width: 100%;
        display:block;
    }

    .twf-finder-tabs a {
        width: 50%;
    }
	.twf-finder-white .twf-elem { margin-bottom: 1em; }
}

@media (max-width: 420px) {
    .twf-finder-tabs a {
        width: 100%;
        text-align: center;
    }
}

/* override */

.twf-finder-block select:disabled
{
    background-color:#cdd4da;
}

.twf-finder-block {
	float:none;
}



/* finder results */

.twf-finder-title
{
	font-size:1em;
}

.twf-popup h3
{
	font-size:1.6em;
	font-weight:bold;
}

.twf-wheel-sizes .wheel-common {
	margin-bottom:0.5em;
}

.twf-tyre-sizes{
    background-color: #fff;
    padding: 20px 0;
    overflow: hidden;
	display:none;
}

.tfw-tyre-size{
    color:#000;
	display:flex;
	align-items:center;
    justify-content: space-between;
	margin-bottom:10px;
	border:1px solid #6088af;
	border-radius:4px;
}

.tfw-tyre-size .r{
	background-color:#4b80e2;
	color:#fff;
	padding: 15px;
	font-size:22px;
	font-weight:bold;
    white-space: nowrap;
}

.tfw-tyre-size .info {
	padding: 10px 30px;
	font-size:13px;
	margin: auto 0;
}

.tfw-tyre-size .info b {
    display:block;
	font-size: 1.4em;
	margin-top: -0.6em;
}

.tfw-tyre-size .info span {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
}

.tfw-tyre-size .size-btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
    
.tfw-tyre-size .size{
	padding: 5px 10px;
}

.tfw-tyre-size .size span {
    display:block;
    text-transform:uppercase;
	font-size:0.7em;
	margin-bottom: -0.7em;
}

.tfw-tyre-size .size b{
    font-size:1.15em;
    white-space: nowrap;
}

.tfw-tyre-size .btns{
	padding:10px; 
}

.tfw-tyre-size .r-type {
    display:flex;
}

.tfw-tyre-size a {
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid transparent;
	text-decoration:none;
	padding:0.3em 1em;
	font-size:14px;
	margin: 0 0.3em 0 0;
	display:block;
	transition: all 0.5s ease-out;
}

.tfw-tyre-size a:hover {
	background-color: #e2e9f7;
	border: 1px solid #999;
}




@media (max-width: 767px) {
	.twf-finder-block .finder-form { display:block; width:100%; }
	.twf-finder-block .finder-form select,
	.twf-finder-block .finder-form button { display:block; width:100%; margin-bottom: 1em; }

	.twf-finder-tabs { display:flex; align-items:center; }
	.twf-finder-tabs a { float:none; width:100%; padding: 0.5em 2em;}
	.tfw-tyre-size .size{ padding: 5px 1px; }

	.tfw-tyre-size {display:block;}
	.twf-finder-block .finder-compact-form { display:block; }

	.tfw-tyre-size a { padding:0.3em; font-size:1em; }
}


/* 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; 
}



