#custom-login-register-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
	display: flex;
	gap: 40px;
	padding-bottom: 40px;
}

#custom-login-register-wrapper .custom-form-col {
	width: 50% !important;
	min-width: 50%;
}

#custom-login-register-wrapper .custom-form-col:first-child {
	border-right: 1px solid #e0e0e0;
	padding-right: 40px;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
	border: none;
	padding: 0;
}

form.woocommerce-form.woocommerce-form-login.login input,
form.woocommerce-form.woocommerce-form-register.register input {
	border: 2px solid rgba(0, 0, 0, 0.105);
}

.custom-info-col {
	position: relative;
}

.custom-form-col h2,
.custom-info-col h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
}

.custom-info-col h2 {
	text-align: center;
}

div#info-register p,
div#info-login p {
	text-align: center;
	font-weight: 300;
}

div#info-register {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#custom-login-register-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	.custom-form-col {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		border-right: none !important;
		padding-right: 0 !important;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 40px;
	}
}

a.woocommerce-LostPassword.lost_password {
	font-size: 12px;
	margin-left: auto;
}

p.form-row.row-forgot-password {
	display: flex;
	align-items: center;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	width: 100%;
	background: rgb(134, 171, 4);
	color: #fff;
	height: 45px;
}

div#info-login,
#info-register {
	text-align: center;
}

.woocommerce-privacy-policy-text {
	font-size: 12px;
}

/* My Account Pages */

nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.woocommerce-MyAccount-content {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}

	.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
		margin-bottom: 30px !important;
	}
}

nav.woocommerce-MyAccount-navigation ul {
	padding-left: 0 !important;
	list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
}

.woocommerce-MyAccount-title {
	font-size: 18px;
	padding-inline: 15px 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
	background-color: rgba(0, 0, 0, 0.06);
	cursor: default;
}

@media screen and (min-width: 768px) {
	nav.woocommerce-MyAccount-navigation {
		max-width: 252px;
	}
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 15px;
	color: var(--color-gray-900);
	line-height: 20px;
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
}

.woocommerce-MyAccount-navigation-link {
	margin-bottom: 0 !important;
}

.woocommerce-customer-details address {
	border: none !important;
	padding: 0 !important;
}

.page-banner h1 {
	margin: 0 !important;
}
