.headerAddSlideshow {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: white;
}
.headerAddSlideshow img {
    width: 100%;
    height: 100%;
}

.purchase-rwd-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-weight: bolder;
    max-width: 420px;
}

.purchase-rwd-table > div {
    margin: 2px;
    padding: 5px;
}

.purchase-rwd-table .rwd-table-h {
    color: white;
    background: limegreen;
}

.purchase-rwd-table .rwd-table-rl {
    color: black;
    background: antiquewhite;
}

.purchase-rwd-table .rwd-table-rf {
    color: black;
    background: floralwhite;
}

#login-bonus-alert-show{
    display:block;
}

#login-bonus-alert-hide{
    display:none;
}

#login-bonus-alert-item-show{
    display:block;
}

#login-bonus-alert-item-hide{
    display:none;
}

.hpoint-bhindlogo {
    font-size: 16px;
    font-weight: bold;
    color: #d43f3a;
}

.hpoint-bhindlogo-pending {
    font-size: 16px;
    font-weight: bold;
    color: grey;
}

.point_only_cat {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: orangered;
    color: white;
}