/* -------------- button nhân viên hỗ trợ trên menu và fix ở bottom  */
.head-button-email,
.head-button-email:hover,
.head-button-email:focus,
.head-button-email:active {
    display: flex;
    background: #FF730A url('https://hi-static.fpt.vn/sys/shop/stag/2026-03-04/69a8035770a90_icon-user-white.png') 4px center / 32px 32px no-repeat !important;
    height: 40px;
    justify-content: center;
    border-radius: 50px;
    flex-direction: column;
    color: #fff;
    padding-right: 12px;
    padding-left: 42px;
}
.head-button-email .s-label {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 14px;
}
.head-button-email .s-email {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
/* -------------- end button nhân viên hỗ trợ trên menu và fix ở bottom  */

/* -------------- box Nhân viên hỗ trợ fix bottom  */
.box-saleman-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: #FF730A;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFEEE0;
    min-width: 170px;
    min-height: 93px;
}
.box-saleman-bottom .close-box {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #fff url('https://hi-static.fpt.vn/sys/shop/stag/2026-03-04/69a803724a246_cancel-close-16.png') center / 16px 16px no-repeat;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888888;
    border: 1px solid #E7E7E7;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;

}
.box-saleman-bottom .box-label {
    border: 1px solid #FF730A;
    padding: 0px 8px 0px 36px;
    border-radius: 50px;
    line-height: 20px;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.box-saleman-bottom .box-email {
    font-weight: 600;
    font-size: 16px;
}
.box-saleman-bottom .box-label .icon-sale {
    position: absolute;
    left: -1px;
    top: -7px;
    background: #FF730A url('https://hi-static.fpt.vn/sys/shop/stag/2026-03-04/69a8036eb7504_icon-user-orange.png') 0 center / 32px 32px no-repeat;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

/* -------------- end box Nhân viên hỗ trợ fix bottom  */

 @media screen and (max-width: 540px) {
    .menu-right {
        justify-content: flex-end;
    }
    .head-button-email {
        height: 36px;
        background-size: 30px 30px;
        padding-left: 40px;
    }
    .head-button-email .s-email {
        font-size: 13px;
    }
    .box-saleman-bottom {
        display: none;
    }
}