This blue agate wall hanging is the perfect item to spice any wall up! Hang from the ceiling or from the wall, this piece will be a perfect addition to any home.
Thanks for contacting us! We'll get back to you shortly.
Thanks for subscribing
Thanks! We will notify you when it becomes available!
The max number of items have already been added
There is only one item left to add to the cart
There are only [num_items] items left to add to the cart
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the terms and conditions of sales to check out.");
return false;
}
});
});