/* ----------------------------------------------------------------
	Stili modificati
-----------------------------------------------------------------*/

#page-title {
	padding: 24px 0;
	background-color: #e6ede2;
}

.portfolio-desc {
	min-height: 93px;
}

.portfolio-desc h3 {
	font-size: 15px !important;
}

.product-desc {
	min-height: 115px;
}

.product-title h3 {
	font-size: 15px !important;
}

.product-title h3.sugg {
	font-size: 12px !important;
}

.breadcrumb {
	top: 85% !important;
}

#primary-menu ul li > a {
	padding: 39px 10px;
}

#primary-menu ul ul li > a {
	padding: 2px !important;
	border-bottom: dotted #e6ede2 1px;
}

#top-cart > a > span {
	top: -20px;
	right: -38px;
	width: 26px;
	height: 26px;
}

#top-search form input {
	font-size: 14px;
}

.product-price span {
	font-size: 14px;
	font-weight: 200;
}

.sale-flash.out-of-stock {
	background-color: #800000;
}






/* ----------------------------------------------------------------
	Stili aggiuntivi
-----------------------------------------------------------------*/

.regolare {
	font-family: 'Lato', sans-serif !important;
}
.marginesx10 {
	margin-left: 10px;
}

#register-form .col-md-4 {
	margin-bottom: 25px;
}

.nascosto {
	display: none;
}

.orange {
	color: #f39223;
}

.verde {
	color: #267a00;
}

.steplinks { pointer-events:none; } /* Classe per disattivare i link dagli step del carrello */

.packcarrello {
	width: 90%;
/* 	background: #efefef; */
/* 	border: 1px solid #000000; */
	border-bottom:  2px solid #383838;
	border-left:  2px solid #383838;
	border-right:  2px solid #383838;
	height: 245px;
	position: relative;
	margin-bottom: 15px;
}

.packcarrello_cont {
	width: 100%;
	position: absolute;
    bottom: 0;
    left: 4px;
}
.scatola {
	background: #30b100;
	border: 1px solid #efefef;
	float: left;
	position: relative;
	min-height: 1px;
}

.contienibox {
/* 	background: #cdec31; */
	float: left;
	position: relative;
	min-height: 1px;
}

.scatola2 {
	background: #30b100;
	border: 1px solid #efefef;
	float: left;
	position: absolute;
    bottom: 0;
    left: 0px;
	min-height: 1px;
}

.pianale {
/* 	border-bottom: 1px solid black; */
	border-bottom: 1px solid #696969;
	border-bottom-width:thin;
	width: 97%;
}

.packcarrello2 {
	width: 200px;
	height: 278px;
	position: relative;
	margin-bottom: 15px;
	background-image: url('/immagini/carrello.png');
	background-repeat: no-repeat;
}
.packcarrello_cont2 {
	width: 170px;
	position: absolute;
    bottom: 28px;
    left: 15px;
}
.pianale2 {
	border-bottom: 1px solid #696969;
	border-bottom-width:thin;
	width: 100%;
}

.pezzosingolo {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 3px;
	background-image: url('/immagini/singleitem.png');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}

.iconacart {
	font-size: 40px;
}

.iconacartnum {
	font-size: 20px !important;
	line-height: 22px !important;
}

.iconacerca {
	font-size: 30px;
	margin-left: -10px;
}

.ridotto {
	width: 27%;
	margin-right: 6%;
}


