/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Base styles */
body {
    /* Example tweak */
}
.woocommerce-message{
    border-top-color: #222 !important;
	display: none;
}
.woocommerce-message::before {
    content: "\e015";
    color: #222;
}
a.button.wc-forward{
	font-family: 'Inter';
    text-transform: uppercase;
    background-color: #000;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
button.single_add_to_cart_button.button.alt:hover{
    background-color: #000;
}