.col.pb-0 {
    transition: all 0.5s ease;
}
.form-section { display: none; transition: opacity 0.5s ease, transform 0.5s ease;}
.form-section.active { display: block; transform: translateY(0);}
.account-toggle-buttons {
    text-align: center;
    margin-bottom: 20px;
}
.toggle-button {
    padding: 10px 20px;
    margin: 0 5px;
    background-color: #eee;
    border: none;
    cursor: pointer;
}
.toggle-button.active {
    background-color: #f60;
    color: white;
}
/* Ẩn link "Lost your password?" chỉ trong thông báo lỗi WooCommerce */
.woocommerce-error a[href*="lost-password"] {
    display: none !important;
}
/*Login*/
#customer_login{
	margin-top: 5%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 50px 30px 22px 30px;
}
#customer_login .large-6{
	flex-basis: 100%;
        max-width: 100%;
}
#customer_login>.col+.col:not(.large-12){
	border-left: none;
}
.woocommerce {
    display: flex;
    flex-direction: column-reverse;
}
.woocommerce .account-container.lightbox-inner {
 	    width: 50%;
    margin: 0 auto;
}
.woocommerce-form__label-for-checkbox {
    text-align: center;
}
.woocommerce-form-login .form-customer-login{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.woocommerce-form-login .button {
    margin-bottom: 0;
	margin-right:0;
}
.woocommerce-form-login .woocommerce-LostPassword{
	text-align: center;
	padding-top: 10px;
}

/*Register*/
.woocommerce-form-register .form-customer-register{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*Notice*/
ul.woocommerce-error.message-wrapper {
    text-align: center;
    padding-top: 10px;
}

/*Responsive*/
@media (max-width: 575.98px) {
.woocommerce .account-container.lightbox-inner {
    width: 92%;
    margin: 0 auto;
}
	.account-container:has(.woocommerce-form-register)>.row>.col-1,
	.account-container:has(.woocommerce-form-register)>.row>.col-1{
		border-bottom:0 !important;
	}
	#customer_login {
    padding: 30px 30px 0px 30px;
	}
	#customer_login .large-6{
		margin-bottom:0;
		padding-bottom:0;
	}
}