.dropshadow {
text-shadow: 2px 2px 4px #000;
}

/* Make Cart Totals full width on Basket */
.woocommerce .cart_totals {
	width: 100%;
}

/* Hide category on product page */
.header.large .btSuperTitle {
	display: none;
}

/* Hide SKU */
.btProductSKU {
	display: none!important;
}

/* Fix display of Pay Up Front */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  padding: 1em 2em 3em 2.8em;
}

/* Hide "About Author" section beneath posts */
.btAboutAuthor {
	display:none;
}

.wcs_up_front_pay_option_container {
  display:none;
}