 /* 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/MTA5NFgxNjAw/z/jFoAAOSwtLxceWOx/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Mens Big King Size Denim Dungarees Jeans In Black Mid Wash Colours Sizes 30-70"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 29.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 */
.best-sellers .product:nth-of-type(2) { display: block; }
.best-sellers .product:nth-of-type(2) .image{ background-image: url('https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/CAQAAOSwsZBctsaO/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "Mens Denim Dungarees Work Vintage Overalls Bib and Brace Black Blue Size 30 - 50"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 24.99"; }
.best-sellers .product:nth-of-type(2) .rrp:before{ content: "\00A3 Not Available"; }
.best-sellers .product:nth-of-type(2) .rrp{ visibility: hidden; }
 /* Best Sellers */
.best-sellers .product:nth-of-type(3) { display: block; }
.best-sellers .product:nth-of-type(3) .image{ background-image: url('https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/crwAAOSwgZtdjJJ1/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(3) .title:before{ content: "Jack & Jones Mens Dungarees Overalls Work Fashion Jeans Pants Waist Size 30-36"; }
.best-sellers .product:nth-of-type(3) .price:before{ content: "\00A3 49.99"; }
.best-sellers .product:nth-of-type(3) .rrp:before{ content: "\00A3 Not Available"; }
.best-sellers .product:nth-of-type(3) .rrp{ visibility: hidden; }
.best-sellers { display: block; }

