.logged-in.woocommerce-account #site-footer,
.logged-in.woocommerce-account .header-quicklinks .button-wrap {
    display: none;
}

.logged-in.woocommerce-account .header-footer-group .header-inner .header-navigation-wrapper {
    display: none;
}


.logged-in.woocommerce-account .header-info-user {
    display: block;
}

.logged-in.woocommerce-account .header-quicklinks .login-wrap {
    display: none;
}

.header-info-user .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    margin-left: 20px;
}

.header-info-user .name-user {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A202C;
    text-transform: capitalize;
    margin-right: 2px;
}

body:not(.woocommerce-account) .header-info-user .name-user {
    color: #fff;
}

.fixed-header header.header-footer-group.bkg-white .header-info-user .name-user {
    color: #1A202C;
}


.woocommerce-account .header-quicklinks {
    padding: 0;
}

.header-info-user .avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #303666;
    overflow: hidden;
    position: relative;
}

.header-info-user .avatar-placeholder.has-picture {
    background: transparent;
}

.header-info-user .avatar-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.header-info-user .dropdown {
    position: absolute;
    box-shadow: 3px 4px 17px 0px rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    width: 268px;
    background: #fff;
    top: 58px;
    /* display: none; */
    overflow: hidden;
    right: 0;
}

.header-info-user .dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-info-user .dropdown ul li a,
.header-info-user .dropdown ul li span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.6399999856948853px;
    text-align: left;
    color: #752963;
    width: 100%;
    font-family: 'Poppins';
}

.header-info-user .dropdown ul li a {
    background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 300ms;
    position: relative;
    font-weight: 400;
}

.header-info-user .dropdown ul li:first-child {
    padding-top: 25px;
}

.header-info-user .dropdown ul li:last-child {
    padding-bottom: 25px;
}

.header-info-user .dropdown ul li {
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background-image: url(../../images/yellow-arr-menu.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 20px top 21px;
}
.header-info-user .dropdown ul li:not(:last-child) {
    border-bottom: 1px solid #1B214A;
}
.header-info-user .dropdown ul li.logout-button a {
    color: #1B214A;
}

.header-info-user .dropdown ul li:hover{
    background-color: #303666;
}

.header-info-user .dropdown ul li:hover a{
    color: #EFB257;
}

.logged-in.woocommerce-account .header-footer-group .header-inner .toggle-menu-main {
    display: none;
}

.toggle-menu-dashboard.menu-icon:hover .line:first-child {
    top: 0;
}

.toggle-menu-dashboard.menu-icon:hover .line:last-child {
    top: 0;
}


.hamburger-icon .line {
    width: 48px;
    height: 1px;
    background-color: #1B214A;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.logged-in.woocommerce-account .toggle-menu-dashboard.menu-icon {
    margin-top: 0;
    display: none;
}

.woocommerce-account .toggle-menu-dashboard {
    display: none;
}

.logged-in.woocommerce-account .toggle-menu-dashboard {
    display: block;
}

.toggle-menu-dashboard .hamburger-icon {
    width: 49px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hamburger-icon.active .line {
    width: 30.5px;
}

.toggle-menu-dashboard .hamburger-icon.active {
    padding-right: 10px;
    padding-bottom: 2px;
}

.hamburger-icon.active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.hamburger-icon.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon.active .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

.logged-in.woocommerce-account .section-cms-page h1,
.logged-in.woocommerce-account .header-line,
.logged-in.woocommerce-account .menu-sticky,
.hidden {
    display: none;
}

body:not(.woocommerce-account) .header-footer-group .header-inner .toggle-menu-dashboard {
    display: none;
}

/* Calender */

body .ui-widget-content .ui-state-default {
    border: 0;
    border-radius: 0;
    width: 36px;
    height: 36px;
    background: transparent;
    padding: 0;
    color: #1B214A;
}

body .ui-widget-content .ui-state-default:hover,
body .ui-widget-content .ui-state-default.ui-state-active {
    background: #303666;
    color: #fff;
}

body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
    width: 36px;
    height: 36px;
}

body .ui-datepicker .ui-datepicker-next {
    right: 0;
}

body .ui-datepicker .ui-datepicker-prev {
    left: 0;
    right: inherit;
}

body .ui-datepicker {
    border: 1px solid rgba(172, 206, 236, 0.8);
    width: 284px;
    padding: 16px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
    top: 0;
}

body .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border: 0;
}

body .ui-datepicker .ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next-hover {
    top: 0;
}

body .ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}

body .ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

body .ui-priority-secondary,
body .ui-widget-content .ui-priority-secondary,
body .ui-widget-header .ui-priority-secondary {
    opacity: .4;
}

body .ui-datepicker .ui-datepicker-title {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #1B214A;
    margin: 0;
}

body .ui-datepicker th {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #1B214A;
    width: 36px;
    height: 36px;
    padding: 0;
    padding-bottom: 8px;
}

body .ui-datepicker td {
    padding: 0;
    padding-bottom: 4px;
}

body .ui-datepicker td.weekend-disabled {
    opacity: 1;
}

body .ui-datepicker table {
    margin: 0;
}

body .ui-datepicker .ui-datepicker-header {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    height: 36px;
    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;
}

/* End Calender */

@media (min-width: 1025px){
    .header-info-user .dropdown {
        top: 64px;
    }
}
@media only screen and (max-width: 1160.98px) {
    .toggle-menu-dashboard .hamburger-icon.active {
        padding-right: 0;
    }

    .header-info-user .info .avatar {
        order: 2;
    }

    .logged-in.woocommerce-account .toggle-menu-dashboard.menu-icon {
        display: block;
    }

    .toggle-menu-dashboard .hamburger-icon .line {
        top: 2px !important;
        position: relative;
        width: 30.5px;
        margin: 3px 0px;
    }

    .toggle-menu-dashboard .hamburger-icon {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        width: 31px;
    }

}


@media only screen and (max-width: 1024.98px) {
    .logged-in.woocommerce-account .toggle-menu-dashboard.menu-icon {
        display: block;
    }

    .woocommerce-account .toggle-menu-dashboard {
        margin-left: 0;
    }

}

@media only screen and (max-width: 849.98px) {
    .header-info-user .name-user {
        margin-right: 0;
        display: none;
    }
}