@CHARSET "UTF-8";

#container {
	height: 100%;
	overflow: hidden;
}

#container a:hover {
	color: #D13838 !important;
}

.item_fields a:hover {
	color: #D13838 !important;
} 
			
#filter {
	padding: 20px;
	border-style: solid;
	border-color: green;
	border-radius: 10px; 
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
	border-width: 2px;
	margin-top: 10px;
}
	
.filter-item {
	float: left;
	margin-right: 10px;
}
	
.filter-item input, .filter-item select {
	font-size: 16px;
	color: #56764E;
	font-family: calibri, Arial, Helvetica, sans-serif;
	border-radius: 10px; 
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
  	border-style: none;
  	background-color: #dcdcdc; 
}
	
	
.filter-item label {
	display: block;
	font-size: 16px;
	color: #56764E;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
		
.product-container {
	float: left; 
	margin: 15px 10px; 
	width: 30%;
	height: 250px;
	background-color: #EFEFEF;
	padding: 4px;
	position: relative;
}

.bottom-right {
	right: 0;
	bottom: 0;
	position: absolute;
}
	
.photo {
	float: left;
	background-color: #EFEFEF;
	width: 110px; 
	height: 110px;
 	margin-right: 10px;
 	margin-bottom: 3px;
}
	
.photo img  {
	display: block;
 	margin: 0 auto !important;
}
	
.desc {
	text-align: justify;
	font-size: 12px;
	line-height: 1.1;
	overflow: hidden;
}
	
.project, .owner, .rate, .donation, .price, .shipping, .quantity, .start-end, .discount-description {
	font-size: 14px;
	line-height: 1.3;
}
	
.sku, .name, .project, .owner, .discount-description {
	overflow: hidden;
	white-space: nowrap;
}
	
.project {
	clear: left;
}

.jsc-button {
	font-size: 16px;
	color: #56764E;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-radius: 10px; 
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
}

.form-product-group {
	background-color: #efefef;
	padding: 20px;
	border-style: solid;
	border-color: #afafaf;
	border-radius: 10px; 
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
	border-width: 2px;
	margin-top: 10px;
}

.items_list table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.items_list table th {
	background-color: silver;
	color: white;
	padding: 4px;
}

.items_list table td {
	padding: 0px 4px;
}

.items_list table a {
	color: #006400;
}

#tabs a {
	color: #006400;
}

/* ------------------- SCONTI ------------------- */

.discount-container {
	float: left; 
	margin: 15px 10px; 
	width: 30%;
	height: 150px;
	background-color: #EFEFEF;
	padding: 4px;
}

.discount-logo {
	float: left;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
}

.discount-logo img {
	display: block;
	margin: 0 auto !important;
}

.countdown-container {
	float: right;
	width: 140px;
	height: 110px; 
	margin-bottom: 5px;
}

.countdown {
	background-color: #dcdcdc;
	width: 140px;
	height: 60px; 
	margin-bottom: 7px;
}

.countdown-label {
	margin-top: 5px;
	margin-left: 8px;
	float: left;
	font-size: 12px;
	color: #56764E;
	text-transform: uppercase;
}

.separator {
	clear: both;
}

.countdown-data {
	margin-left: 19px;
	float: left;
	color: #56764E;
	font-size: 18px;
	font-weight: bold;
}

.no-paypal-address{
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	background-color: #efefef;
	padding: 20px;
	border-style: solid;
	border-color: green;
	border-radius: 10px; 
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
	border-width: 2px;
	margin-top: 10px;
}

.card_details{
	border:2px solid #afafaf;
	border-radius:3px;
	padding:15px;
	background-color:#fff;
	margin:20px 0; 
	max-width:450px;
	}
.cont_loading{
	position: relative;

}
#card-element-errors{margin-top:20px;}
.cont_loading .loading{position: absolute;
width:100%;
height:100%;
background-color: rgba(255,255,255,0.4);
text-align: center;
padding:30px;
z-index:50000;
}


/* ----------------- FINE SCONTI ----------------- */