 /* 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/MTYwMFgxNjAw/z/W6kAAOSwVdph6qpL/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "SmartSeal Brick Wall Masonry Sealer Protects 25 Year+ Water and Damp Proofing"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 6.26"; }
.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/tyIAAOSwr0Rh6rYq/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "SmartSeal Masonry Waterproofing Wall Cream Lasts 25 Years+ Dampproof Sealant"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 6.26"; }
.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 { display: block; }

