 /* 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/images/g/W2QAAOSwwDJcQQth/s-l1600.jpg'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "Apple iPhone XR X/Xs XS MAX Waterproof Case Cover with Built-in Screen Protector"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\$ 4.75"; }
.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/images/g/kb0AAOSwEKxcWk1T/s-l500.jpg'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "Apple iPhone XR X/Xs XS MAX Waterproof Case Cover with Built-in Screen Protector"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\$ 3.75"; }
.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/images/g/DHgAAOSwSk5cff6Y/s-l500.jpg'); }
.best-sellers .product:nth-of-type(3) .title:before{ content: "For Apple iPhone 7 8 Plus Waterproof Case Cover with Built-in Screen Protector"; }
.best-sellers .product:nth-of-type(3) .price:before{ content: "\$ 4.75"; }
.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/images/g/tloAAOSwTmpcZbdz/s-l1600.jpg'); }
.best-sellers .product:nth-of-type(4) .title:before{ content: "For Samsung Galaxy S8 S9 Plus Note 9/8 Case Real Tempered Glass Screen Protector"; }
.best-sellers .product:nth-of-type(4) .price:before{ content: "\$ 1.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; }

