/* START: Hide product image for DTF builder */
.woocommerce-product-gallery {
	display: none !important;
}

.summary {
	width: 100% !important;
}

/* END: Hide product image for DTF builder */

/*

*/

.col-full {
	max-width: unset !important;
}

.price, .quantity {
	display: none;
	background: red;
}

.single_add_to_cart_button {
	margin: 1.5rem;
	margin-top: .5rem;
}