Sort By:
Show:
Antiqued Cement Crown Jewel Bookends
Made of cement with a antiqued white wash
Measure: .....
$160.00
Elegant Horn Bookends
Create an interesting focal point with these resin and horn bookends.
The .....
$372.50
Gold Sun Burst & Clear Acrylic Frame Bookends
Made of acrylic & metal
Can be used sidewa.....
$171.00
Old World Globe Atlas Bookends
Rustic Looking world globe with a antiqued green finishes
Made of.....
$98.00
Puzzle Pieces Bronze & Brass Bookends
Bronze and Brass finish applied by experts.Made of alum.....
$145.00
Silver Man Pushing Forward Bookends
An interesting addition, these iron man cast iron bookends in.....
$282.50
Silver the word BOOK Bookends
Aluminum bookends play on visuals.
Symmetrical letters in a nickel.....
$190.00
ListGrid');
$.totalStorage('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid div.product_block').each(function(index, element) {
html = '';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
' + $(element).find('.cart').html() + '
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
$(element).html(html);
});
$('.display').html('
Display:ListGrid');
$.totalStorage('display', 'grid');
}
}
view = $.totalStorage('display');
if (view) {
display(view);
} else {
display('grid');
}
//-->