 /* 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/XPIAAOSwKp1d27rg/$_57.JPG?set_id=8800005007'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Only & Sons Mens Winter Beanie Hat and Scarf Set Warm Smart Casual Outwear"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 14.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/qikAAOSwmztf5Jaq/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "Girls Kids Soft Cosy Warm Ear Muffs Ladies Womens Cold Winter Outdoor Earflaps"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 5.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/-0AAAOSwRFNgrNqY/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(3) .title:before{ content: "Mens Ladies Womens Sherpa Warm Winter Beanie Hat Fleece Faux Fur Wool Ear Cap"; }
.best-sellers .product:nth-of-type(3) .price:before{ content: "\00A3 4.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 */
.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/MTYwMFgxNjAw/z/kxAAAOSwNDhhbU9v/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(4) .title:before{ content: "Jack and Jones Mens Beanie Hats 2 Pack Knitted Warm Casual Winter Classic Cap"; }
.best-sellers .product:nth-of-type(4) .price:before{ content: "\00A3 21.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; }

