@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
:root {
	--main-text-color: #767676;
	--main-title-color: black;
	--main-text-font: "Sora", Arial, Helvetica, sans-serif;
	--main-title-font: "Sora", Arial, Helvetica, sans-serif;
	--menu-text-color: #767676;
	--menu-title-color: black;
	--menu-background-color: white;
	--main-evidence-color: black;
}
body {
 font-size:16px;
 font-weight:300;
}
h2 {
 margin: 0;
 color: #333;
 line-height: 1.4;
 text-transform: uppercase;
 transition: color 0.3s ease;
 font-size: 24px;
 font-weight: 300;
 line-height: 1;
}
h1 {
 margin: 0;
 color: #333;
 line-height: 1.4;
 text-transform: uppercase;
 transition: color 0.3s ease;
 font-size: 36px;
 font-weight: 400;
 line-height: 1;
}
h3 {
 color: #333;
 text-transform: uppercase;
 transition: color 0.3s ease;
 font-size: 20px;
 font-weight: 500;
}
/*togliere padding dalle card in home page*/

.page-index .tp-hp-card > a > div:first-child {
 padding: 0 !important;
}
.page-index .card {
 border: 0px !important;
 border-radius: 0;
}
.page-catalog .tp-product-thumb .tp-card-body {
 padding: 4px 0;
 text-align: left;
 font-size: 1.125rem;

}
.page-catalog .tp-product-thumb .tp-card-pretitle {
 text-transform:uppercase;
 font-weight:500; 
}