/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

table.cart td.product-quantity .qty
{
    padding: 0.326em;
    width: 5.6em;
}

.woocommerce .quantity .input-text.qty.text
{
    max-width: 5.6em;
}

.quantity .qty
{
    width: 5.6em;
    text-align: center;
}

stride9_input
{
	background: #0c0;
    padding: 0.2em !important;
    width: 6.0em !important;
	border:1px solid #000;
}

