
.tfw-modal-iz {
	padding: 1em 2em;
}

.tfw-modal-iz h4, .tfw-modal-iz h3 {
	clear: none;
}

.twf-finder-transparent .twf-finder-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.twf-finder-transparent .twf-finder-tabs a {
    background-color: rgba(255,255,255,0.6);
    padding: 5px 60px;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #000!important;
    text-decoration: none!important;
    border-top: 2px solid transparent;
}

.twf-finder-transparent .twf-finder-tabs a:hover,
.twf-finder-transparent .twf-finder-tabs a.active {
    color: #fff!important;
	background-color: rgb(185, 48, 26, 1);
}

.twf-finder-transparent .twf-finder-block {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 40px 20px;
	background-color: rgba(0,0,0,0.3);
    border-bottom: 2px solid rgba(255,255,255,0.5);
    border-top: 2px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    overflow:hidden;
}

.twf-finder-block ul {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style-type: none;
	display:flex;
	align-items:stretch;
}

.twf-finder-transparent li {
    float: left;
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    width: 20%;
	text-align:left;
}

.twf-finder-transparent select {
    color: #fff;
    padding-left: 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    font-family: inherit;
    font-weight:bold;
    border-radius: 0;
    font-size: 15px;
    line-height: 17px;
    background-color: rgba(0,0,0,0.1);
    outline:none;
}

.twf-finder-transparent option {
	color:#000;
}

.twf-finder-transparent label {
	color:#fff;
}

.twf-finder-block button { 
	width: 100%;
	height:100%;
	color: #fff;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #c4c4c4;
}


/* find results */

.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 {
    	display:block;
    }
    .wh-tyre-filter.wh-tyre-search ul li {
        width: 100%;
        display:block;
    }
    .wh-tyre-filter.wh-tyre-search button.tyre-filter {
        width: 100%;
    }

    .wh-tyre-filter-tabs .filter-tab {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .twf-finder-tabs a {
        width: 100%;
        text-align: center;
    }
}

/* override */
.wh-tyre-filter select:disabled
{
    background-color:#cdd4da;
}

.wh-tyre-filter.wh-tyre-search {
	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 ul { display:block; }
	.twf-finder-block li { float:none; 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; 
}
