 /* 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/NjYyWDY5Mg==/z/nGwAAOSwKsZbgpUr/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "FULLY ROTATABLE FLY TYING VICE WITH  BOBBIN CRADLE"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 19.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/MTM2M1g5NjA=/z/MzcAAOSwP9ZhjPFb/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "New Rotatable Side Lever Fly Tying Clamp Vice + 2 Free Bobbin Holders"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 24.99"; }
.best-sellers .product:nth-of-type(2) .rrp:before{ content: "\00A3 34.99"; }
.best-sellers .product:nth-of-type(2) .rrp{ visibility: show; }
 /* 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/MTIwMFgxNjAw/z/xZgAAOSwxH1eRRr1/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(3) .title:before{ content: "AA FLY TYING VICE CLAMP MODEL"; }
.best-sellers .product:nth-of-type(3) .price:before{ content: "\00A3 7.99"; }
.best-sellers .product:nth-of-type(3) .rrp:before{ content: "\00A3 14.99"; }
.best-sellers .product:nth-of-type(3) .rrp{ visibility: show; }
 /* Best Sellers */
.best-sellers .product:nth-of-type(4) { display: block; }
.best-sellers .product:nth-of-type(4) .image{ background-image: url('https://i.ebayimg.com/00/s/MTc4WDQwMA==/z/RqYAAOSwJb9WrKuz/$_1.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(4) .title:before{ content: "REVOLVING BRASS HANDLED ROTARY WHIP FINISH TOOL"; }
.best-sellers .product:nth-of-type(4) .price:before{ content: "\00A3 3.99"; }
.best-sellers .product:nth-of-type(4) .rrp:before{ content: "\00A3 Not Available"; }
.best-sellers .product:nth-of-type(4) .rrp{ visibility: hidden; }
.best-sellers { display: block; }

