/*
Theme name: Granite Falls Brewing
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

.woocommerce a.button {
color: #ffffff;
background-color: #8fae1b;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 180px;
}

.taseav-verify-form input { background: #000; appearance: none; }
.taseav-verify-form input:hover { background: #316bb4; }