form.cart .button {
	border-radius: var(--border-radius);
}

.woocommerce-product-gallery__wrapper > a {
	border: none !important;
	border-radius: var(--border-radius);
	padding: 0 !important;
}

.single-product#top ul.products li > div .inner_product_header,
.single-product#top ul.products li > div {
	background: var(--blue);
}

body.single-product div.product {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

body.single-product div.product .single-product-summary {
	background: var(--blue-mid);
	border-radius: var(--border-radius);
	padding: 45px 45px 90px;
	margin-bottom: 25px;
	width: 50%;
}

body.single-product div.product .woocommerce-tabs .wc-tabs {
	display: none;
}

body.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 0 !important;
	border: none !important;
	background: transparent;
}