/*
Theme Name: Nick Author
Author: Designs Funnel
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

button.single_add_to_cart_button.button.alt {
    background-color: #1a555c;
    color: white;
}

button.single_add_to_cart_button.button.alt:hover {
    background-color: #1a555c;
    color: white;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    background-color: #1a555c;
    color: white;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #1a555c;
    color: white;
}
a.button.wc-forward{
    background-color: #1a555c;
    color: white;
}
a.button.wc-forward:hover{
    background-color: #1a555c;
    color: white;
}
a.checkout-button.button.alt.wc-forward{
    background-color: #1a555c;
    color: white;
}
button#place_order{
    background-color: #1a555c;
    color: white;
}
button.woocommerce-button.button.woocommerce-form-login__submit{
    background-color: #1a555c;
    color: white;
}

@media only screen and (max-width: 767px)
{
	.elementor-305 .elementor-element.elementor-element-37701da.elementor-wc-products ul.products {
    display: block !important;
}
}