
.product-has-bg .product-tabs-wrapper {
	border-top: none;
}

.product-summary-shadow .summary-inner {
	padding: 30px 35px 15px;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: var(--wd-brd-radius);
}

.product-extra-content.wd-location-before {
	margin-bottom: var(--wd-single-spacing);
}

.product-extra-content.wd-location-after {
	margin-top: var(--wd-single-spacing);
}

@media (min-width: 769px) {
	.product-full-width:is(.product-design-alt, .product-summary-shadow, .image-full-width) .entry-summary {
		display: flex;
		align-items: start;
		justify-content: center;
	}
	
	.product-full-width:is(.product-design-alt, .product-summary-shadow, .image-full-width) .entry-summary .summary-inner {
		max-width: 620px;
		width: 100%;
	}
}
