/*.attribute_selected {
	border: 4px solid !important;
}*/

.not_aviable {
	opacity: 0.3;
	cursor: default !important;
}

li.notAviable {
	position: relative;
}

li.notAviable::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: default;
}

#risorse li.notAviable a,
#anteprima li.notAviable a {
	color: #B5B5B7;
	background-image: url('/themes/srm/images/ico-documento-non-disponibile.png');
}

.s-prod .info {
    width: 100%;
    padding: 0;
    background: #fff;
	clear: both;
	position: relative;
	padding-bottom: 78px;
}

.s-prod .info .tit-prod {
    font-size: 22px;
    color: #213259;
    /*line-height: 26px;
	min-height: 90px;
	display: block;*/
	margin: 0 0 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s-prod .info .tit-prod:hover {
	text-decoration: underline;
}

.s-prod .info .price {
    float: right;
    width: auto;
    font-size: 22px;
    font-weight: 600;
    color: #213259;
    line-height: 30px;
    clear: none;
    margin: 0;
}

.s-prod .info .wish-price {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.s-prod .info .label {
    margin: 0 0 26px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #B5B5B7;
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 0;
	white-space: normal;
	-webkit-transition: .3s color ease;
	-moz-transition: .3s color ease;
	-ms-transition: .3s color ease;
	-o-transition: .3s color ease;
	transition: .3s color ease;
}

.s-prod.aquattro {
	width: 20%;
	padding: 15px;
	margin: 0;
}

.contprod,
.cont_prod_corr {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.cont_imgprodsez {
	margin-bottom: 24px;
}

.s-prod .info .label.mezzogiorno:hover {
	color: #F65125;
}

.s-prod .info .label.mari:hover {
	color: #67A3D3;
}

.s-prod .info .label.med:hover {
	color: #2E8C32;
}

.description-category h4.rassegna_economica {
	margin: 10px 0 25px;
}

.description-category h4.rassegna_economica .btn-default {
	margin-top: -10px;
}

.description-category .btn-default {
	background: #213259;
	border-radius: 0;
	width: 178px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	color: #fff;
	text-decoration: none;
	float: right;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.s-prod.aquattro {
		width: 33.333%;
	}
	.s-prod.aquattro:nth-child(3n+4) {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.s-prod.aquattro {
		width: 50%;
	}
	.s-prod.aquattro:nth-child(2n+3) {
		clear: both;
	}
}

@media all and (max-width: 767px) {
	.s-prod.aquattro {
		width: 100%;
	}
}