.my-account-container{
    max-width: 100%;
    padding: 64px;
    background-color: #eee;
}
.NK-form{
    margin: 0;
    position: relative;
}
.NK-form label{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 12px;
}
.NK-form a.forget-password{
    font-size: 16px;
    line-height: 24px;
    color: var(--ajax-login-body-text-color);
}
.NK-form .NK-form-group{
    position: relative;
}
.NK-form .NK-form-group:not(:last-of-type){
    margin-bottom: 20px;
}
.NK-form .NK-input::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.NK-form .NK-input{
    border: 1px solid var(--ajax-login-border-color);
    height: 50px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 0;
    box-shadow: none !important;
    width: 100% !important;
    background-color: var(--ajax-login-white-color);
    margin: 0 !important;
}
.NK-form .NK-input:focus{
    border-color: var(--ajax-login-main-color);
}
.nk-login-radius .NK-form .NK-input,
.nk-login-radius .NK-form button.submit-form-btn{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.nk-login-dark-mode .NK-form .NK-input{
    background-color: var(--ajax-login-black-color);
    color: var(--ajax-login-white-color);
}
.nk-login-dark-mode section.account-login-page .ajax-form-wrapper{
    background-color: var(--ajax-login-black-color);
    -webkit-backdrop-filter: blur(.625em);
    backdrop-filter: blur(.625em);
}
.custom-radio-wrap > span.custom-radio{

    background-color: var(--ajax-login-black-color);
}
.nk-login-dark-mode .NK-show-password path{
    stroke: #FFF;
}
.NK-form .radio-wrap label{
    margin: 0;
}
.NK-form .radio-wrap .radio-item{
    margin-left: 20px;
}
.NK-form .radio-wrap{
    display: flex;
    align-items: center;
}
.NK-button,
.NK-form button.submit-form-btn{
    color: var(--ajax-login-white-color);
    outline: none !important;
    width: 100%;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid var(--ajax-login-main-color);
    background-color: var(--ajax-login-main-color);
    color: var(--ajax-login-white-color);
    margin: 0;
    text-transform: initial;
}
.NK-button{
    width: max-content;
    max-width: 100%;
    gap: 10px
}
.NK-button span.icon{
    display: flex;
}
.NK-button:hover{
    background-color: var(--ajax-login-white-color);
    color: var(--ajax-login-main-color);
}
.NK-form button.submit-form-btn{
    height: 50px;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.NK-form .NK-form-input{
    position: relative;
}
.NK-form .NK-form-error-mess{
    background-color: var(--ajax-login-error-color);
    border-radius: 20px;
    color: var(--ajax-login-white-color);
    box-sizing: border-box;
    line-height: normal;
    height: calc(100% - 10px);
    text-align: left;
    margin: 0;
    padding-left: 16px;
    padding-right: 36px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    opacity: 0;
    transform: translateY(-100%);
    position: absolute;
    pointer-events: none;
    z-index: 8;
    left: 5px;
    right: 5px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.NK-form .NK-form-error-mess .content-error{
    font-size: 14px;
    flex-grow: 1;
    width: max-content;
    display: inline-block;
}
.NK-form .invalid .NK-form-error-mess{
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    top: 50%;
}
.NK-form .invalid .NK-form-error-mess:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyAxTDEgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03IDdMMSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
}
.NK-form.is-submitting{
    pointer-events: none !important;
}
.NK-form.is-submitting > div{
    filter: blur(4px);
}
.NK-form.is-submitting:before{
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    z-index: 8;
    border: 5px solid var(--ajax-login-border-color);
    border-bottom-color: var(--ajax-login-main-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}
.NK-form .form-respond-output{
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    color: var(--ajax-login-white-color);
    padding: 4px 16px;
    text-align: center;
    display: none;
}
.form-respond-warning{
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    color: var(--ajax-login-white-color);
    padding: 4px 16px;
    text-align: center;
    background-color: var(--ajax-login-warning-color);
    display: block;
}
.NK-form.is-failed .form-respond-output{
    background-color: var(--ajax-login-error-color);
    display: block;
}
.NK-form.is-success .form-respond-output{
    background-color: var(--ajax-login-success-color);
    display: block;
}
section.account-login-page{
    padding: 100px 0;
}
section.account-login-page .ajax-form-wrapper{
    width: 760px;
    max-width: calc(100% - 30px);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--ajax-login-white-color);
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}
section.account-login-page .ajax-form-wrapper.smaller-form{
    width: 700px;
}
.ajax-form-title{
    text-align: center;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ajax-login-main-color);
    margin-bottom: 10px;
}
.ajax-form-desc{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 10px;
}
section.account-login-page .ajax-form-wrapper .ajax-form-redirect{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 30px;
}
.text-center{
    text-align: center;
}
.d-flex{
    display: flex;
}
.ai-center{
    align-items: center;
}
.jc-between{
    justify-content: space-between;
}
.m-0{
    margin: 0 !important;
}
.custom-radio-wrap > input[type='radio'],
.custom-radio-wrap > input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.custom-radio-wrap{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom-radio-wrap > span.custom-radio{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--ajax-login-main-color);
    position: relative;
    background-color: var(--ajax-login-white-color);
    display: flex;
    margin-right: 12px
}
.custom-radio-wrap > span.custom-radio:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border: 7px solid var(--ajax-login-main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-radio-wrap > input:checked+span.custom-radio:before{
    opacity: 1;
}
.mt-2{
    margin-top: 20px;
}
.mt-4{
    margin-top: 40px;
}
.NK-show-password{
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.NK-show-password.active:before{
    width: 110%;
    height: 1.5px;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background-color: var(--ajax-login-body-text-color);
    transform: translate(-50%, -50%) rotateZ(30deg);
}

.NK-result-notify .notify-circle-icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto auto 50px;
}
.NK-result-notify.error .notify-circle-icon{
    border: 2px solid red;
}
.NK-result-notify.success-box .notify-circle-icon{
    border: 2px solid green;
}
.NK-result-notify .NK-notify-title{
    color: var(--ajax-login-body-text-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.NK-result-notify .NK-notify-message{
    font-size: 16px;
    color: var(--ajax-login-body-text-color);
    font-weight: 400;
}
.NK-result-notify .NK-notify-message b{
    font-size: 20px;
    font-weight: 600;
}
.NK-result-notify.success-box .NK-notify-message a{
    text-decoration: underline;
    font-weight: 600;
    color: var(--ajax-login-body-text-color);
}
.NK-result-notify.success-box .NK-notify-message{
    font-size: 18px;
}
.NK-socials-login{
    text-align: center;
}
.NK-socials-login .log-options{
    margin-top: 20px !important;
    justify-content: center;
}
.NK-socials-login .log-options .nsl-button-label-container{
    display: none !important;
}
.NK-socials-login .log-options .nsl-container .nsl-container-buttons > a{
    margin: 0 !important;
}
.NK-socials-login .log-options .nsl-container .nsl-container-buttons{
    grid-template-columns: unset;
    padding: 0 !important;
}
.NK-socials-login .log-options .nsl-button{
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 54px !important;
    height: 54px !important;
    padding: 12px;
    border: 1px solid #E2E2E2
}
.NK-socials-login .log-options .nsl-button .nsl-button-svg-container > svg{
    width: 100%;
    height: 100%;
}
.NK-socials-login .log-options .nsl-button .nsl-button-svg-container{
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.NK-my-account{
    display: flex;
    align-items: flex-start;
}
.NK-my-account .NK-my-account-nav-wrap{
    width: 25%;
    padding: 0 10px;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-information{
    text-align: center;
    padding: 40px;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar{
    margin-bottom: 12px;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 0 0;
    word-break: break-word;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link{
    margin: 0;
    padding: 0;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav > li.NK-my-account-nav-link+li.NK-my-account-nav-link{
    margin-top: 10px;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    padding: 16px 24px;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg{
    width: 24px;
    height: 24px;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg path{
    transition: all 0.4s;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:after{
    position: relative;
    display: block;
    margin-left:  auto;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iIzI3MkQzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuNSA1LjI1TDIwLjI1IDEyTDEzLjUgMTguNzUiIHN0cm9rZT0iIzI3MkQzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat !important;
    background-size: cover !important;
    width: 24px;
    min-width: 24px;
    height: 24px;
    transform: unset; bottom: unset;
    left: unset;
    content: '';
    transition: all 0.4s;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover:after,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a:after{
    filter: brightness(0) invert(1);
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a{
    background-color: var(--ajax-login-main-color);
    color: #FFF;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover path, .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a path{
    stroke: #FFF;
}
.NK-my-account .NK-my-account-content{
    padding: 0 10px 0 45px;
    width: 75%;
}
.NK-my-account .NK-my-account-content #NK-reset-form{
    width: 50%;
}
#NK-update-profile-form{
    display: flex;
    align-items: flex-start;
}
#NK-update-profile-form .avatar-wrap label{
    position: relative;
    width: 144px;
    height: 144px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0;
    cursor: pointer;
}
#NK-update-profile-form .avatar-wrap label img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#NK-update-profile-form .avatar-wrap .avatar-overlay{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#NK-update-profile-form .avatar-wrap input{
    display: none !important;
}
#NK-update-profile-form .avatar-wrap .avatar-overlay:hover{
    opacity: 1;
}
#NK-update-profile-form .avatar-wrap{
    margin-right: 48px;
}
#NK-update-profile-form .form-fields-wrap{
    flex-grow: 1;
}
.NK-my-account-inner{
    background-color: #FFF;
    padding: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.NK-order-item{
    display: flex;
    box-shadow: 0 0 5px #dedede;
    margin-bottom: 20px;
    padding: 16px;
}
.NK-order-item .order-item-thumbnail{
    width: 20%;
    padding-right: 16px;
    border-right: 1px solid #dedede;
}
.NK-order-item .order-item-actions{
    width: 20%;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.NK-order-item .order-item-actions > a{
    margin: 8px 0;
}
.NK-order-item .order-item-details{
    flex-grow: 1;
    padding: 0 16px;
    border-right: 1px solid #dedede;
}
.NK-order-item .order-item-details table{
    border: none !important;
    margin: 0;
}
.NK-order-item .order-item-details h3.order-id{
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}
.NK-order-item .order-item-details table th{
    padding: 8px 16px 8px 0;
    border: none;
    text-transform: unset;
    color: #000;
    width: 50%;
    border-bottom: 1px solid #dedede;
}
.NK-order-item .order-item-details table td{
    padding: 0 0 0 16px;
    border: none;
    color: var(--ajax-login-main-color);
    border-bottom: 1px solid #dedede;
}
.NK-order-item .order-item-details table tr.order-status span{
    width: 100px;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFF;
    display: block;
}
.NK-order-item .order-item-details table tr.order-status span.pending{
    background: #FFA500;
}
.NK-order-item .order-item-details table tr.order-status span.success{
    background: var(--ajax-login-success-color);
}
.NK-order-item .order-item-details table tr.order-status span.cancel{
    background: #808080;
}
.NK-order-item .order-item-details table tr.order-status span.failed{
    background: var(--ajax-login-error-color);
}
.NK-order-item .order-item-details table tr.order-status span.processing:after,
.NK-order-item .order-item-details table tr.order-status span.processing:before{
    display: none;
}
.NK-order-item .order-item-details table tr.order-status span.processing{
    background: #0000FF;
}
.NK-forms-popup{
    opacity: 0;
    visibility: hidden !important;
    pointer-events: none !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.NK-forms-popup .bg-close{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.8;
}
.NK-forms-popup .NK-popup-inner{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.NK-forms-popup .NK-popup-inner{
    width: 720px;
    max-width: 100%;
    box-shadow: 0 4px 20px 0 #1477C014;
    background-color: var(--ajax-login-white-color);
    margin-left: auto;
    margin-right: auto;
    padding: 30px 70px;
}
.nk-login-radius .NK-forms-popup .NK-popup-inner{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.NK-forms-popup .NK-popup-inner .popup-tabs-wrap{
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.NK-forms-popup .NK-popup-inner .popup-tabs-wrap .popup-item{
    width: 100%;
    min-width: 100%;
    display: none;
}
.NK-forms-popup .NK-popup-inner .popup-tabs-wrap .popup-item.is-active{
    display: block;
    animation: NK-fade-up 1s;
}
.NK-forms-popup .NK-form .NK-form-group:not(.signup-gender) label{
    display: none !important;
}
.NK-forms-popup .NK-form .NK-form-group:not(:last-of-type){
    margin-bottom: 20px;
}
@keyframes NK-fade-up {
    from{
        opacity: 0;
        transform: translateY(40px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.NK-forms-popup .popup-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.NK-forms-popup .popup-navigation > div{
    color: var(--ajax-login-black-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
}
.NK-forms-popup .ajax-form-desc{
    margin-bottom: 30px;
}
.socials-login-heading{
    color: var(--ajax-login-black-color);
    font-weight: 700;
    margin-bottom: 0;
}
.ui-datepicker{
    background: #FFF;
    z-index: 9999 !important;
    box-shadow: 0 0 12px 0 #c3c3c3;
}
.ui-datepicker .ui-datepicker-header{
    display: flex;
    align-items: center;
    padding: 10px 4px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{
    display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px !important;
    width: 7px !important;
    padding: 14px 12px;
    margin: 0 !important;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
    order: 3;
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px !important;
    width: 8px !important;
    padding: 14px 12px;
    margin: 0 !important;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    flex-grow: 1;
    gap: 8px
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title > select{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    flex-grow: 1;
    height: 36px;
    padding: 0 20px 0 10px;
}
.ui-datepicker .ui-datepicker-calendar{
    padding: 4px;
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th{
    color: #000;
    font-size: 12px;
    font-weight:700;
    line-height: 16px;
    text-align: center;
    padding: 4px;
    border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody td{
    border: 1px solid #FFF;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody td > a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today > a{
    color: #FFF;
    background: #a7a7a7;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-calendar tbody td:hover > a{
    color: #FFF !important;
    background: var(--ajax-login-main-color);
}
.NK-forms-popup.is-active{
    opacity: 1;
    visibility: unset !important;
    pointer-events: unset !important;
}
.NK-forms-popup.is-active .NK-popup-inner{
    transform: translate(-50%, -50%) scale(1);
}
.my-account-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--ajax-login-border-color);
}
.my-account-heading .NK-button{
    flex: 0 0 auto;
}
.my-account-heading h1{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ajax-login-main-color);
    margin: 0;
}
.NK-orders-list.woo-orders{
    box-shadow: 0 0 20px 0 #d4d4d4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.NK-orders-list.woo-orders .order-item-row,
.NK-orders-list.woo-orders .order-list-title{
    display: flex;
}
.NK-orders-list.woo-orders .order-list-title{
    background-color: var(--ajax-login-main-color);
    color: #FFF;
    text-align: center;
}
.NK-orders-list.woo-orders .order-item-column{
    min-height: 50px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NK-orders-list.woo-orders .order-list-title .order-item-column{
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.NK-orders-list.woo-orders .order-list .order-item-column{
    border-right: 1px solid rgb(213, 213, 213);
}
.NK-orders-list.woo-orders .order-item-column:nth-child(1){
    width: 10%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(2){
    width: 20%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(3){
    width: 20%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(4){
    width: 30%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(5){
    width: 20%;
}
.NK-orders-list.woo-orders .order-item-column .title{
    display: none;
}
.NK-orders-list.woo-orders .order-item-column .value > a.text-primary{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--ajax-login-main-color);
}
.NK-orders-list.woo-orders .order-item-column .value{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.NK-orders-list.woo-orders .order-item:nth-of-type(even){
    background-color: #f1f1f1;
}
.NK-order-details .order-details-table{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 #d4d4d4;
}
.NK-order-details .order-details-table thead th{
    background: var(--ajax-login-main-color);
    padding: 12px 32px;
    color: #FFF;
    border-bottom: none;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial;
}
.NK-order-details .order-details-table thead th.product-name{
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    text-align: left;
}
.NK-order-details .order-details-table tbody td{
    padding: 12px 32px;
    border-bottom: none;
    background: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.NK-order-details .order-details-table tbody td:first-of-type{
    border-right: 1px solid rgb(213, 213, 213);
    width: 66%;
}
.NK-order-details .order-details-table tfoot th{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    text-transform: initial;
    border: none;
    padding: 6px 12px 6px 32px;
}
.NK-order-details .order-details-table tfoot td{
    border: none;
    padding: 6px 32px 6px 12px;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
.NK-order-details .order-details-table tfoot .order_total td{
    font-size: 24px;
    line-height: 30px;
}
.NK-order-details .order-details-table tfoot tr:first-of-type > *{
    border-top: 1px solid rgb(213, 213, 213);
    padding-top: 16px;
}
.NK-order-details .order-details-table tfoot tr:last-of-type > *{
    padding-bottom: 16px;
}
.NK-order-details .order-addresses{
    margin-top: 40px;
}
.NK-order-details .order-addresses ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.NK-order-details .order-addresses ul > li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(142, 142, 142);
    margin-bottom: 8px;
}
.NK-order-details .order-addresses ul > li > strong{
    color: #333;
}
span.NK-order-status{
    margin-right: auto;
    display: flex;
    width: max-content;
    padding: 6px 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
}
span.NK-order-status.is-pending{
    background-color: #f0ad4e;
}
span.NK-order-status.is-on-hold{
    background: #f7b924;
}
span.NK-order-status.is-refunded{
    background: #ab47bc;
}
span.NK-order-status.is-completed{
    background: var(--ajax-login-success-color);
}
span.NK-order-status.is-cancelled{
    background: #6c757d;
}
span.NK-order-status.is-failed{
    background: var(--ajax-login-error-color);
}
span.NK-order-status.is-processing{
    background: #5bc0de;
}
.NK-order-details .my-account-heading h1{
    width: max-content;
    max-width: 70%;
}
.NK-notify-box .notify-text{
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.NK-notify-box .notify-text:before{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    margin-right: 10px;
}
.NK-notify-box .notify-text.error-type{
    background-color: #ffeeee;
    color: #eb0000;
}
.NK-notify-box .notify-text.success-type{
    background-color: #f7fff7;
    color: #069206;
}
.NK-notify-box .notify-text.warning-type{
    background-color: #fffdf6;
    color: #f6c50d;
}
.NK-notify-box .notify-text.success-type:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUyIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3IDkuNDE1MDYgMjAuNzE4OCA2LjkzNjg0IDE4Ljg5MSA1LjEwOTAxQzE3LjA2MzIgMy4yODExOCAxNC41ODQ5IDIuMjUyOTkgMTIgMi4yNVYyLjI1Wk0xNi42NDM2IDEwLjI5MjdMMTEuMTQzMSAxNS41NDI3QzExLjAwMzIgMTUuNjc1OCAxMC44MTc2IDE1Ljc1IDEwLjYyNDUgMTUuNzVDMTAuNDMxNSAxNS43NSAxMC4yNDU4IDE1LjY3NTggMTAuMTA2IDE1LjU0MjdMNy4zNTY0NSAxMi45MTc3QzcuMjEyOCAxMi43ODAxIDcuMTI5NjUgMTIuNTkxMSA3LjEyNTI0IDEyLjM5MjNDNy4xMjA4NCAxMi4xOTM0IDcuMTk1NTUgMTIuMDAwOSA3LjMzMjk3IDExLjg1NzFDNy40NzAzOCAxMS43MTMzIDcuNjU5MjcgMTEuNjI5OSA3Ljg1ODEzIDExLjYyNTJDOC4wNTY5OSAxMS42MjA2IDguMjQ5NTYgMTEuNjk1IDguMzkzNTYgMTEuODMyM0wxMC42MjQ1IDEzLjk2MjlMMTUuNjA2NCA5LjIwNzI4QzE1Ljc1MDQgOS4wNzAwNCAxNS45NDMgOC45OTU1OCAxNi4xNDE5IDkuMDAwMjNDMTYuMzQwNyA5LjAwNDg5IDE2LjUyOTYgOS4wODgyOCAxNi42NjcgOS4yMzIxQzE2LjgwNDUgOS4zNzU5MiAxNi44NzkyIDkuNTY4NDEgMTYuODc0OCA5Ljc2NzI3QzE2Ljg3MDQgOS45NjYxNCAxNi43ODcyIDEwLjE1NTEgMTYuNjQzNiAxMC4yOTI3VjEwLjI5MjdaIiBmaWxsPSIjMDY5MjA2Ii8+Cjwvc3ZnPgo=");
}
.NK-notify-box .notify-text.warning-type:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUxIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3MSA5LjQxNTAzIDIwLjcxODkgNi45MzY3OCAxOC44OTExIDUuMTA4OTNDMTcuMDYzMiAzLjI4MTA4IDE0LjU4NSAyLjI1MjkyIDEyIDIuMjVWMi4yNVpNMTEuMjUgNy41QzExLjI1IDcuMzAxMDkgMTEuMzI5IDcuMTEwMzIgMTEuNDY5NyA2Ljk2OTY3QzExLjYxMDMgNi44MjkwMiAxMS44MDExIDYuNzUgMTIgNi43NUMxMi4xOTg5IDYuNzUgMTIuMzg5NyA2LjgyOTAyIDEyLjUzMDMgNi45Njk2N0MxMi42NzEgNy4xMTAzMiAxMi43NSA3LjMwMTA5IDEyLjc1IDcuNVYxMi43NUMxMi43NSAxMi45NDg5IDEyLjY3MSAxMy4xMzk3IDEyLjUzMDMgMTMuMjgwM0MxMi4zODk3IDEzLjQyMSAxMi4xOTg5IDEzLjUgMTIgMTMuNUMxMS44MDExIDEzLjUgMTEuNjEwMyAxMy40MjEgMTEuNDY5NyAxMy4yODAzQzExLjMyOSAxMy4xMzk3IDExLjI1IDEyLjk0ODkgMTEuMjUgMTIuNzVWNy41Wk0xMiAxNy4yNUMxMS43Nzc1IDE3LjI1IDExLjU2IDE3LjE4NCAxMS4zNzUgMTcuMDYwNEMxMS4xOSAxNi45MzY4IDExLjA0NTggMTYuNzYxMSAxMC45NjA2IDE2LjU1NTVDMTAuODc1NSAxNi4zNSAxMC44NTMyIDE2LjEyMzggMTAuODk2NiAxNS45MDU1QzEwLjk0IDE1LjY4NzMgMTEuMDQ3MiAxNS40ODY4IDExLjIwNDUgMTUuMzI5NUMxMS4zNjE4IDE1LjE3MjIgMTEuNTYyMyAxNS4wNjUgMTEuNzgwNSAxNS4wMjE2QzExLjk5ODggMTQuOTc4MiAxMi4yMjUgMTUuMDAwNSAxMi40MzA1IDE1LjA4NTZDMTIuNjM2MSAxNS4xNzA4IDEyLjgxMTggMTUuMzE1IDEyLjkzNTQgMTUuNUMxMy4wNTkgMTUuNjg1IDEzLjEyNSAxNS45MDI1IDEzLjEyNSAxNi4xMjVDMTMuMTI1IDE2LjQyMzQgMTMuMDA2NSAxNi43MDk1IDEyLjc5NTUgMTYuOTIwNUMxMi41ODQ1IDE3LjEzMTUgMTIuMjk4NCAxNy4yNSAxMiAxNy4yNVoiIGZpbGw9IiNGNkM1MEQiLz4KPC9zdmc+Cg==");
}
.NK-notify-box .notify-text.error-type:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUyIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3IDkuNDE1MDYgMjAuNzE4OCA2LjkzNjg0IDE4Ljg5MSA1LjEwOTAxQzE3LjA2MzIgMy4yODExOCAxNC41ODQ5IDIuMjUyOTkgMTIgMi4yNVYyLjI1Wk0xNS41MzAzIDE0LjQ2OTdDMTUuNiAxNC41MzkzIDE1LjY1NTQgMTQuNjIyIDE1LjY5MzIgMTQuNzEzQzE1LjczMSAxNC44MDQgMTUuNzUwNCAxNC45MDE2IDE1Ljc1MDUgMTUuMDAwMkMxNS43NTA1IDE1LjA5ODcgMTUuNzMxMiAxNS4xOTYzIDE1LjY5MzUgMTUuMjg3NEMxNS42NTU4IDE1LjM3ODQgMTUuNjAwNSAxNS40NjEyIDE1LjUzMDggMTUuNTMwOEMxNS40NjEyIDE1LjYwMDUgMTUuMzc4NCAxNS42NTU4IDE1LjI4NzQgMTUuNjkzNUMxNS4xOTYzIDE1LjczMTIgMTUuMDk4NyAxNS43NTA1IDE1LjAwMDIgMTUuNzUwNUMxNC45MDE2IDE1Ljc1MDQgMTQuODA0MSAxNS43MzEgMTQuNzEzIDE1LjY5MzJDMTQuNjIyIDE1LjY1NTQgMTQuNTM5MyAxNS42IDE0LjQ2OTcgMTUuNTMwM0wxMiAxMy4wNjA1TDkuNTMwMjggMTUuNTMwM0M5LjM4OTU5IDE1LjY3MDcgOS4xOTg5MiAxNS43NDk1IDkuMDAwMTcgMTUuNzQ5NEM4LjgwMTQyIDE1Ljc0OTIgOC42MTA4MyAxNS42NzAyIDguNDcwMyAxNS41Mjk3QzguMzI5NzYgMTUuMzg5MiA4LjI1MDc1IDE1LjE5ODYgOC4yNTA2NSAxNC45OTk4QzguMjUwNTQgMTQuODAxMSA4LjMyOTM0IDE0LjYxMDQgOC40Njk3MyAxNC40Njk3TDEwLjkzOTUgMTJMOC40Njk3MyA5LjUzMDI3QzguMzI5MzQgOS4zODk1OCA4LjI1MDU0IDkuMTk4OTIgOC4yNTA2NSA5LjAwMDE3QzguMjUwNzUgOC44MDE0MSA4LjMyOTc2IDguNjEwODMgOC40NzAzIDguNDcwMjlDOC42MTA4MyA4LjMyOTc1IDguODAxNDIgOC4yNTA3NSA5LjAwMDE3IDguMjUwNjRDOS4xOTg5MiA4LjI1MDU0IDkuMzg5NTkgOC4zMjkzNCA5LjUzMDI4IDguNDY5NzNMMTIgMTAuOTM5NUwxNC40Njk3IDguNDY5NzNDMTQuNjEwNCA4LjMyOTM0IDE0LjgwMTEgOC4yNTA1NCAxNC45OTk4IDguMjUwNjRDMTUuMTk4NiA4LjI1MDc1IDE1LjM4OTIgOC4zMjk3NSAxNS41Mjk3IDguNDcwMjlDMTUuNjcwMyA4LjYxMDgzIDE1Ljc0OTMgOC44MDE0MSAxNS43NDk0IDkuMDAwMTdDMTUuNzQ5NSA5LjE5ODkyIDE1LjY3MDcgOS4zODk1OCAxNS41MzAzIDkuNTMwMjdMMTMuMDYwNiAxMkwxNS41MzAzIDE0LjQ2OTdaIiBmaWxsPSIjRUIwMDAwIi8+Cjwvc3ZnPgo=");
}
.header-account-item .sub-menu {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
    transform: translateY(40px);
    opacity: 0;
    background-color: #FFF;
    z-index: 99;
    pointer-events: none;
    box-shadow: 0 0 12px 0 #c3c3c3;
    width: max-content;
    max-width: 280px;
}
.header-account-item:hover .sub-menu{
    transform: translateY(0);
    opacity: 1;
    pointer-events: unset;
}
.header-account-item .sub-menu > li{
    margin: 0;
    padding: 0;
}
.header-account-item .sub-menu > li > a{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 12px 16px;
    gap: 12px;
    transition: all 0.4s;
}
.header-account-item .sub-menu > li > a > svg{
    width: 20px;
    height: 20px;
}
.header-account-item .sub-menu > li > a path{
    transition: all 0.4s;
}
.header-account-item .sub-menu > li+li > a{
    border-top: 1px solid var(--ajax-login-border-color);
}
.header-account-item .sub-menu > li > a:hover{
    color: var(--ajax-login-main-color);
}
.header-account-item .sub-menu > li > a:hover path{
    stroke: var(--ajax-login-main-color);
}
@media only screen and (max-width: 1199px){
    .NK-my-account .NK-my-account-nav-wrap{
        width: 30%;
    }
    .NK-my-account .NK-my-account-content{
        width: 70%;
    }
    .NK-my-account-inner{
        padding-left: 40px;
    }
    .my-account-container {
        padding: 32px;
    }
    .NK-my-account .NK-my-account-content{
        padding-left: 10px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information{
        padding: 20px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar img{
        width: 100px;
        height: 100px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
        font-size: 20px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a {
        font-size: 15px;
        padding: 12px 16px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg{
        width: 20px;
        height: 20px;
    }
    .NK-my-account-inner{
        padding: 20px;
    }
    .my-account-heading h1{
        font-size: 30px;
        line-height: 1.4;
    }
    #NK-update-profile-form .avatar-wrap{
        margin-right: 24px;
    }
    #NK-update-profile-form .avatar-wrap label{
        width: 120px;
        height: 120px;
    }
    .NK-form .NK-input{
        height: 42px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .custom-radio-wrap > span.custom-radio{
        width: 20px;
        height: 20px;
    }
    .custom-radio-wrap > span.custom-radio:before{
        border-width: 5px;
    }
    .NK-form button.submit-form-btn{
        height: 42px;
    }
    .NK-my-account .NK-my-account-content #NK-reset-form{
        width: 100%;
    }
    .NK-button{
        font-size: 14px;
        padding: 6px 12px;
    }
    .NK-orders-list.woo-orders .order-item-column .value{
        font-size: 14px;
    }
    span.NK-order-status{
        font-size: 12px;
    }
    .NK-orders-list.woo-orders .order-item-column .value > a.text-primary {
        font-size: 16px;
    }
    .NK-notify-box .notify-text{
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px){
    .ajax-form-title{
        font-size: 40px;
    }
    section.account-login-page{
        padding: 60px 0;
    }
    #NK-update-profile-form{
        flex-direction: column;
        align-items: center;
    }
    #NK-update-profile-form .form-fields-wrap{
        padding-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    .NK-my-account{
        flex-wrap: wrap;
    }
    .NK-my-account .NK-my-account-nav-wrap,
    .NK-my-account .NK-my-account-content{
        width: 100%;
    }
    .NK-my-account-inner{
        padding: 16px;
    }
    #NK-update-profile-form .avatar-wrap .avatar-overlay{
        opacity: 1;
    }
    h1.my-account-heading{
        font-size: 32px;
    }
    .NK-my-account .touch-scroll-table{
        box-shadow: unset !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .my-account-container{
        padding: 32px 10px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link {
        margin: 0 !important;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
        padding: 8px 12px;
    }
}
@media only screen and (max-width: 767px){
    section.account-login-page{
        padding: 40px 0;
    }
    section.account-login-page .ajax-form-wrapper{
        padding: 20px;
    }
    section.account-login-page .ajax-form-wrapper .ajax-form-title{
        font-size: 26px;
    }
    .ajax-form-desc{
        font-size: 16px;
        line-height: 20px;
    }
    .custom-radio-wrap > span.custom-radio{
        width: 18px;
        height: 18px;
    }
    .custom-radio-wrap > span.custom-radio:before{
        border-width: 4px;
    }
    .NK-form .NK-form-group > label{
        margin-bottom: 6px;
        display: inline-block;
    }
    .NK-form .NK-form-group.radio-wrap{
        flex-wrap: wrap;
    }
    .NK-form .NK-form-group.radio-wrap > label{
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    .NK-form input[type='text'], .NK-form input[type='password'], .NK-form input[type='email'], .NK-form input[type='tel'], .NK-form input[type='date']{
        height: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .NK-button, .NK-form button.submit-form-btn{
        line-height: 16px;
    }
    .NK-form button.submit-form-btn{
        height: 40px;
    }
    .NK-form .NK-form-group:not(:last-of-type){
        margin-bottom: 16px;
    }
    .NK-form .form-respond-output,
    .NK-form a.forget-password,
    .NK-form input[type='text']::placeholder,
    .NK-form input[type='password']::placeholder,
    .NK-form input[type='email']::placeholder,
    .NK-form input[type='tel']::placeholder,
    .NK-form input[type='date']::placeholder,
    .NK-form input[type='text'], .NK-form input[type='password'], .NK-form input[type='email'], .NK-form input[type='tel'], .NK-form input[type='date'],
    .NK-form .NK-form-group > label{
        font-size: 14px;
        line-height: 20px;
    }
    .NK-form .NK-form-group > label.custom-radio-wrap{
        display: flex !important;
    }
    .NK-form.is-submitting:before{
        width: 56px;
        height: 56px;
        left: calc(50% - 28px);
        right: calc(50% - 28px);
        border-width: 4px;
    }
    .NK-result-notify .NK-notify-message b{
        font-size: 16px;
    }
    .NK-result-notify .NK-notify-title{
        font-size: 24px;
    }
    .NK-result-notify.error .notify-circle-icon svg{
        width: 36px;
        height: 36px;
    }
    .NK-result-notify.error .notify-circle-icon{
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    .NK-my-account .touch-scroll-table table{
        width: 600px;
    }
    .NK-orders-list.woo-orders table thead tr th{
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information{
        display: flex;
        align-items: center;
        padding: 12px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
        margin-top: 0;
        margin-left: 12px;
        font-size: 18px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar{
        margin-bottom: 0;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar img{
        width: 60px;
        height: 60px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar h1.my-account-name{
        text-align: left;
        margin-top: 0;
        margin-left: 20px;
        font-size: 18px;
    }
    .NK-my-account .NK-my-account-nav-inner{
        box-shadow: unset
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link {
        width: 100%;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:after{
        display: none !important;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
        grid-template-columns: repeat(4, 1fr);
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav >li{
        width: 100%;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
        flex-direction: column;
        text-align: center;
        border-bottom: none !important;
        gap: 6px;
        font-size: 12px;
        line-height: 16px;
        height: 100%;
        padding: 10px !important;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a > span{
        margin-right: 0 !important;
        font-size: 13px;
        font-weight: 300;
    }
    .my-account-container{
        padding: 24px 6px;
    }
    .my-account-heading h1{
        font-size: 24px;
    }
    .NK-form .radio-wrap .radio-item{
        margin-left: 0;
        margin-right: 16px;
    }
    .NK-form label{
        font-size: 14px;
    }
    .NK-orders-list.woo-orders{
        box-shadow: unset;
        border-radius: 0;
        overflow: unset;
    }
    .NK-orders-list.woo-orders .order-list-title{
        display: none !important;
    }
    .NK-orders-list.woo-orders .order-item{
        background-color: #FFF !important;
    }
    .NK-orders-list.woo-orders .order-item-row{
        flex-direction: column;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 20px 0 #ececec;
    }
    .NK-orders-list.woo-orders .order-item+.order-item{
        margin-top: 20px;
    }
    .NK-orders-list.woo-orders .order-list .order-item-column{
        border: none !important;
        width: 100% !important;
        padding: 0;
        align-items: unset;
        min-height: unset;
    }
    .NK-orders-list.woo-orders .order-list .order-item-column+.order-item-column .title{
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }
    .NK-orders-list.woo-orders .order-list .order-item-column+.order-item-column .value{
        border-top: 1px solid #d5d5d5;
    }
    .NK-orders-list.woo-orders .order-item-column .title{
        display: block;
        text-align: left;
        background-color: var(--ajax-login-main-color);
        width: 32%;
        padding: 10px;
        font-size: 14px;
        color: #FFF;
    }
    .NK-orders-list.woo-orders .order-item-column .value{
        width: 68%;
        padding: 0 16px;
        display: flex;
        align-items: center;
    }
    span.NK-order-status{
        padding: 4px 12px;
    }
    .NK-button{
        font-size: 13px;
    }
    .NK-order-details .order-details-table thead th{
        padding: 10px 12px;
        font-size: 15px;
    }
    .NK-order-details .order-details-table tbody td{
        padding: 10px 12px;
        font-size: 14px;
    }
    .NK-order-details .order-details-table tfoot td,
    .NK-order-details .order-details-table tfoot th{
        padding: 4px 12px;
        font-size: 13px;
    }
    .NK-order-details .order-details-table tfoot .order_total td{
        font-size: 18px;
    }
    .NK-order-details .order-addresses ul > li{
        font-size: 14px;
    }
}