.logged-in .rewards-header{
    display: none;
}
.header-minibar{
    display: flex;
    position: relative;
}
.header-minibar .header-minibar-info{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.header-minibar .header-minibar-info img{
    margin-left: 5px;
    max-width: 27px;
}
.header-minibar .header-minibar-toggle{
    margin-left: 10px;
    cursor: pointer;
}
.header-minibar-inner{
    min-width: 282px;
    max-width: 282px;
    min-height: 180px;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: -50px;
    background-color: #fff;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: none;
}
.header-minibar .header-minibar-inner__top{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 15px;
}
.header-minibar .header-minibar-inner__top img{
    margin-right: 10px;
}
.header-minibar-nav .header-minibar-nav-item{
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-bottom: 1px solid #eaeaea;
    color: #000;
}
.header-minibar-nav .header-minibar-nav-item-reward{
    border-bottom: 2px solid #eaeaea;
}
.header-minibar-nav .header-minibar-nav-item:hover,
.header-minibar-nav .header-minibar-nav-item:focus{
    text-decoration: none;
}
.header-minibar-nav .header-minibar-nav-item__icon{
    margin-right: 10px;
}
.header-minibar-nav .header-minibar-nav-item__icon img{
    width: 23px;
}
.header-minibar-nav .header-minibar-nav-item__heading{
    margin-bottom: 5px;
}
.header-minibar-nav .header-minibar-nav-item__sub-heading{
    color: grey;
}
.header-minibar-nav .header-minibar-nav-item__text .header-minibar-nav-item__sub-heading{
    margin-bottom: 5px;
}
.header-minibar-nav .header-minibar-nav-item__text .header-minibar-nav-item__sub-heading:last-child{
    margin-bottom: 0px;
}
.header-minibar-nav .header-minibar-nav-item__sub-heading img{
    display: inline;
}
.header-minibar-nav .sign_out .header-minibar-nav-item__heading{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.header-minibar-nav .header-minibar-nav-item__text {
    width: 100%;
}
.header-minibar-nav .nav-item__heading-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header-minibar-nav .nav-item__heading-wrap .nav-item__heading-right{
    display: flex;
    align-items: center;
}
.header-minibar-nav .nav-item__heading-wrap .nav-item__heading-right img{
    margin-left: 5px;
}
.mobile-header-minibar{
    position: absolute;
    top: 49px;
    z-index: 9;
    right: 70px;
}
.logged-in .mobile-header-minibar{
    right: 80px;
}
.mobile-header-minibar .header-minibar-info{
    /*display: none;*/
}
.logged-in .mobile-header-minibar .header-minibar {
    max-width: 180px;
    /*min-width: 180px;*/
    /*margin-right: 40px;*/
}
.mobile-header-minibar .header-minibar .header-minibar-info{
    font-size: 14px;
    color: #000;
}
.mobile-header-minibar .header-minibar .header-minibar-toggle img{
    max-width: 25px;
}
.mobile-header-minibar .header-minibar .header-minibar-info img{
    max-width: 20px;
}
.mobile-header-minibar .header-minibar-customer-info{
    max-width: 60px;
    /*min-width: 60px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.mobile-header-minibar .header-minibar-inner{
    top: 30px;
    right: 0;
    color: #000;
}
body .site-header-item .header-minibar-nav .header-minibar-nav-item{
    text-decoration: none;
}
/* Header Notice */
.header-after-notice{
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-after-notice .header-after-notice__text{
    font-size: 17px;
    font-weight: bold;
}
.logged-in .header-after-notice .header-after-notice__text{
    font-size: 14px;
}
.header-after-notice .header-after-notice__icon img{
    max-width: 24px;
}
.header-after-notice__text img{
    display: inline;
    width: 17px;
    vertical-align: bottom;
}
.logged-in .header-after-notice .header-after-notice__text{
    font-weight: normal;
}
@media (max-width: 360px) {
    .header-minibar-info{
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 767.9px) {
    .header-minibar-nav .header-minibar-nav-item{
        font-size: 13px;
    }
    .header-minibar-nav .header-minibar-nav-item,
    .header-minibar .header-minibar-inner__top{
        padding: 6px 15px;
    }
}
.profile-completion-wrapper {
    margin: 20px 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: -14px;
}
.progress-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 30px;
    height: 5px;
}
.progress-bar {
    background-color: #6C44F0;
    height: 100%;
    border-radius: 30px;
    transition: width 0.5s ease;
}

.header-minibar .header-minibar-points-balance a{
    background: #6c44f0;
    border-radius: 30px;
    padding: 8px 15px;
    margin: 0 0 0 7px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    text-decoration: none !important;
}

.header-minibar .header-minibar-points-balance a:hover{
    color: #ffffff;
}

.header-minibar-points-balance img{
    width: 13px;
}

@media(max-width: 1280px) {
    .header-minibar .header-minibar-points-balance a{
        padding: 4px 13px;
    }
    .mobile-header-minibar{
        right: 200px;
        top: 46px;
    }
}

@media(max-width: 767px) {
    .mobile-header-minibar{
        right: 180px;
        top: 54px;
    }
}