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

.headhero
{
	 height: calc(100vh - 98px) !important;
}

.bordoscritta h2{ -webkit-text-stroke: 0.020em black !important; }

.fancybox-caption{
    display: none;
}

.catnav div p a{
    color: #7a7a7a !important;
}

.catnav div p a:hover{
    color: #F7952E !important;
}


.woo-category-list, .woo-subcategory-list {
    list-style-type: none;
    padding-left: 10px;
}

.woo-category-list li {
    margin-bottom: 5px;
}

.woo-category-list a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}
.woo-category-list a:hover {
    color: #F7952E !important;
}

.woo-subcategory-list a {
    font-weight: normal;
    color: #666;
}

.woo-subcategory-list a:hover {
    color: #F7952E !important;
}

.woo-category-list > li {
    margin-top: 15px; /* Distanza tra categorie principali */
}

.woo-category-list, .woo-subcategory-list {
    list-style-type: none;
    padding-left: 10px;
}

.woo-category-list li {
    margin-bottom: 5px;
}

.woo-category-list a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.woo-subcategory-list {
    padding-left: 15px; /* Indenta le sottocategorie */
}

.woo-subcategory-list a {
    font-weight: normal;
    color: #666;
}







/* accordion in scheda artgio */
.woocommerce-accordion-tabs {
    border-top: 1px solid #ccc;
  }
  
  .accordion-title {
    padding: 15px;
    background: #f9f9f9;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
  
  .accordion-title.active {
    background: #eaeaea;
  }
  
  .accordion-content {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .accordion-title {
    position: relative;
    padding-right: 30px;
  }
  
  .accordion-title::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 20px;
    line-height: 1;
    color: #666;
    transition: transform 0.2s ease;
  }
  
  .accordion-title.active::after {
    content: "-";
  }
    
.accordion-content h2{display: none;}
  

/* accordion in shop */
.woo-category-list {
    list-style: none;
    padding-left: 0;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-toggle {
    background: transparent !important;
    border: none;
	color: #000 !important;
    font-size: 1rem;
    cursor: pointer;
    text-align: left;
    width: 100%;
    padding: 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.accordion-icon {
    font-weight: bold;
    display: inline-block;
    width: 1em;
    text-align: center;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding-left: 20px;
    margin-top: -5px;
    border-bottom: 0px solid #ccc !important;
}

.menucat {}
