.onsale {
	display: none;
}

.woocommerce-product-gallery {
	display: none;
}

p.price {
	display: none;
}

div.product_meta {
	display: none;
}

div.woocommerce-tabs {
	display: none;
}

section.related {
	display: none;
}

.woocommerce-notices-wrapper {
	display: none;
}

h1 {
	text-align: center;
    font-size: 29px;
    margin-top: 40px;
    margin-bottom: 30px;
}

#variable-form {
	display: block;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.woocommerce-variation {
	margin-bottom: 20px;
}

input[type="number"] {
	width: 40px;
    margin-left: 35px;
}

button[type="submit"] {
	width: 300px;
    background: #27a2ff;
    border: 0;
    margin-bottom: 50px;
}

.sezzle-shopify-info-button {
	display: none;
}