 /* Best Sellers */
.best-sellers .product:nth-of-type(1) { display: block; }
.best-sellers .product:nth-of-type(1) .image{ background-image: url('https://i.ebayimg.com/00/s/NDQyWDkxMg==/z/VHoAAOSw5RRaecZA/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Vac Rac Car Rod Rack Holder - Combi"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 66.99"; }
.best-sellers .product:nth-of-type(1) .rrp:before{ content: "\00A3 69.99"; }
.best-sellers .product:nth-of-type(1) .rrp{ visibility: show; }
.best-sellers { display: block; }

