Evan Fischer Auto Parts Ebay Store
:root {
–ef-white:#fff;
–ef-black:#000000;
–ef-blue: #1F3E56;
–ef-orange: #D8490F;
–ef-orange-tint-100: #FFF7F2;
–ef-grey-tint-100: #F1F1F1;
–ef-grey-tint-200: #E5E5E5;
–ef-grey-tint-300: #D9D9D9;
–ef-blue-tint-100: #37719D;
}
html {
padding: 0;
}
body {
font-family: “Nunito Sans”, Arial, Helvetica, Sans-serif;
color: var(–ef-black);
margin: 0;
}
#main__wrap {
width: 100%;
}
.container__wrap {
max-width: 1248px;
/*max-width: 1130px*/
margin: 0 auto;
}
/*** Header ***/
header {
margin: 30px 0 50px;
padding: 0 0 20px 0;
border-bottom: 1px solid #dddddd;
}
.header__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
}
.header__wrap div span {
display: block;
font-style: italic;
}
.header__wrap img.logo {
max-width: 280px;
width: 90%;
}
.header__wrap img.tagline {
max-width: 520px;
width: 100%;
}
.menu__list-link span {
display: block;
}
.logo__desc img {
position: relative;
text-align: center;
margin: 0 auto 0 auto;
align-items: center;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
top: 35%;
}
/***Menu & Banner***/
.menu__main-list img {
display: block;
margin: 0 auto;
max-width: 440px;
width: 100%;
}
.menu__main-list ul.usps-list {
list-style: none;
display: flex;
padding: 0;
margin: 0;
justify-content:space-between;
}
.content__banner-border__line {
position: relative;
border: 5px #ff8137 solid;
height: auto;
width: 60%;
z-index: 1000;
border-radius: 2px;
margin: 0 auto;
bottom: 120px;
z-index: 1;
}
ul.header__list {
display: flex;
align-items: flex-start;
text-align: center;
justify-content: center;
padding: 0;
margin: 0;
position: relative;
z-index: 1000;
}
ul.header__list li {
display: inline-block;
padding: 0 40px;
}
a.menu__list-link {
font-size: 16px;
text-decoration: none;
color: #445063;
pointer-events: none;
font-weight: lighter;
font-style: italic;
}
a.menu__list-link img {
max-width: 155px;
}
a.desc__link {
color: #113679;
text-decoration: none;
}
a.desc__link:hover {
color: #184699;
}
.desc__highlight {
color: #113679;
}
.link__desc {
line-height: 18px;
}
#content__banner {
width: 55%;
}
#content__right {
padding: 0 0 0 40px;
}
.content__image img {
width: 100%;
}
/******css slider*******/
.container__slider {
max-width: 1130px;
margin: 0 auto 35px auto;
}
.slider {
position: relative;
max-width: 100%;
max-height: auto;
margin: 0 auto;
}
.slider:hover .slider__radiobox-label–prev,
.slider:hover .slider__radiobox-label–next {
opacity: 1;
}
.slider:hover .slider__radiobox-label–prev {
left: 4%;
}
.slider:hover .slider__radiobox-label–next {
right: 4%;
}
.slider–full {
width: 1130px;
height: 380px;
}
.slider–fixed {
width: 600px;
height: 400px;
}
.slider–proportional {
width: 960px;
height: auto;
}
.slider__inner {
position: relative;
margin: 0 auto;
overflow: hidden;
background: #fff;
}
.slider–full .slider__inner {
width: 100%;
height: 100%;
}
.slider–fixed .slider__inner {
width: 100%;
height: 100%;
}
.slider–proportional .slider__inner {
width: 100%;
height: 0;
}
.slider–proportional–4×3 .slider__inner {
padding-top: 75%;
}
.slider–proportional–5×4 .slider__inner {
padding-top: 80%;
}
.slider–proportional–16×9 .slider__inner {
padding-top: 56.25%;
}
.slider__radiobox-label {
display: block;
position: absolute;
z-index: 2;
cursor: pointer;
}
.slider__radiobox-label–item {
bottom: 6%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 6px;
border-radius: 50%;
background: var(–ef-black);
opacity: 0.2;
transition: opacity 0.2s;
}
.slider__radiobox-label–item:hover {
/* opacity: 0.8; */
background: var(–ef-orange);
}
.slider__radiobox-label–item:hover {
/* opacity: 0.8; */
background: var(–ef-orange);
}
.slider__radiobox-label–prev, .slider__radiobox-label–next {
display: none;
top: 50%;
/* height: 0;
border: 18px solid var(–ef-orange);
border-top-color: transparent;
border-bottom-color: transparent;
opacity: 0; */
width: 30px;
height: 45px;
transition: left 0.2s, right 0.2s, opacity 0.2s;
}
.slider__radiobox-label–prev, .slider__radiobox-label–next:hover {
opacity: 0.5
}
.slider__radiobox-label–prev {
left: -6%;
/* border-left: 0;
border-right-width: 17px; */
background: url(//ebay.carpartswholesale.com/images/template_8/scroll-left-sm.png) scroll no-repeat 0 0 transparent;
}
.slider__radiobox-label–next {
right: -6%;
/* border-right: 0;
border-left-width: 17px; */
background: url(//ebay.carpartswholesale.com/images/template_8/scroll-right-sm.png) scroll no-repeat 0 0 transparent;
}
.slider__radiobox {
display: none;
}
/***end of css slider***/
.container__slider-wrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/*** Bottom Content ***/
h1 {
color: var(–ef-blue);
font-size: 32px;
line-height: 2.2rem;
margin: 0;
}
h2.heading {
font-size: 24px;
color: var(–ef-orange);
text-transform: capitalize;
margin: 0;
padding: 30px 0 0;
width: 100%;
position: relative;
clear: both;
}
h2.heading span {
background: var(–ef-white);
position: relative;
}
h2.heading span:nth-child(1) {
padding: 0 5px 0 10px;
top: 5px;
}
h2.heading span:nth-child(2) {
padding: 0 10px 0 0;
}
h3 {
font-size: 20px;
color: var(–ef-blue);
text-transform: capitalize;
}
h4 {
margin: 0;
font-size: 16px;
text-transform: uppercase;
}
h5 {
font-size: 15px;
}
.content__center {
text-align: center;
}
p {
font-size: 16px;
line-height: 1.5rem;
font-weight: 400;
}
p.desc__list { margin-bottom: 40px; }
p.desc__list a {
font-size: 16px;
font-weight: 300;
color: var(–ef-blue-tint-100);
text-decoration-line: underline;
text-decoration-thickness: 0.8px;
text-underline-offset: 5px;
}
p.desc__list span {
padding: 0 8px;
}
ul.content__list {
padding: 0 0 0 2rem;
}
ul.content__list li {
font-size: 16px;
line-height: 20px;
}
.content__wrap {
background: none scroll no-repeat 0 0 var(–ef-white);
}
#content__top {
display: flex;
}
#content__bottom {
padding: 40px 0;
}
.content__table-wrap {
display: flex;
margin: 0 0 45px 0;
}
.content__table-list {
width: 100%;
}
#content__bottom table {
border-collapse: collapse;
overflow: hidden;
width: 100%;
}
#content__bottom table tr td:nth-child(1) {
font-weight: bold;
}
#content__bottom table tr td:nth-child(2) {
width: 70%;
}
#content__bottom table tr:nth-child(odd) {
background: none no-repeat 0 0 scroll var(–ef-grey-tint-100);
}
#content__bottom table tr {
width: 100%;
display: inline-table;
}
#content__bottom table tr td {
font-size: 16px;
padding: 8px 16px;
}
.item__list {
display: flex;
}
.items__list–content:nth-child(2) {
padding: 0 0 0 15px;
}
.items__list–content h5 {
margin: 15px 0 0 0;
}
.items__list–content ul {
font-size: 16px;
margin: 0 0 15px 0;
}
.items__list–content ul li {
line-height: 1.275rem;
margin: 0 0 8px 0;
}
/*** MEDIA QUERIES ***/
@media screen and (max-width: 1279px) {
.container__wrap {
margin: 0 40px;
}
.slider–full {
height: 340px;
}
}
@media screen and (max-width: 1124px) {
ul.header__list li {
padding: 0 10px;
}
.content__banner-border__line {
width: 50%;
}
}
@media screen and (max-width: 1047px) {
.logo__desc {
width: 55%;
}
#content__middle {
display: flex;
}
#content__middle .content__image {
width: 50%;
margin-right: 20px;
height: auto;
}
#content__middle .content__wrap {
width: 50%;
}
#content__middle .content__image img {
width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
ul.header__list li:nth-child(1) {
-webkit-transform-style: inherit !important;
-moz-transform-style: inherit !important;
transform-style: inherit !important;
}
}
@media screen and (max-width: 992px) {
header { margin: 20px 0 0; }
.container__wrap { margin: 0 20px; }
#content__top { display: block; }
.content__image { display: block; }
#content__banner { width: auto; }
#content__right { padding: 40px 0 0; }
#content__bottom { padding: 0; }
.menu__main-list img { max-width: 140px; }
.menu__main-list {margin: -20px;}
.menu__main-list ul.usps-list {
display: block;
text-align: center;
}
.menu__main-list {margin: -8px;}
.menu__main-list ul.usps-list li {
display: inline-block;
margin: 0 8px;
}
.header__wrap img.tagline {
display: none;
}
.header__wrap {
display: flex;
justify-content: center;
}
.slider__radiobox-label–prev {
left: -8%;
}
.slider__radiobox-label–next {
right: -8%;
}
#content__banner h1 {
margin: 2rem 0 0;
}
}
@media screen and (max-width: 835px) {
#content__bottom table tr td {
padding: 6px;
}
}
@media screen and (max-width: 767px) {
/*******slider*******/
.slider__slide {
background-size: cover;
}
.slider–full {
height: 300px;
}
/***end of slider***/
.item__list {
display: block;
}
.items__list–content:nth-child(2) {
padding: 0;
}
h1 {
line-height: 2.1rem;
}
h2.heading {
font-size: 22px;
}
.slider__radiobox-label–prev {
left: -10%;
}
.slider__radiobox-label–next {
right: -10%;
}
}
@media screen and (max-width: 580px) {
.container__slider {
margin: 20px auto 40px;
}
.slider–full {
height: 220px;
}
.logo__desc {
width: 100%;
}
.logo__desc img {
max-width:50%;
height: auto;
}
ul.header__list {
justify-content: center;
grid-template-columns: center;
}
ul.header__list li img {
width: 100%;
}
#content__bottom {
display: block;
}
#content__bottom .content__image {
width: 97%;
margin: 0 auto 35px auto;
}
#content__bottom .content__wrap {
width: auto;
}
.content__table-list tr {
display: flex;
flex-wrap: wrap;
padding: 0;
width: 100%;
}
#content__bottom table tr:nth-child(2n+1) {
/*
background: transparent;
*/
border-top: none;
border-bottom: none;
padding: 0;
}
.content__table-list tr td {
width: 47%;
}
.menu__main-list ul.usps-list {
display: flex;
}
.slider__radiobox-label–prev {
right: -30px;
background-size: 80% auto;
}
.slider__radiobox-label–next {
right: -30px;
background-size: 80% auto;
}
.slider__slide {
background-size: 100% auto;
}
}
@media screen and (max-width: 480px) {
ul.header__list {
justify-content: center;
}
ul.header__list li {
padding: 0 5px;
}
.content__banner-border__line {
bottom: 110px;
border: 3px #ff8137 solid;
}
.content__table-list tr td {
width: 46%;
}
}
@media screen and (max-width: 360px) {
.content__banner-border__line {
bottom: 110px;
border: 2px #ff8137 solid;
width: 100%;
}
.content__table-list tr td {
width: 46%;
}
}
@media screen and (max-width: 340px) {
.content__table-list tr td {
width: 45%;
}
}
@media screen and (max-width: 319px) {
.content__table-list tr td {
width: 100%;
}
.content__table-list tr td:nth-child(-n+2) {
background: transparent;
border-top: none;
border-bottom: none;
}
.content__table-list tr td:nth-child(odd) {
border-top: 1px solid var(–ef-grey-tint-200);
border-bottom: 1px solid var(–ef-grey-tint-200);
width: 100%;
}
.content__table-list tr td:nth-child(1), .content__table-list tr td:nth-child(3) {
background: none no-repeat 0 0 scroll var(–ef-grey-tint-100);
border-top: 1px solid var(–ef-grey-tint-200);
border-bottom: 1px solid var(–ef-grey-tint-200);
}
}
.slider__slides {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 700%;
height: 100%;
overflow-y: hidden;
transition: margin-left 0.4s;
}
.slider__slide {
display: block;
float: left;
position: relative;
width: 14.285714285714286%;
height: 100%;
background: no-repeat 50% 50%;
background-size: cover;
}
.slider__radiobox-label–item–7 {
margin-left: -1px;
}
.slider__radiobox-label–item–6 {
margin-left: -21px;
}
.slider__radiobox-label–item–5 {
margin-left: -41px;
}
.slider__radiobox-label–item–4 {
margin-left: -61px;
}
.slider__radiobox-label–item–3 {
margin-left: -81px;
}
.slider__radiobox-label–item–2 {
margin-left: -101px;
}
.slider__radiobox-label–item–1 {
margin-left: -121px;
}
.slider__radiobox–1:checked ~ .slider__slides {
margin-left: 0%;
}
.slider__radiobox–1:checked + .slider__radiobox-label–item–1 {
opacity: 1;
}
.slider__radiobox–1:checked ~ .slider__radiobox-label–next–2 {
display: block;
}
.slider__radiobox–2:checked ~ .slider__slides {
margin-left: -100%;
}
.slider__radiobox–2:checked + .slider__radiobox-label–item–2 {
opacity: 1;
}
.slider__radiobox–2:checked ~ .slider__radiobox-label–prev–1 {
display: block;
}
.slider__radiobox–2:checked ~ .slider__radiobox-label–next–3 {
display: block;
}
.slider__radiobox–3:checked ~ .slider__slides {
margin-left: -200%;
}
.slider__radiobox–3:checked + .slider__radiobox-label–item–3 {
opacity: 1;
}
.slider__radiobox–3:checked ~ .slider__radiobox-label–prev–2 {
display: block;
}
.slider__radiobox–3:checked ~ .slider__radiobox-label–next–4 {
display: block;
}
.slider__radiobox–4:checked ~ .slider__slides {
margin-left: -300%;
}
.slider__radiobox–4:checked + .slider__radiobox-label–item–4 {
opacity: 1;
}
.slider__radiobox–4:checked ~ .slider__radiobox-label–prev–3 {
display: block;
}
.slider__radiobox–4:checked ~ .slider__radiobox-label–next–5 {
display: block;
}
.slider__radiobox–5:checked ~ .slider__slides {
margin-left: -400%;
}
.slider__radiobox–5:checked + .slider__radiobox-label–item–5 {
opacity: 1;
}
.slider__radiobox–5:checked ~ .slider__radiobox-label–prev–4 {
display: block;
}
.slider__radiobox–5:checked ~ .slider__radiobox-label–next–6 {
display: block;
}
.slider__radiobox–6:checked ~ .slider__slides {
margin-left: -500%;
}
.slider__radiobox–6:checked + .slider__radiobox-label–item–6 {
opacity: 1;
}
.slider__radiobox–6:checked ~ .slider__radiobox-label–prev–5 {
display: block;
}
.slider__radiobox–6:checked ~ .slider__radiobox-label–next–7 {
display: block;
}
.slider__radiobox–7:checked ~ .slider__slides {
margin-left: -600%;
}
.slider__radiobox–7:checked + .slider__radiobox-label–item–7 {
opacity: 1;
}
.slider__radiobox–7:checked ~ .slider__radiobox-label–prev–6 {
display: block;
}
Timing Chain Kit For 2009-2019 Toyota Corolla 10-15 Prius 4 Cyl 1.8L DOHC Engine
Replacement Timing Chain KitRT32100001
Manufactured from top quality components, this is your best option and inexpensive replacement for your rebuild, repair, and maintenance needs – an OE replacement product for your damaged or aged factory part.
Replacement – the most affordable brand name for replacement parts that you need! Replacement is a professional brand for autobody, lighting parts, electrical, brake, suspension, intake and exhaust, and cooling and heating products. All Replacement brands include 1-year, unlimited-mileage warranty.
Brand New in the Box – Fit and Quality Guaranteed!
Anticipated Ship Out Time
Same day – 1 business day
Quantity Sold
Kit
Product Fit
Direct Fit
Recommended Use
OE Replacement
Gear/Sprocket Included
With Sprocket (Gear)
Interchange Part Number
TK928
Prop 65 Warning
WARNING: This product can expose you to chemicals including Lead, which is known to the State of California to cause cancer and birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov.
Returns Policy
30-Day Return Policy
Components
(2) Timing Chains, (1) Sprocket, (1) Tensioner, (3) Timing Chain Guides, (1) Timing Chain Bracket; Without Variable Timing Gears
Compatible with the following vehicles:
Pontiac
2009-2010 Vibe Base VIN: 8, DOHC, 16 Valve, Without VVT Cam Gear(s)
Scion
2008-2014 xD Base enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
Toyota
2017 Corolla 50th Anniversary Special Edition enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2009-2011 Corolla Base enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2012-2019 Corolla L enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2009-2016 Corolla S enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2016 Corolla Special Edition enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2009-2010, 2017-2019 Corolla XLE enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2009-2019 Corolla (submodel: CE, LE) enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2017-2019 Corolla (submodel: SE, XSE) enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2009-2013 Matrix Base enginedesignationname: 2ZR-FE, DOHC, 16 Valve, Without VVT Cam Gear(s)
2010-2015 Prius Base enginedesignationname: 2ZR-FXE, DOHC, FULL HYBRID EV-GAS (FHEV), 16 Valve, Without VVT Cam Gear(s)
2012-2015 Prius (submodel: Five, Four, Three, Two) enginedesignationname: 2ZR-FXE, DOHC, FULL HYBRID EV-GAS (FHEV), 16 Valve, Without VVT Cam Gear(s)
2015 Prius (submodel: One, Persona Series) enginedesignationname: 2ZR-FXE, DOHC, FULL HYBRID EV-GAS (FHEV), 16 Valve, Without VVT Cam Gear(s)
2012-2015 Prius Plug-In Base enginedesignationname: 2ZR-FXE, DOHC, FULL HYBRID EV-GAS (FHEV), 16 Valve, Without VVT Cam Gear(s)
2015 Prius V Four enginedesignationname: 2ZR-FXE, DOHC, FULL HYBRID EV-GAS (FHEV), 16 Valve, Without VVT Cam Gear(s)
2012-2015 Prius V (submodel: Base, Five, Three, Two) enginedesignationname: 2ZR-FXE, DOHC, FULL HYBRID EV-GAS (FHEV), 16 Valve, Without VVT Cam Gear(s)
On 22/02/2025 at 20:27:19 AEDT, seller added the following information:.dc_tracker_img{display:none;}.dc_tracker_img:last-of-type{display:block;}p:empty+hr{display:none;}hr+span.ebay,hr+*>span.ebay{display:none;}On 21/04/2025 at 13:27:28 AEST, seller added the following information:.dc_tracker_img{display:none;}.dc_tracker_img:last-of-type{display:block;}p:empty+hr{display:none;}hr+span.ebay,hr+*>span.ebay{display:none;}













Reviews
There are no reviews yet.