/* Match OnePress's centered shop container without changing WC Vendors Pro's sidebar. */
body.wcvendors-store .wcv-vendor-shop-layout {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 15px;
	width: 100%;
}