/* GOLDEN HOUR LUX CART TEST */
.woocommerce-cart .checkout-button {
    background-color: #472E18 !important;
}
.woocommerce-cart .product-name a {
    color: #472E18 !important;
}
.woocommerce-cart .shipping-calculator-button {
    color: #472E18 !important;
}
.woocommerce-cart .coupon .input-text {
    width: 220px !important;
}
/* Empty cart - Return to Shop button */
.woocommerce .return-to-shop .button {
    background-color: #472E18 !important;
    color: #ffffff !important;
    border-color: #472E18 !important;
}
/* Empty cart message - remove blue */
.woocommerce-info {
    border-top-color: #472E18 !important;
}

.woocommerce-info::before {
    color: #472E18 !important;
}
/* Golden Hour Lux Checkout */

/* Checkout links */
.woocommerce-checkout a {
    color: #472E18 !important;
}

.woocommerce-checkout a:hover {
    color: #7F6B3F !important;
}

/* Place Order button */
#place_order {
    background-color: #472E18 !important;
    color: #ffffff !important;
    border-color: #472E18 !important;
}

#place_order:hover {
    background-color: #7F6B3F !important;
    border-color: #7F6B3F !important;
}
/* WooCommerce product page links */
.single-product a {
    color: #472E18 !important;
}

/* Add to Cart button */
.single-product .single_add_to_cart_button {
    background-color: #472E18 !important;
    color: #ffffff !important;
    border-color: #472E18 !important;
}

/* Hover state */
.single-product .single_add_to_cart_button:hover {
    background-color: #7F6B3F !important;
    border-color: #7F6B3F !important;
}