/*
Theme Name: MCT800 Techwear
Theme URI: https://mct800.cl
Author: MC T8-00
Author URI: https://mct800.cl
Description: Techwear and Cyberpunk Theme for WooCommerce
Version: 1.0.0
Text Domain: mct800
*/

/* WooCommerce Checkout Dark Mode Overrides */
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    padding: 12px !important;
    border-radius: 4px !important;
    width: 100% !important;
}

.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus {
    border-color: #d4ff00 !important;
    outline: none !important;
    box-shadow: 0 0 10px rgba(212,255,0,0.2) !important;
}

.woocommerce-checkout h3 {
    color: #fff !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}

.woocommerce table.shop_table {
    border-color: #333 !important;
    color: #fff !important;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    border-top: 1px solid #333 !important;
    background-color: transparent !important;
}
