 /* 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/OTgwWDEwODY=/z/~zMAAOSwBq9dsZRP/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "2x Portage Plant Pot Mahogany High Gloss Lustre Plastic 29cm Hx33.5cm Wx33.5cm D"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 18.99"; }
.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; }

