#hosted-checkout-loader {
    font-size: 3rem;
    text-align: center;
    margin: 1rem 0;
    margin-bottom: 5rem;
}

.hosted-checkout-loader__please-wait {
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 2rem;
    font-weight: 600;
}

#hosted-checkout-loader .fa-spin {
    color: #fe9304;
}

table.shop_table {
    table-layout: auto;
}

table.shop_table th, table.shop_table td {
    text-align: left;
}

.entry-content table.shop_table thead th,
.entry-content table.shop_table tr th,
.entry-content table.shop_table tr td {
    padding: .5rem;
}

.entry-content table.shop_table:not(.variations) {
    max-width: 600px;
    margin: auto;
}

.bob-brand-logo {
    display: block !important;
}