.pbcss-loading-bg-gif {
    width:80px;
    height:80px;
    background:url('../pbimgs/loading.gif');
    margin:0 auto;
}

.pbcss-store-logo {
    background-image: url('../pbimgs/sitemap.svg');
    background-position: center bottom 40px;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.pbcss-account-logo {
    background-image: url('../pbimgs/account.svg');
    background-position: center bottom 40px;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.pbcss-location-logo {
    background-image: url('../pbimgs/location.svg');
    background-position: center bottom 40px;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.pbcss-items-logo {
    background-image: url('../pbimgs/items.svg');
    /* background-position: center bottom 40px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pbcss-item-add-logo {
    background-image: url('../pbimgs/item.add.svg');
    /* background-position: center bottom 40px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pbcss-site-logo {
    background-image: url('../pbimgs/site.svg');
    /* background-position: center bottom 40px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.payment-option {
    margin: 4px;
    min-height: 100px;
    border: 2px solid gray;
}

.payment-info {
    color: gray;
}

.payment-account {
    font-weight: bold;
}