/**
 * Copyright © Labix Scientific. All rights reserved.
 * See COPYING.txt for license details.
 */

/* Country Tax Styles - Match Subtotal styling */
.totals.labix-country-tax {
    /* Same as subtotal row */
}

.totals.labix-country-tax .mark {
    padding: 10px 0;
    font-weight: 600;
    text-align: left;
}

.totals.labix-country-tax .amount {
    padding: 10px 0;
    text-align: right;
}

.totals.labix-country-tax .amount .price {
    font-weight: 600;
    font-size: 14px;
}

/* Cart page specific */
.cart-totals .totals.labix-country-tax {
    border-bottom: 1px solid #ccc;
}

/* Checkout page specific */
.opc-block-summary .totals.labix-country-tax .mark,
.opc-block-summary .totals.labix-country-tax .amount {
    padding: 5px 0;
}

/* Order view styles */
.order-details-items .totals.labix-country-tax td,
.order-details-items .totals.labix-country-tax th {
    padding: 5px 10px;
    font-weight: 600;
}
