/* Version: 1.0.0 */

.woocommerce-product-gallery ol {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
}

.woocommerce-product-gallery ol li {
	max-width: 120px;
}

.woocommerce div.product .entry-summary > * + * {
}

.product_header {
	margin-bottom: 3em;
	text-align: center;
	font-size: 1.3em;
}

.product_header > * {
	margin: 0;
	width: auto;
	max-width: none;
}

.product {
	position: relative;
}

.product > * {
/* 	background-color: rgba( 0,0,0,0.05 ); */
}

.product .woocommerce-product-gallery {
}

.product .summary > * {
	margin-bottom: 2em;
}

.product .summary .price {
	order: 10;
}

.product .summary .bulk_pricing_discounts_wrapper {
	order: 20;
	font-size: 12px;
}

.product .summary .woocommerce-product-details__short-description {
	order: 30;
}

.product .summary form.cart {
	order: 40;
	margin: 0;
}

.product .summary .product_meta {
	order: 50;
	margin: 3em 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.product .summary .sku_wrapper {
	display: none;
}



.woocommerce-tabs {
	max-width: 900px;
	margin: 0 auto;
}