/* Hide Powered by WooCommerce */
.site-info .powered-by-woocommerce,
.woocommerce-store-notice,
.site-footer .powered-by-woocommerce,
footer .powered-by-woocommerce,
.storefront-credit,
a[href*="woocommerce.com"] {
    display: none !important;
}

/* Industrial Orange/Black Brand Colors */
.site-header, 
.main-navigation {
    background-color: #1a1a1a !important;
}
.main-navigation a,
.site-title a,
.site-branding h1 a {
    color: #ff6600 !important;
}
.main-navigation a:hover {
    color: #ffffff !important;
}
.button, 
button,
input[type="submit"],
.wc-block-components-button,
.add_to_cart_button {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    color: #fff !important;
}
.button:hover,
button:hover,
.add_to_cart_button:hover {
    background-color: #cc5200 !important;
}
