/*
Theme Name:  Mindspa Child
Template:    neve
Description: Mindspa customisations for the Neve theme.
Author:      Mindspa
Version:     1.0.0
Text Domain: mindspa-child
*/

a.button.empty-cart-button {
    background: none;
    color: #ff4d45;
    font-weight: 200;
    border: 1px solid #ff4d45;
}
a.button.empty-cart-button:hover {
    background: #ff4d45;
    color: #fff;
    font-weight: 200;
}

/*
 * WooCommerce overrides.
 * These replace edits that were previously made directly inside Neve 3.4.3's
 * assets/css/woocommerce.min.css. Only the changed declarations are overridden;
 * this file is enqueued after neve-woocommerce so the same selectors win.
 */
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
    background: var(--nv-primary-accent);
}

/* Neve sets font-size: .9em here; the customisation removed it. */
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    font-size: inherit;
}

.woocommerce table.shop_table.cart tr {
    border-bottom: 1px solid #acacac;
}

.woocommerce .cart_totals td,
.woocommerce .cart_totals th {
    border-bottom: 1px solid #9e9e9e;
}

.woocommerce .cart_totals table.shop_table {
    padding-top: 15px;
}

.woocommerce .cart_totals .order-total th {
    font-weight: 500 !important;
}

.woocommerce-checkout table.shop_table th {
    font-weight: 400;
}

.woocommerce-checkout table.shop_table tbody,
.woocommerce-checkout table.shop_table tfoot,
.woocommerce-checkout table.shop_table thead {
    border-bottom: 1px solid #9e9e9e;
}

/* Neve adds a focus box-shadow here; the customisation removed it. */
.woocommerce-page .select2-container.select2-container--open {
    box-shadow: none;
}
