/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/*ADD TO CART MESSAGE*/
.woocommerce-message {
    margin-bottom: 0px;
}

.woocommerce-message .button {
	background-color: #478f5f !important;
	color: #fff !important;
}

.rainbow-box {
    background: linear-gradient(
        90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(251, 7, 217, 1) 10%,
        rgba(186, 12, 248, 1) 20%,
        rgba(95, 21, 242, 1) 30%,
        rgba(28, 127, 238, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(63, 218, 216, 1) 60%,
        rgba(79, 220, 74, 1) 70%,
        rgba(208, 222, 33, 1) 80%,
        rgba(255, 154, 0, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
}