
/*INFORMACIÓ ADICIONAL PRODUCTE - TAULA*/
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th
{
   
        background-color: var(--sp-primary);
border: 1px solid #e9e9ea;
       
}

.woocommerce table.shop_attributes th{
border: 1px solid #e9e9ea;	
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 8px;
}

/*MARGES CAPÇALERA INFO I SOCIAL MEDIA
 */
 .av-column-5 {
    -ms-flex: 0 0 25.666667%;
    flex: 0 0 25.666667%;
    max-width: 25.666667%;
}
.av-column-7 {
    -ms-flex: 0 0 74.333333%;
    flex: 0 0 74.333333%;
    max-width: 74.333333%;
}
/*h5p
 */
.h5p-personality-quiz .h5p-personality-quiz-start-button-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
/*AMPLE MENU*/
.header-center .navbar-area .theme-menu {
    justify-content: space-between;
    padding: 0;
    max-width: 1270px;
    margin: 0 auto;
}

/*CONFIGURACIÓ PLUGIN BOOKING CALENDAR*/
.datepick-inline .datepick-one-month .datepick .datepick-current-day a {
    color: #EEEEEE;
    background-color: grey;
    00000: ;
}


div.breadcrumb-heading h2{
		font-size: 29px;
	}
.breadcrumb-heading {
 
    max-width: 80%;
}

/*CONFIGURACIÓ BREADCRUMB H MÒBIL*/
@media screen and (max-width: 480px) {
div.breadcrumb-heading h2{
		font-size: 20px;
	}
}
/*CONFIGURACIÓ TITOLS H MÒBIL */
@media screen and (max-width: 480px) {

h1 {
font-size: 30px;
	
}

h2 {
font-size: 28px;
}
	
div.elementor-widget-container h2.elementor-heading-title.elementor-size-xxl a {
    font-size: 29px;
}

div.elementor-widget-container h2.elementor-heading-title.elementor-size-xl {
    font-size: 29px;
}
div.elementor-widget-container h2.elementor-heading-title.elementor-size-large {
    font-size: 25px;
}
 
 
div.elementor-widget-container h3.elementor-heading-title.elementor-size-xl {
    font-size: 29px;
}
	
h3 {
font-size: 22px;
  } 
h4 {
font-size: 18px;
  } 

	body {
    font-size: 17px;
   
}
} 

/*Per traduccions */
html:not([lang="es"]) .link-es, html:not([lang="ca"]) .link-ca {   display: none!important; }

