 /* 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/NTAwWDUwMA==/z/ow0AAOSwfTlcOgm9/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Proboat Impulse 17 Brushed RTR  Power Boat #PRB04001 ."; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 108.95"; }
.best-sellers .product:nth-of-type(1) .rrp:before{ content: "\00A3 Not Available"; }
.best-sellers .product:nth-of-type(1) .rrp{ visibility: hidden; }
.best-sellers { display: block; }

