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

/************************ COLORE DINAMICO BASATO SU CATEGORIA PRODOTTO NELLA PAGINA SINGOLA PRODOTTO ********************************/

#product-breadcrumbs {
	background-color: var(--dynamic-color-category);
}

#single-product-title h1{
	color: var(--dynamic-color-category);
}

#single-product-textbox {
	border-top: 15px solid var(--dynamic-color-category);
}

/*********************** STILE PODS TEMPLATE FINITURE *****************************/

#finiture-prodotto-graphic {
    display: flex;
}

#finiture-prodotto-graphic .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

div.finish-product {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    align-items: center;
    flex-basis: 13%;
}

div.finish-product img {
    width: 60%;
}


/**********************************************/

nav.elementor-nav-menu--dropdown ul#menu-2-d570c8e li.menu-item a.elementor-item, nav.elementor-nav-menu--dropdown ul#menu-2-d570c8e li.menu-item a.elementor-sub-item {
	display: flex;
	justify-content: center;
	text-align: center;
}

nav.elementor-nav-menu--dropdown ul#menu-2-d570c8e li.menu-item a.elementor-sub-item {
	font-size: 1.4rem;
	opacity: 0.7;
}

#footer-menu nav li {
    margin: 2px;
}

#footer-menu nav li a {
    background: var(--e-global-color-4a5ba56);
    padding: 2px 10px;
    line-height: 2;
}

.subcategory-filter button.e-filter-item {
	min-width: 10rem;
    max-width: 10rem;
    height: 10rem;
    text-wrap: wrap;
}


/********************************* PRODOTTI CORRELATI STILE DEL TEMPLATE PODS *****************************************/
article.related-products {
    display: flex;
    flex-direction: column;
    align-items: center;
}


article.related-products span {
    font-family: var(--e-global-typography-secondary-font-family);
    margin-top: 1rem;
    font-weight: bold;
}

div.related-div div.elementor-shortcode {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}


div#sistemi-doccia-tabs.tabs-product-subcategory button.e-n-tab-title {
	max-width: 10rem!important;
	height: 10rem !important;
}

div#sistemi-doccia-tabs.tabs-product-subcategory button.e-n-tab-title span {
	text-wrap: wrap!important;
}

/************************************************************************************/

/* PAGINA CONTATTI: lista icone "Dove siamo"  */
span.list-title {
    font-weight: bold;
}

.vertical-btn {
	rotate: 90deg;
}

/**************************** MEDIA QUERY MOBILE *********************************/
@media screen and (max-width: 768px) {
	
	div#sistemi-doccia-tabs.tabs-product-subcategory button.e-n-tab-title {
	max-width: 100%!important;
	height:3rem!important;
}

div#sistemi-doccia-tabs.tabs-product-subcategory button.e-n-tab-title span {
	text-wrap: nowrap!important;
}
	.tabs-product-subcategory .e-n-accordion details:first-of-type {
	display:none;
}
}
