.swiper-container-horizontal > .swiper-scrollbar {
	width: calc(100% - 95px);
	left: 0;
	height: 1px;
	background: #CCCBCB;
}
.swiper-scrollbar-drag {
	background: #000;
}
.slider-infografiche .swiper-button-prev,
.slider-ricerche .swiper-button-prev {
	top: 50%;
	margin-top: -56px;
	width: 78px;
	height: 112px;
	left: 0;
	right: auto;
}
.slider-infografiche .swiper-button-next,
.slider-ricerche .swiper-button-next {
	top: 50%;
	margin-top: -56px;
	width: 78px;
	height: 112px;
	right: 0;
}
.slider-infografiche .swiper-button-prev,
.slider-ricerche .swiper-button-prev {
	background-image: url('../img/ico_arrow_left_slider.png');
	background-size: 78px 112px;
}
.slider-infografiche .swiper-button-next,
.slider-ricerche .swiper-button-next {
	background-image: url('../img/ico_arrow_right_slider.png');
	background-size: 78px 112px;
}

.cont_imgprodsez {
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin: 0;
}

.slider-ricerche .cont_imgprodsez {
	height: auto;
}

.riga-news-eventi .cont_imgprodsez {
	height: 300px;
}

/*.s-prod > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	outline: 0;
}*/

.s-prod .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 32px 32px 100px 32px;
	background: #fff;
	min-height: calc(100% - 400px);
}

.slider-ricerche .s-prod .info {
	position: static;
	min-height: 0;
	float: left;
}

.riga-news-eventi .s-prod .info {
	padding-bottom: 130px;
}

.s-prod {
    margin-bottom: 0;
    max-width: 100%;
	min-height: 682px;
	border: 1px solid #B5B5B7;
	width: 580px;
}

.slider-ricerche .s-prod {
	min-height: 0;
	margin-top: 1px;
	margin-bottom: 1px;
}

.riga-news-eventi .s-prod {
	min-height: 634px;
}

.s-prod .info .cat_prod {
    font-size: 26px;
    color: #353536;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 24px;
	display: none;
}

.riga-news-eventi .s-prod .info .cat_prod {
	display: block;
}

.s-prod .info .cat_prod::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    max-width: 213px;
    left: 0;
    background: #353536;
}

.s-prod .info .tit_prod {
	margin: 0 0 22px;
	font-size: 24px;
	color: #213259;
	line-height: 34px;
	display: block;
	min-height: 68px;
	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 .wish-price {
	margin: 0;
	padding: 0 32px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
}

.riga-news-eventi .s-prod .info .wish-price {
	min-height: 130px;
	padding-bottom: 32px;
}

.s-prod .info .label {
	margin: 0 0 24px 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;
}

.riga-news-eventi .s-prod .info .label {
	position: absolute;
	bottom: 0;
	left: 0;	
	padding: 0 32px 32px;
	margin: 0;
}

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

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

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

@media all and (max-width: 991px) {
	.slider-ricerche .swiper-button-next,
	.slider-ricerche .swiper-button-prev {
		display: none;
	}
}