/*
Theme Name: AGOD Child
Theme URI: https://example.local/agod
Author: AGOD
Description: Child theme for safe AGOD customisations.
Version: 1.0.0
Template: agod
Requires PHP: 7.4
Text Domain: agod-child
*/

:root {
    --red: #9e1820;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button {
    min-height: 3.8rem;
    padding: .9rem 2.3rem;
    border: 1px solid var(--red);
    border-radius: 0;
    background: var(--red);
    color: #fff;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 1.5rem .8rem;
    border: 0;
    border-bottom: 1px solid var(--line);
}

.woocommerce .quantity .qty,
.woocommerce form .input-text,
.woocommerce form select {
    min-height: 3.8rem;
    padding: .7rem;
    border: 1px solid var(--line);
    border-radius: 0;
}

.woocommerce .cart-collaterals,
.woocommerce .woocommerce-checkout {
    margin-top: 4rem;
}

.woocommerce .catalogue-add-to-cart button.button,
.woocommerce .catalogue-enquire-action {
    width: 100%;
    min-height: 4.4rem;
    padding: .8rem 1rem;
    border-radius: 0;
    font-weight: 400;
}

.woocommerce .catalogue-add-to-cart button.button,
.woocommerce .catalogue-add-to-cart button.button.alt,
.woocommerce .catalogue-add-to-cart button.button:hover,
.woocommerce .catalogue-add-to-cart button.button:focus,
.woocommerce .catalogue-add-to-cart button.button:active {
    border-color: #BB3030;
    background: #BB3030;
    color: #fff;
}

.woocommerce .catalogue-enquire-action {
    border: 1px solid #aaa;
    background: transparent;
    color: #111;
}
