 /* 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/MTIwMFgxMjAw/z/uAsAAeSwZhNo9jow/$_1.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Stabila Rotary Laser Set LAR 160 Red Self-Levelling Receiver Horizontal Vertical"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 639.99"; }
.best-sellers .product:nth-of-type(1) .rrp:before{ content: "\00A3 924.99"; }
.best-sellers .product:nth-of-type(1) .rrp{ visibility: show; }
 /* 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/MTIwMFgxMjAw/z/7bkAAeSwtN9pMlWe/$_1.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "Leica Rotary Laser Receiver Horizontal Red Self Levelling Indoor Outdoor"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 479.99"; }
.best-sellers .product:nth-of-type(2) .rrp:before{ content: "\00A3 699.99"; }
.best-sellers .product:nth-of-type(2) .rrp{ visibility: show; }
.best-sellers { display: block; }

