/* tyre filter */

#filter-show {
    margin-bottom: 10px;
}
#tyre-filter #filter-submit {
    margin-top: 10px;
}
#tyre-filter {
    margin-bottom: 10px;
}
#tyre-filter.hidden {
    display: none;
}
#tyre-filter .filter-category-button {
    border: none;
    padding: 10px 15px;
    background: #efefef;
    position: relative;
    display: block;
    width: 100%;
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 5px;
}
#tyre-filter .filter-category-button:after {
    font-family: "sm-font" !important;
    content: "t";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    color: #000;
}
#tyre-filter .filter-category-button.open:after {
    content: "w";
}
#tyre-filter .filter-category {
    overflow: auto;
}
#tyre-filter .filter-category.closed {
    display: none;
}
#tyre-filter .filter-category p {
    font-size: 9pt;
}
#tyre-filter input[type=checkbox] {
    display: none;
}
#tyre-filter input[type=checkbox] + label {
    display: block;
    /*border: 1px solid #ddd;*/
    
    margin: 10px;
    transition: all 0.2s ease;
    position: relative;
    padding-left: 25px;
}
#tyre-filter input[type=checkbox]:checked + label {
    /*border: 1px solid #004483;*/
}
#tyre-filter input[type=checkbox] + label:hover {
    cursor: pointer;
}
#tyre-filter input[type=checkbox] + label:after {
    position: absolute;
    display: block;
    content: ' ';
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    transition: all 0.2s ease;
}
#tyre-filter input[type=checkbox]:checked + label:after {
    background-image: url("../images/check-black.png");
}
#tyre-filter #filter-brand input[type=checkbox] + label {
    display: inline-block;
    padding-left: 0;
    margin: 5px;
}
#tyre-filter #filter-brand input[type=checkbox] + label:after {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-image: url("../images/check-white.png");
    background-color: #4192f0;
    background-size: auto 90%;
    opacity: 0;
}
#tyre-filter #filter-brand input[type=checkbox]:checked + label:after {
    opacity: 0.5;
}
#tyre-filter label {
    position: relative;
    padding-left: 5px;
}
#tyre-filter label span.count {
    background: #ddd;
    line-height: 50px;
    padding: 15px 10px;
    margin-left: 5px;
    font-size: 11pt;
    vertical-align: middle;
    transition: all 0.2s ease;
}
#tyre-filter input[type=checkbox]:checked + label span.count {
    background: #004483;
    color: #fff;
}
#tyre-filter label img {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}
@media (min-width: 900px) {
    /*#tyre-filter .filter-holder

	{

		display: inline-block;

		width: 49%;

	}*/
    
    .filter-holder {
        display: inline-block;
        position: relative;
        width: 30%;
        min-width: 250px;
        vertical-align: top;
        padding-right: 10px;
        margin-right: 1%;
    }
    #tyre-filter.hidden {
        display: initial;
    }
    #tyre-filter {
        padding: 0;
    }
    #tyre-filter fieldset {
        border: 0;
        padding: 0;
        margin: 0;
    }
    #filter-show {
        width: initial;
    }
    #tyre-filter #filter-brand input[type=checkbox] + label {
        margin: 3px;
    }
    .tyre-results-holder {
        display: inline-block;
        width: 68%;
    }
    .tyre-results-page .pull-left {
        float: none;
        width: 66%;
        margin-bottom: 10px;
        margin-left: 10%;
    }
    .tyre-results-page .short-desc {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        height: 92px;
        margin: 0;
    }
    .tyre-row h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        height: 86px;
    }
}
@media (min-width: 1100px) {
    .tyre-results-page .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
/* vehicle list */

.hidden {
    display: none;
}
a.show {
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 4px;
    background: #fff;
    color: #004290;
    transition: all 0.3s ease;
}
a.show:hover {
    color: #fff;
    background: #004290;
    text-decoration: none;
}
#vehicle-make-list {
    width: 100%;
}
.responsive-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: auto;
    list-style: none;
    padding: 10px 0;
}
.responsive-list li {
    display: inline-block;
    width: 50%;
    float: left;
}
.responsive-list li.break {
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 10px 0;
    padding: 0 30px;
}
.responsive-list li a {
    /* padding: 10px 15px; */
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12pt;
}
	
.responsive-list img{
	/* margin: 0 auto; */
	margin-top:10px;
	margin-bottom:15px;
}
.series-list {
    display: none !important;
}
#series-list {
	display:flex;
    width: 100%;
    /* max-width: 650px; */
    margin: auto;
    list-style: none;
    padding: 0;
}
#series-list li {
    padding: 7px 7px;
}
#series-list li a{
	border: 1px solid #0079C0;
	border-radius: 5px;
	padding-bottom:10px;
	text-decoration:none;
}
#series-list li a:hover {
	background-color:#0079C0;
	color:white;
}
.year-select,
#series-heading {
    width: 100%;
    padding: 20px 0;
}
p.t-large {
    font-size: 18pt;
}
@media (min-width: 600px) {
    .responsive-list li {
        width: 33.3%;
    }
}
@media (min-width: 900px) {
    .responsive-list li {
        width: 25%;
    }
}
@media (min-width: 1100px) {
    .responsive-list li {
        width: 16.6%;
    }
}
.hidden {
    display: none;
}
/* vehicle filter */

.vehicle-filter {
    width: 100%;
    padding: 0 30px;
    max-width: 650px;
    margin: auto;
}
.btn-filter {
    background: #ccc;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.btn-filter:hover {
    text-decoration: none;
}
.btn-filter:active,
.btn-filter:visited {
    text-decoration: none;
}
.dropdowns {
    /*border: 1px solid #ccc;*/
    
    width: 100%;
    /*border-top: 0px;

	padding: 10px;

	border-radius: 0 0 3px 3px;*/
    
    margin-bottom: 20px;
}
@media (min-width: 900px) {
    .vehicle-filter {
        width: 100%;
        padding: 0 30px;
    }
}
.primary-nav .footer-only {
    display: none;
}
/* Sidebar
   ========================================================================== */
.contact-sidebar{
	 background-color: #eee;  
	 padding: 10px 20px;
}
.g-recaptcha iframe{
	margin-left: -29px;
}