/* Hide Compare Products in mobile menu */
@media (max-width: 767px) {
    li.tp-mobile--compare,
    a[href*="compare"] {
        display: none !important;
    }
/* TARGET ALL FIXED BOTTOM MENUS */
body * {
    --remove-btn-6: none !important;
    --remove-btn-7: none !important;
}

/* 1. Remove 6th & 7th li inside ANY bottom fixed bar */
body [class*="bottom"] li:nth-child(6),
body [class*="footer"] li:nth-child(6),
body [class*="mobile"] li:nth-child(6),
body nav li:nth-child(6),
body ul.fixed li:nth-child(6),
body .fixed ul li:nth-child(6),
body [class*="bottom"] li:nth-child(7),
body [class*="footer"] li:nth-child(7),
body [class*="mobile"] li:nth-child(7),
body nav li:nth-child(7),
body ul.fixed li:nth-child(7),
body .fixed ul li:nth-child(7) {
    display: none !important;
}

/* 2. Remove ANY button with word Order in FIXED bottom */
body [class*="bottom"] a[href*="order"],
body [class*="mobile"] a[href*="order"],
body [class*="fixed"] a[href*="order"],
body nav a[href*="order"] {
    display: none !important;
}

/* 3. Remove ANY button with a truck icon in bottom bar */
body [class*="bottom"] i[class*="truck"],
body [class*="mobile"] i[class*="truck"],
body [class*="fixed"] i[class*="truck"],
body nav i[class*="truck"] {
    display: none !important;
}
}
/* Hide company invoice checkbox */
#with_tax_information,
label[for="with_tax_information"] {
    display: none !important;
}

/* Hide entire company invoice form below */
.customer-tax-information-form {
    display: none !important;
}