/* 
Theme Name: Brown Brothers
Author: Emote
Description: WordPress Multisite theme for Brown Brothers and their brands.
Version: 1.1
Text Domain: brownbrothers
*/

.woocommerce form select, .woocommerce form select:not([size]):not([multiple]), .woocommerce select.input-text, .woocommerce select.input-text:not([size]):not([multiple]), select.form-control, select.form-control:not([size]):not([multiple]) {
    height: 66px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    background: none !important;
    font-weight: 600;
    text-overflow: ellipsis;
}

.woocommerce table.shop_table dl.variation {
    display: none !important;
}

.woocommerce table.shop_table .product-quantity {
    text-align: center;
    font-size: 150%;
    vertical-align: middle !important;
}

.a-inline {
    margin:0 !important;
    display: inline !important;
    text-decoration: underline !important;
}