<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 h2.sprocket-mosaic-title{
	 font-size:25px;
	 line-height:22px;
 }



/* ############# PRODOTTI ############# */
  /* nome prodotto in lista */
div.hikashop_subcontainer span.hikashop_product_name{
  text-align: center!important;
}


 /* prodotto inserito in contenuti */
/* contenitore generale */
.hikashop_inserted_product{
	float:left;
	margin-right:20px;
}

/* nome */
.hikashop_inserted_product span.hikashop_product_name{
font-size:18px;
}
 .hikashop_inserted_product .hikashop_product_name,
 .hikashop_inserted_product .hikashop_product_name a{
	  /* background-color:#FFFFFF; */
	  font-weight:bold;
  }

/* LINK */
/* .hikashop_inserted_product a:link,
.hikashop_inserted_product a:visited
{
text-decoration:underline;
}
.hikashop_inserted_product a:hover,
.hikashop_inserted_product a:active
{
text-decoration:none;
} */

#hikashop_product_top_part h1{
	font-size:40px;
	color:inherit;
	font-weight:inherit;

}

/* descrizione */
span.hikashop_product_description{
	display:block;
	width:200px;
	text-align:justify;
	font-size:14px;
}

.hikashop_product_custom_name label  {
	margin-right:10px;
}






/*   distanza tra voci di menu */

.uk-navbar-nav &gt; li &gt; a {
	padding-right:5px;
}

/*   margine inferiore barra menu (non sticky) */
@media (min-width: 1360px){
	.tm-navbar {
		margin-bottom: 10px;
	}
}

/*   slideshow */
.ecupharma .uk-overlay-panel{
	/* color:#FFFFFF; */
}

 h3.uk-panel-title {
	font-size: 28px;
	font-weight:350;
}

 h3.ecupharma {
	margin-bottom:20px;
}

/* COLORE LINK */

a, .uk-link{
	color: #186e77;
}

/* ALLINEAMENTO FOTO GRID VERDE IN HOME */
.ecunew div.uk-panel div.uk-text-center {
	text-align:left!important;
}

/* formattazione campi prodotto */
td.key  span{
font-weight: bold;
}

/* distanziamento verticale campi prodotto */
table.hikashop_product_custom_info_main_table td {
padding: 10px 0px;
}

table.hikashop_product_custom_info_main_table td.key span label {
font-weight: bold!important;
}

/* CAPITALIZZA NOMI IN TABELLA */

table.integratori td span.hikashop_product_name {
  text-transform: uppercase;
}

span.hikashop_product_custom_name {font-weight: bold}
</pre></body></html>