/* 
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
*/

 	/*-------------------------------------------VAR--*/
/*------------------------------------------GLOBAL*/
.woocommerce ul.products li.product .button {
    text-align: center;
    font-weight: 700 !important;
    margin: 5px 0px !important;
    color: #333 !important;
    background: rgba(0,0,0,0) !important;
    border: solid 1px #333 !important;
    border-radius: 3px;
}

.woocommerce ul.products li.product .button:hover {
    background: #333 !important;
    color: #FFFFFF !important;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.woocommerce ul.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #333 !important;
    background: rgba(0,0,0,0) !important;
    border: solid 1px #333 !important;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.woocommerce ul.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    color: #fff !important;
    background: #27477b !important;
    transition: all .3s;
    -webkit-transition: all .3s;
}