﻿/*
    Author : www.stim-isv.com
    Date: 
    Ref: v.102

*/

body 
{
    font-family:Times New Roman;
    
}

 

.menu {
	 
	text-align:center;
	color:#222;
	cursor :pointer ;
	letter-spacing:1px;
	text-decoration:none;
	margin-right:10px;
	margin-left:5px;
	min-width:14%;
    margin-bottom:3em;
    font-size:1.2em;
}
.menu a
{
	text-align:center;
	cursor :pointer ;
	letter-spacing:1px;
	color:#222;

    text-decoration:none;
}


.menu_active
{
    background-color: #eee;
    border-radius: 0.5em;
    box-shadow:#eee 10px 10px inset;

}

p.header-products {
    color: #949494;
    font-size: 1.1em;
    text-align: center;
    line-height: 40px;
    min-height: 60px;
    
}
	

.menu_active a {
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
    color: #222;
}



	
p.pie
{ 
	
	font-size:9px;
	}
 
select {
    margin: 0px;
    /* padding: 0; */
    line-height: 1.35em;
}

p.sottotitolo
{
	color :#333;
}	
	
p.sottotitolo a
{
	font-size :12px;
	
	color :#666;
	}	
	
	
p.orario
{
	font-size :14px;
	
	color :#800080;
	}	
	


p.descrizione_servizio	
{
	font-size :11px;
	
	color : #222; /* #e6e6e6;*/
	
	}	
	
	
p.news_titolo
{
	font-size :13px;
	
	color :#666; /*#08c;*/
	
	}

p.news_descrizione	
{
	font-size :11px;
	
	color :#252525;

	}


.subtitle {
	color: var(--gray-default);
	font-size: 13px;
	font-family:Arial;
}

/*


*/
 
.menucatalogo_active {
       text-align: center;
    cursor: pointer;
    letter-spacing: 0px;
    font-size: 15px;
    /* text-transform: capitalize; */
    text-decoration: none;
    /* margin-right: 10px; */
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    color: #eee;
    background-color: rgb(60 50 50);
    border-radius: 5px;
    min-width: 130px; 
   
}



.menucatalogo
{
     text-align: center;
    cursor: pointer;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    /* background-color: #eeeeee; */
    color: #222;
    border-radius: 5px;
    min-width: 130px;
    border: solid 1px #3c3232;
    
}



.jttip {
	font-size: 14px;
	text-align: center;
	float: left;
	position: absolute;
	margin-top: 0px;
		z-index:20000;
	min-width:200px; 
	width:200px; 
}


.jttipcontent 
{
	float: left;
	text-align: left;
	padding:    5px  10px 10px 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	border: 2px solid #800000;
	z-index:20000;
	min-width:200px;
	width:200px;
}


.nubbin{
	margin:  0 auto -3px auto;
}


.label-code
{
    color:#888;
    font-size:11px;
    line-height:18px;
    text-transform:uppercase;
    }

.item-title {
	font-weight:normal; 
	color : #222;
    padding-top:10px;
    font-size:1.5em;
    font-weight:bold;
	}	    


.item-description {
	font-weight:normal; 
	color : #222;
    padding-top:10px;
    /*font-size:1.2em;*/
    font-size:16px;
    color: var(--text-color);
}

.item-box {
    display: block;
}


.item-box .item-price {
    color: #222;
    font-weight: bold;
    line-height: 2em;
    font-size: 2em;
}

.item-iconcart {
    cursor: pointer;
    display: flex;
    color: var(--first-color);
}

/* */

.item-contact {

}

	.item-contact a,
	.item-contact a:visited  {
		color: var(--first-color);
	}





body.dark-theme .item-iconcart {
    color: #444;
    box-shadow:initial;
}

	.item-iconcart:hover{
		transform:scale(1.02);
	}


	.titolosezionecarrello {
		text-align: center;
		padding: 10px;
		background-color: #fff;
		color: rgba(121, 10, 10, 1);
		border-bottom: solid 1px rgba(121, 10, 10, 1);
		margin-bottom: 10px;
	}    

.text-center {
	text-align:center;
}

.text-alternative {
	color: var(--color-text-alt);
}




p.section-menu,p.section-menu > a, p > a:visited
{
	color:#888;
	text-decoration:none;
	min-height:50px;
}


.item-currency {
    text-transform: uppercase;
    font-size: 0.6em;
}


/*

*/


@media screen and (max-width: 1200px) {

    .item-iconcart {
            display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-description {
        font-size:14px;

    }

    /*end media */
}
