/*
 * Single-product page overrides.
 * Sources:
 * - WooCommerce / Flatsome single-product markup
 * - calculator output from `functions.php`
 */

.product-footer .woocommerce-tabs {
    padding: 0;
}

.tab-panels {
    padding-top: 20px !important;
}

.badge-inner.secondary.on-sale {
    border-radius: 0 8px 8px 0;
}

.total-price-container {
    margin-top: 15px;
}

.total-price-label {
    font-weight: 700;
    font-size: 16px;
}

.total-price-value {
    font-weight: 700;
    font-size: 20px;
    color: #ce1d54;
}
