#mecom-paypal-credit-form-container-custom {display: none;}
.woocommerce-checkout #main {padding: 30px 0 0;min-height: 100vh;display: flex;justify-content: center;align-items: center;}
.woocommerce-checkout form {margin: 0}
.woocommerce-form-coupon-toggle {display: none;}
.checkout.woocommerce-checkout .row {
    /* min-height: 100vh; */
    /* justify-content: center; */
    align-items: start;
    /* flex-direction: column; */
    max-width: 1200px;
}
.checkout.woocommerce-checkout .col {
    /* display: none; */
    /* flex-basis: 100%; */
    /* max-width: 100%; */
}
.checkout.woocommerce-checkout .col-inner {
    background: white;
    border: none;
    border-radius: 20px;
    box-shadow: 2px 2px 6px #0000004d;
}
#customer_details .woocommerce-billing-fields {
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 6px #0000004d;
    border: none;
    padding: 30px;
}
.woocommerce-additional-fields {display: none;}
.woocommerce-billing-fields p {
    /* margin: 0; */
    /* width: 100%; */
    display: block;
}
.message-wrapper .message-container {
    font-size: 14px;
    max-width: 1140px;
    padding: 10px;
	display: none;
}
.checkout-inline-error-message {
    font-size: 12px;
    color: red;
    margin: 4px 0 0;
    /* font-weight: 500; */
    margin-left: 3px;
}
.neo-form .fl-wrap {margin-bottom: 20px;}
#customer_details .woocommerce-billing-fields label, .neo-form .fl-wrap label {
    margin: 0;
    z-index: 88;
    visibility: visible;
    opacity: 1;
    left: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #4348c5;
    position: absolute;
    line-height: 1;
}
#customer_details .woocommerce-input-wrapper input, #customer_details .woocommerce-input-wrapper select,
.neo-form  .fl-wrap input, .neo-form .fl-wrap select {
    border: none;
    padding: 5px 10px 0px;
    margin: 0;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    box-shadow: unset;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #d0f0ff inset; /* nền xanh nhạt */
    -webkit-text-fill-color: #003366; /* màu chữ */
    transition: background-color 5000s ease-in-out 0s;
    background: red;
}
#customer_details .woocommerce-input-wrapper input::placeholder {color: grey;font-weight: normal;font-size: 14px;}
.fl-wrap {
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    overflow: hidden;
    padding-top: 15px;
    background: white;
}
#payment button#place_order {
    border-radius: 12px;
    font-size: 18px;
    height: 50px;
    background: #37C2C7;
    background: linear-gradient(132deg, rgba(55, 194, 199, 1) 0%, rgba(71, 144, 254, 1) 100%);
    max-width: 300px;
    margin: 20px auto 20px;
}
#cs-stripe-button-container {margin-bottom: 10px;}
.wc_payment_methods.payment_methods {margin-bottom: 0;overflow: hidden;}
.wc_payment_methods.payment_methods .wc_payment_method {overflow: hidden;padding: 10px 0;}
.wc_payment_methods.payment_methods .wc_payment_method input {margin-left: 0;}
.payment_box {font-size: 16px;}
.woocommerce-privacy-policy-text {font-size: 14px;}
form.checkout h3 {font-size: 24px !important;padding-top: 0 !important;}
.wrap-auth-page {
    padding: 80px 20px;
}
.wrap-auth-page .row {
    padding: 50px 30px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #0000002b;
}
.wrap-auth-page form {margin-bottom: 0;}
.neo-form .bottom-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.neo-form .bottom-form a {
    font-size: 14px;
}
.neo-form button, .neo-form .button {
    margin: 0;
    background: #37C2C7;
    background: linear-gradient(132deg,rgba(55, 194, 199, 1) 0%, rgba(71, 144, 254, 1) 100%);
    color: white;
    text-transform: none;
    font-weight: 500;
    min-width: 250px;
    border-radius: 40px;
    height: 50px;
    line-height: 50px;
}
.pgb-error {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #d6312e;
}
#login-google {
    min-width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
    background-image: url(../images/google.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    background-color: #131313;
    padding-left: 12px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

/********* ACCOUNT ********/
.pgd-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10px 50px;
}
#pgd-sidebar {
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 10px;
}
#pgd-sidebar .user {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}
#pgd-sidebar .user .avatar {
    min-width: 46px;
    border-radius: 50px;
    overflow: hidden;
    width: 46px;
}
#pgd-sidebar .user-info {flex: 1;}
#pgd-sidebar .user .username {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    max-width: 220px;
}
#pgd-sidebar .user .email {
    font-size: 13px;
    margin: 0;
}
#pgd-content {
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 10px;
}
#pgd-sidebar .action {
    display: flex;
    gap: 10px;
}
#pgd-sidebar .action a {
    flex: 1;
    text-align: center;
    font-size: 14px;
    height: 40px;
    border: 1px solid #4348c5;
    color: #4348c5;
    line-height: 38px;
    font-weight: 500;
    border-radius: 7px;
}
#pgd-sidebar .action a.delete {
    border-color: #d00000;
    color: #d00000;
}
.box-white {
    background: white;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0px 0px 4px #0000001f;
}
.box-white .box-title {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
}
.account-menu {
    border-bottom: 1px dashed #ebebeb;
    padding: 10px 0;
}
.account-menu li {
    list-style: none;
    margin-bottom: 15px;
}
.account-menu li a {
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.account-menu li.current-page a {
    color: #487fc6;
    font-weight: 500;
}
.account-menu li a img {
    width: 24px;
}
.list-order table {margin: 0;font-size: 16px;}
.list-order table tr:last-child td {border: none;}
.warning {
    font-size: 14px;
    background: #c71d1117;
    padding: 15px;
    border-left: 3px solid #c71d11;
    border-radius: 6px;
}
#deleteForm {margin-bottom: 0;}
#deleteForm button {
    background: #d00000;
    border-radius: 7px;
    color: white;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    height: 40px;
}

@media screen and (max-width: 580px){
    .wrap-auth-page .row {padding: 30px 10px 0;}
	.box-white {padding:0;box-shadow: unset;border-radius: 0;background: transparent;margin: 0 -10px;}
    #customer_details .woocommerce-billing-fields, .checkout.woocommerce-checkout .col-inner {background: none;}
    .checkout.woocommerce-checkout .col {padding: 0 10px;}
}