 /* 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/AxEAAOSwKFhiBTMZ/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Dita Sunglasses Mach Six 01 Yellow Gold and Black Rhodium Grey Gradient"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 699.00"; }
.best-sellers .product:nth-of-type(1) .rrp:before{ content: "\00A3 810.00"; }
.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/MTYwMFgxNjAw/z/mIAAAOSwHztiKL5F/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "Dita Sunglasses Mach Two B Black and Shiny 18K Gold Brown Gradient"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 580.00"; }
.best-sellers .product:nth-of-type(2) .rrp:before{ content: "\00A3 660.00"; }
.best-sellers .product:nth-of-type(2) .rrp{ visibility: show; }
.best-sellers { display: block; }

