/* Allows the website title and tagline to be formatted correctly in top-left corner */
.shop-isle-header-title-inner { 
  width: 115%; 
  position: relative;
  left: -20px;
}

/* Removes the page search icon from top menu bar */
.header-search {
  display: none;
}

/* Woocommerce bootstrap support is broken. This fixes the checkout page. */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
	display: block;
}

/* Woocommerce bootstrap support is broken. This fixes the checkout page. */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

/* Woocommerce bootstrap support is broken. This fixes the quantity field in the cart page. */
.woocommerce .quantity .qty {
  padding: 1px;
}
