#woocommerce-product-search-field.search-field {
  font-family: courier new, courier;
}

select {
  font-family: courier new;
}

.input-text.qty.text {
  width: 50px;
  height: 24px;
  margin-top: 2px;
}

.woocommerce-Price-amount.amount {
  margin-right: 4px;
  margin-left: 4px;
}

.single-product div.product form.cart .button {
  background-color: #ffffff;
  line-height: 7px;
}

button:hover {
  background-color: #ffffff;
}

.single_add_to_cart_button.button.alt {
  background-color: #fff;
}

.button.alt:hover {
  background-color: #fff;
}

button.alt:hover {
  background-color: #fff;
}

.site-header .site-logo-link img {
  margin-top: 2px;
  margin-bottom: 0px;
}

.site-info {
  display: none;
}