/**
 * assets/css/frontend.css
 * Frontend styles
 * Version: 1.0.0 (PRO)
 */

span.sssw-fixed-quantity {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 1em;
    width: 60px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
    color: #999;
    cursor: default;
    user-select: none;
}

span.sssw-classic-fixed-quantity {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    background-color: #fff;
    opacity: 0.4;
}

.sssw-regular-price,
.sssw-initial-fee,
.sssw-billing-terms,
.sssw-free-trial-label,
.sssw-future-start {
    margin-top: .25em;
    font-size: 12px;
    line-height: 15px; /* PRO */
    color: #888;
}

.sssw-billing-terms strong,
.sssw-free-trial,
.sssw-cart-meta,
.sssw-line {
    margin-top: .25em;
}

.sssw-free-trial-font {
    color: #4CAF50;
}

.sssw-line span {
    font-weight: 700;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper:not(:has(.wc-block-components-totals-item__value:not(:empty))) {}

.wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper:not(:has(.wc-block-components-totals-item__value:not(:empty))) {
  display: none;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper:not(:has(.wc-block-components-totals-item__value:not(:empty))) {
  display: none;
}
