body, input, textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}


.woocommerce ul.products li.product .price {
    color: #999;
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 1.3em;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1965a7;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


