The store will not work correctly when cookies are disabled.
Deckwise 1/8" High-Speed Drill Bit
Availability:
In stock
Only %1 left
SKU
deckwise-1-8-drill-bits
Product Satisfaction Guaranteed!
This product is guaranteed! No restocking fees.
Free Ground Shipping Available
On any combination of select items over $99.00
-
Minimum Order Tier: $99.00
-
Note:
Free shipping only applies to combined product totals of the same
Minimum Order Tier.
Ground Shipping Only
This product requires ground shipping.
');
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');
}
}
});
});