.boxDetailLink{
    background-color: #E46B68 !important;
    color: #fff !important;
}
.boxDetailLink i{
    color: #fff;
}
.btnLinkBox:hover, .btnLinkBox.active{
    border-color: #E46B68 !important;
    color: #fff !important;
}
.btn-login{
    background-color: #E46B68;
    color: #fff;
}
.btn-login:hover,
.btn-login.active{
    color: #fff;
}
.orderPage .pagination > .active > a, 
.orderPage .pagination > .active > span, 
.orderPage .pagination > .active > a:hover, 
.orderPage .pagination > .active > span:hover, 
.orderPage .pagination > .active > a:focus, 
.orderPage .pagination > .active > span:focus {
    border-color: #E46B68 !important;
    background-color: #E46B68 !important;
}
.orderPage .btnActionGroup .btn i{
    color: #E46B68 !important;   
}
.navTabWrap a.buyer{
    background-color: #E46B68;
}
.footerBar{
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #E46B68;
    color: #fff;
    font-size: 12px;
    z-index: 9999;
}
.setModal .modal-body ul.accounts li.choose{
    color: #E46B68;
}