This fits your .
Make sure this fits by entering your model number.
P.when("ReplacementPartsBulletLoader").execute(function(module){ module.initializeDPX(); })
CLASSIC MILITARY SURPLUS AMMO CASE DESIGN: Sometimes you can’t improve a proven design; That's why we've built this military-style ammunition storage box; Hold 30 caliber ammo, boxed or unboxed; Keep ammo safe and stored easily in our ammo crates AIRTIGHT, WATERTIGHT: Our ammo storage containers feature a compression fit lid with rubber gasket to retain the quality of your ammunition; The water and dust resistant design of the ammunition boxes are perfect for keeping your ammunition in a dry environment DURABLE AMMO BOX METAL: Your metal ammo can needs to stand up to every environment; We’ve constructed this ammo box military style with a rust and corrosion resistant matte finish and tough heavy gauge steel to give your metal ammo box longevity STACKABLE AND PORTABLE AMMUNITION BOX: Fit the stackable Sheffield field box wherever you need; Closets, guns cases, garages, you name it, and our 30 cal ammo can will make a perfect fit; This hefty ammo crate comes with a handle for easy mobility CREATIVE AIRTIGHT STORAGE: Protect ammo, tackle, electronics, tools, and more with military ammo can style; Enjoy a military surplus ammo cans' versatility for your everyday or important items with this ammo can’s stackable and airtight design
See more product details
P.when('A','ready').execute(function(A) {
function setFeatureBulletsExpanderCollapsedHeight() {
var $ = A.$;
var PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT = 540;
var FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION = 12;
var EXPANDER_HEADING_HEIGHT = 20;
var expanderElement = $("#pov2FeatureBulletsExpander");
if(expanderElement !== null) {
var productOverviewFeatureElement = $('#productOverview_feature_div');
var featureBulletsExpanderContent = $('#pov2FeatureBulletsExpanderContent');
var featureBulletsExpanderHeading = $('#pov2FeatureBulletsExpanderHeading');
var expanderContentHeight = featureBulletsExpanderContent.height();
var productOverviewFeatureElementHeight = productOverviewFeatureElement !== null ? productOverviewFeatureElement.height() : 0;
var expanderCollapsedHeight = Math.min(PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT - productOverviewFeatureElementHeight - FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION, expanderContentHeight);
if (expanderContentHeight === expanderCollapsedHeight) {
featureBulletsExpanderContent.css("padding-bottom", "0px");
}
expanderCollapsedHeight = expanderCollapsedHeight
expanderElement.attr("data-a-expander-collapsed-height", expanderCollapsedHeight);
featureBulletsExpanderContent.css('display', '');
featureBulletsExpanderHeading.css('display', '');
}
}
function logFeatureBulletsPOv2ExpanderMetric(metric) {
if (typeof window.ue !== 'undefined' && typeof metric !== 'undefined' && typeof window.ue.count !== 'undefined') {
window.ue.count(metric, ((window.ue.count(metric) || 0) + 1));
}
}
setFeatureBulletsExpanderCollapsedHeight();
A.on('a:expander:pov2FeatureBulletsExpander:toggle:expand', function(data) {
logFeatureBulletsPOv2ExpanderMetric('featureBulletsPOv2DesktopExpanderExpanded');
});
A.on('a:expander:pov2FeatureBulletsExpander:toggle:collapse', function(data) {
logFeatureBulletsPOv2ExpanderMetric('featureBulletsPOv2DesktopExpanderCollapsed');
});
});