/*! 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.3.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
*/
.widget-area .widget .woocommerce-product-documents h3, .widget-area .widget .woocommerce-product-documents ul, .woocommerce-product-documents h3, .woocommerce-product-documents ul, h3.woocommerce-product-documents-title {
	 margin-bottom: 0;
}
 .entry-summary .widget-area .widget .woocommerce-product-documents, .entry-summary .woocommerce-product-documents {
	 margin-bottom: 15px;
}
 .widget-area .widget .woocommerce-product-documents .ui-accordion-header, .woocommerce-product-documents .ui-accordion-header {
	 background-image: none;
	 background-color: #ccc; 
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  padding-left: 2em;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

button .woocommerce-button {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}