/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.uk-button {
    color: #FFFFFF !important;
    background-color: var(--e-global-color-secondary);
    text-transform: uppercase;
    margin-top: 30px;
    padding: 5px 10px;
    font-weight: bold;
}

button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button.alt:hover,
button.single_add_to_cart_button.button.alt:active {
    color: #FFFFFF;
    background-color: var(--e-global-color-secondary);
    text-transform: uppercase;
    padding: 13px 20px;
    font-weight: bold;
    border-radius: 0;
}

/* Styling for Fine Art message */
.fine-art-message {
    background-color: #ffc107; /* Yellow background color */
    color: #333; /* Dark text color */
    font-size: 16px;
    padding: 10px 20px; /* Add some padding for spacing */
    border-radius: 5px; /* Rounded corners */
    margin-bottom: 20px; /* Add some space below the message */
    text-align: center; /* Center align text */
    font-weight: bold; /* Make the text bold */
}

a.checkout-button.button.alt.wc-forward, .woocommerce ul.products li.product .button {
    background: #F8931E !important;
	color: white !important;
    text-transform: uppercase;
	border-radius: 0;
}
button#place_order {
    padding: 30px 100px;
    background: #F8931E !important;
    text-transform: uppercase;
}

.col-2 {
	display: none !important;
}

.col-1 {
    width: 100% !important;
}

fieldset {
    border: unset !important;
}
thead {
	background: #F8931E;
}