/**
Theme Name: Leather Machine Co
Author: InteroDigital
Author URI: https://www.interodigital.com/
Description: Child Theme for Leather Machine Company
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leather-machine-co
Template: astra
*/

/* BUTTONS */
.woocommerce-Button.button {
    background-color: #6c1f0f !important;
    color: #ffffff !important;
	transition: background-color 0.3s ease, color 0.3s ease;
	max-height: 44px;
}
.woocommerce-Button.button:hover {
	background-color: #d6a985  !important;
    color: #181b20  !important;
}

