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



/* Swatches */

.label.wpcvs-attribute-label{
    display:none;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term {
    height: 30px;
    background-color: transparent;
    color: #000;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected{
    background-color: #f3f3f3;
    color:#372f3a;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
    background-color: #a1c85a;
}

.wpcvs-terms .wpcvs-term .wpcvs-term-inner{
    height: 20px;
    background-color: white !important;
    font-size: 13px;
}

/* end swatches */

/* Variable prices */
.woocommerce-variation-price{
    margin-bottom:20px !important;
}

.woocommerce-variation-price .price{
    color: #000 !important;
}

.woocommerce-variation-price ins{
    text-decoration: none;
}

.stock.in-stock{
	color: #a1c85a !important;
}
/* end variable prices */