.spares-link-container {
    padding: 10px 0px;
}


.spares-link-list {
    margin-top: 30px;
    position: relative;
}

.spares-link-list .image {
    margin-bottom: 15px;
}

.spares-link-list .image img {
    max-width: 100%;
    max-height: 197px;
    transition: all 0.2s ease;
}

.features {
    line-height: 110%;
}

.spares-link-list .price, .spares-link-list .price-stroke {
    text-align: right;
}

.spares-link-list .item {
    margin-bottom: 15px;
    float: left;

    width: 262.500px;
    padding: 0 15px;
    box-sizing: content-box;
}

.spares-link-list .item:hover .image img {
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.7);
    transform: translate3d(0, -2px, 0);
}

#prev {
    width: 41px;
    height: 40px;
    background: url('/images/arrows.png') no-repeat 0px 0px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    left: 15px;
    display: block;
}

#next {
    width: 41px;
    height: 40px;
    background: url('/images/arrows.png') no-repeat 0px -40px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    right: 17px;
    display: block;
}

#prev:hover {
    background-position: -41px 0px;
}

#next:hover {
    background-position: -41px -40px;
}

.spares-link-container .to-cart {
    margin-top: 0;
    text-align: right;
    font-size: 20px;
}

.spares-link-container a {
    display: block;
}
