/* Enter Your Custom CSS Here */
.in-stock{
	display: none;
}
.woocommerce button.button.alt.single_add_to_cart_button {
	font-size: 20px;
	width: 50%;
}
.woocommerce span.onsale {
	background-color: #5106cd;
	padding: 5px, 10px, 5px, 10px;
}
.woocommerce a.button {
	width: 100%;
}
section.related.products {
	display: none;
}
.page-id-5 .woocommerce a.button {
	font-size: 22px;
}