.woocommerce-product-gallery {
	margin-right: 4%;
}

.woocommerce .page-header-image-single {
	display: none;
}

.woocommerce .entry-content, .woocommerce .product .entry-summary {
	margin-top: 0;
}

@supports (display:grid) {
	#wc-column-container .product {
		float: none;
		width: auto;
		margin: 0;
	}
}

#wc-mini-cart a:not(.button) {
	font-family: inherit;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 10px 20px;
}

.woocommerce .star-rating:before {
	color: rgba(0, 0, 0, .4);
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: auto;
	float: none;
	overflow: hidden;
}

.product_meta {
	font-size: 80%;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 30px;
}

.woocommerce .star-rating:before {
	opacity: .25;
	content: "SSSSS";
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 1em 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: inherit;
}

.woocommerce div.product p.price, .woocommerce ul.products li.product .price {
	font-weight: 700;
}

#customer_details+#wc_checkout_add_ons, #order_review, #order_review_heading {
	width: 41.1764705882%;
	float: right;
	margin-right: 0;
}

#add_payment_method #payment, #add_payment_method #payment div.payment_box, .woocommerce-cart #payment, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment, .woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	color: inherit;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 150%;
}

.woocommerce-review-link {
	font-size: 80%;
}

#ship-to-different-address {
	padding: 3px;
	font-size: inherit;
}

.entry-summary+.up-sells {
	clear: both;
}

.add-to-cart-panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px;
	opacity: 0;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
	z-index: 101;
	font-size: 90%;
	box-sizing: border-box;
	transform: translateY(-100%);
}

.add-to-cart-panel>div {
	display: flex;
	align-items: center;
}

.add-to-cart-panel img {
	height: 50px;
	width: auto;
	vertical-align: middle;
}

.add-to-cart-panel .product-title {
	margin-left: 20px;
	margin-right: auto;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.add-to-cart-panel .product-price {
	margin-right: 20px;
}

.add-to-cart-panel del {
	opacity: .4;
}