The store will not work correctly when cookies are disabled.
JavaScript seems to be disabled in your browser.
For the best experience on our site, be sure to turn on Javascript in your browser.
36" General Purpose Post Mount
Availability:
In stock
Only %1 left
SKU
36-general-purpose-post-mount
Product Satisfaction Guaranteed!
This product is guaranteed! No restocking fees.
Free Ground Shipping Available
On any combination of select items over $599.00
Minimum Order Tier : $599.00
Note :
Free shipping only applies to combined product totals of the same
Minimum Order Tier.
Ground Shipping Only
This product requires ground shipping.
More Deck Building Products to check out!
');
var minicart = $('.page-header .minicart-wrapper').detach();
$('.page-header .navigation').append(minicart);
var logo_image = $('').append($('.page-header .header .logo').clone()).html();
$('.page-header .navigation').prepend('
' + logo_image + '
');
}
$('.sticky-logo img').attr('src', 'https://www.thedeckstoreonline.com/media/porto/sticky_logo/default/150x150-logo.png');
}
if (160 >= $(window).scrollTop() && scrolled) {
$('.page-header.sticky-header').css('height', 'auto');
$('.page-header').removeClass('sticky-header');
scrolled = false;
if ($('.page-header').hasClass('type1') || $('.page-header').hasClass('type2') || $('.page-header').hasClass('type6')) {
var minicart;
minicart = $('.page-header .navigation .minicart-wrapper').detach();
$('.minicart-place').after(minicart);
$('.minicart-place').remove();
$('.page-header .minicart-wrapper-moved').addClass('minicart-wrapper').removeClass('minicart-wrapper-moved').removeClass('hide');
$('.page-header .navigation > .sticky-logo').remove();
}
}
}
if ($('body').hasClass('mobile-sticky')) {
if ($(window).width() <= 991) {
if (130 < $(window).scrollTop() && !scrolled) {
$('.page-header:not(.sticky-header)').css('height', $('.page-header:not(.sticky-header)').height() + 'px');
$('.page-header').addClass('sticky-header');
scrolled = true;
}
if (130 >= $(window).scrollTop() && scrolled) {
$('.page-header.sticky-header').css('height', 'auto');
$('.page-header').removeClass('sticky-header');
scrolled = false;
}
}
}
});
$(window).resize(function() {
var b_w = $(window).width();
if (b_w <= 991) {
if ($('.page-header .navigation .minicart-wrapper').length > 0) {
var minicart;
minicart = $('.page-header .navigation .minicart-wrapper').detach();
$('.minicart-place').after(minicart);
$('.minicart-place').remove();
$('.page-header .minicart-wrapper-moved').addClass('minicart-wrapper').removeClass('minicart-wrapper-moved').removeClass('hide');
}
}
});
});