Sort By:
Show:
Aluminum Bull Steer Sculptures
Metal with a raw nickel finish
Measure: Lg.10.5"h x 4.5"d.....
$183.75
Cement Horse Head Sculpture
Made of cement with an antique white finish
Measures: .....
$111.25
Cigar Smoking Bulldog Sculpture
Made from black iron
Measures: 5.5" H x 3.5" W.....
$101.25
Distressed White Matte Buddha Head Large
The distressed finish makes this piece look like a real .....
$378.00
Distressed White Buddha Head on Marble Stand
The distressed crackle glaze finish makes this.....
$174.00
Distressed White Crackle Glaze Buddha Head
The distressed finish makes this piece look like a rea.....
$64.00
Distressed White Crackle Meditating Buddha
The distressed finish makes this piece look lik.....
$298.00
Geometric Cube Decor Set of 3
3 Piece Set shapes up your space with its sharp style. These home a.....
$72.98
Gold Gem Cut Large Display Bowl
Perfect to add a pop of posh to any glamour-starved design space
.....
$205.00
Iron Surfing with Sharks Table Top Shelf Sculpture
Measure: 13.5"(w) x 6"(h)
Typically s.....
$282.50
Mango Wood & Rustic Metal Industrial Farmhouse Round Tray
Made of natural mango wood, this tr.....
$173.00
Nautical Gold Anchor on Acrylic Stand Table Top Decor
Gold Anchor for your coffee table or shelf
.....
$119.00
2 Burnt Umber Colored Ceramic Artichokes
Great for display alone or in a basket or tray.
Measure: .....
$68.98
2 Rustic White Ceramic Artichokes LargeGreat Looking on a shelf, window sill or in a basketMeasure: .....
$68.98
Set of Iron Gear Sculptures
Bronze colored gears
Perfect for shelving or table tops
Measure: 11.7.....
$166.25
Silver Crab in Shell Table Top Decor
Made of polystone
Measures: 11"L x 9"W x 7"H
Typ.....
$45.00
Silver Metal Star Table Top Sculpture
Intriguing design for your table top or shelves
Measures.....
$43.98
Silver Twisted Cut Metal Balls
Set of three
6"dia.
8"dia
10"dia
Typically ship in 7-10 bu.....
$176.00
Teal Blue Ceramic Star Crackle Glaze Finish Table Top Decor
Great for a touch of color displayed .....
$118.00
Sale
"&" Wood Symbol Table Top Decor
Great for Shelves or Table Top
Measures: 17"H x 15"W
*Displ.....
$49.00 $22.00
2 Large Ceramic Artichokes
For Display alone or in a basket w/ others
*See 2 other colors in store.....
$68.98
Yellow Ceramic Star Crackle Glaze Finish Table Top Decor
Great for a touch of color displayed on .....
$118.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');
}
//-->