.dmstash-owned-product {
    background: #0c0c0c;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 0.5em;
}

.dmstash-subscriber-discount {
    white-space: nowrap;
    background: #d9a84e;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0.5em;
}

.dmstash-subscriber-discount strong {
    display: inline;
}

.product-template-default .dmstash-subscriber-discount {
    font-size: 75%;
    display: block;
    text-align: center;
}

.dmstash-subscribe-now {
    padding: 15px 35px;
    margin-top: 20px;
    margin-right: 20px;
    color: #ffffff;
    visibility: visible;
    background-color: #d9a84e;
    border-radius: 200px;
    display: inline-block;

    transition: all 0.1s ease-in-out;
}

.dmstash-subscribe-now:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.dmstash-subscribe-now.disabled {
    cursor: not-allowed;
    background: #b8c7c9;
    color: #444848;
    opacity: 0.5;
    transform: translateY(0);
    box-shadow: none;
}

.dmstash-subscription-price h3 {
    margin-bottom: 0;
}

.dmstash-upgrade-for {
    margin-bottom: 0.5em;
}

.woocommerce ul.products li.product .dmstash-subscriber-discount-badge,
.woocommerce-page ul.products li.product .dmstash-subscriber-discount-badge,
.woocommerce span.dmstash-subscriber-discount-badge,
.woocommerce-page span.dmstash-subscriber-discount-badge,
ul.products li.minimal.product span.dmstash-subscriber-discount-badge,
.woocommerce span.dmstash-subscriber-discount-badge .nectar-quick-view-box .dmstash-subscriber-discount-badge,
.nectar-quick-view-box .dmstash-subscriber-discount-badge,
.woocommerce-page .nectar-quick-view-box .dmstash-subscriber-discount-badge {
    background-color: #023541 !important;
}

.woocommerce ul.products li.product .dmstash-owned-badge,
.woocommerce-page ul.products li.product .dmstash-owned-badge,
.woocommerce span.dmstash-owned-badge,
.woocommerce-page span.dmstash-owned-badge,
ul.products li.minimal.product span.dmstash-owned-badge,
.woocommerce span.dmstash-owned-badge .nectar-quick-view-box .dmstash-owned-badge,
.nectar-quick-view-box .dmstash-owned-badge,
.woocommerce-page .nectar-quick-view-box .dmstash-owned-badge {
    background-color: #ffffff !important;
    color: #000000;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dmstash_downloads a:before {
    content: "\f1c6";
}

.dmstash-account-download-table td {
    vertical-align: top;
}
