	*,
	:after,
	:before {
		box-sizing: border-box;
		border: 0 solid #e5e7eb;
	}

	menu,
	ol,
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		margin: 0;
		padding: 0;
		color: inherit;
		font-weight: inherit;
		font-size: 100%;
		line-height: inherit;
		font-family: inherit;
	}

	.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
		content: "";
		display: none;
	}
	.woocommerce .u-columns > * {
		width: 100% !important;
		max-width: 100% !important;
	}
	.woocommerce .title {
		font-size: 20px;
		text-transform: capitalize;
		line-height: 1.2;
		font-weight: 500;
		margin: 0 0 0.5em;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation{
		background-color: white !important;
	}

	form.edit-account .form-row-wide {
		 grid-column: span 2;
	}