We use cookies to improve your experience.
Accept
Deny
Log in or
Create an Account
Sign In
World's Largest Online Hose and Fitting Shop
Home
Quick Links
Dixon King Crimp
Useful Links
Technical Info
Build A Hose
Account Information
Sign in!
Create an Account
Have Questions?
Call the Hose Guru
(260) 426-4673
|||
Hose
Hose End
Fitting
Tubing
Clamp
Coupler
Valve
Monitor
Pneumatic
Seal
DOT Trucking
Dixon Valve
BVA Hydraulics
Interchanges
const leftColumn = document.getElementById('leftColumn'); function toggleMenu() { leftColumn.classList.toggle('open'); } hamburger.addEventListener('click', toggleMenu); //Window Sizing// function checkWindowSize() { if (window.innerWidth < 768) { leftColumn.classList.remove('open'); window.scrollTo(0, 0); } else { leftColumn.classList.add('open'); } } window.addEventListener('load', checkWindowSize); window.addEventListener('resize', checkWindowSize);
Top
:
Hose End
:
Low Pressure
:
Steel
: Bump Tube
Bump Tube Adapters
Sizes of these bump tube fittings are in 16ths and then reduced down.
02 = 1/8"
03 = 3/16"
04 = 1/4"
06 = 3/8"
05 = 5/16"
08 = 1/2"
10 = 5/8"
12 = 3/4"
14 = 7/8"
16 = 1"
20 = 1-1/4"
24 = 1-1/2"
32 = 2"
4404
4503
4501
4604
4603
4601
Contact Us
Frequently Asked Questions
Add to Favorites
Accessibility Policy
document.addEventListener("DOMContentLoaded", function() { const consentPop = document.getElementById("cookie-consent"); const acceptButton = document.getElementById("accept-cookies"); const denyButton = document.getElementById("deny-cookies"); function disableScripts() { document.querySelectorAll('script[cookie-data="true"]').forEach(script => { script.type = "text/plain"; }); } function enableScripts() { document.querySelectorAll('script[type="text/plain"][cookie-data="true"]').forEach(script => { const gtagScript = document.createElement("script"); gtagScript.textContent = ` (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WT9D2ZH'); console.log('Google Tag Manager Loaded'); `; document.body.appendChild(gtagScript); }); } function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); const expires = "expires=" + date.toUTCString(); document.cookie = name + "=" + value + ";" + expires + ";path=/"; } function getCookie(name) { const nameEQ = name + "="; const cookiesArray = document.cookie.split(';'); for (let i = 0; i < cookiesArray.length; i++) { let cookie = cookiesArray[i]; while (cookie.charAt(0) === ' ') cookie = cookie.substring(1, cookie.length); if (cookie.indexOf(nameEQ) === 0) return cookie.substring(nameEQ.length, cookie.length); } return null; } const cookieConsent = getCookie("trackingAccept"); if (cookieConsent === "accepted") { //enableScripts(); consentPop.remove(); } else if (cookieConsent === "denied") { disableScripts(); } else { consentPop.style.display = "flex"; } acceptButton.addEventListener("click", function() { setCookie("trackingAccept", "accepted", 365); //enableScripts(); consentPop.remove(); consentPop.style.display = "none"; }); denyButton.addEventListener("click", function() { setCookie("trackingAccept", "denied", 365); consentPop.style.display = "none"; disableScripts(); consentPop.style.opacity = 0; }); if (!cookieConsent) { // disableScripts(); } });