@media only screen and (max-width: 767px) {
	.pp_content {padding: 1rem;}
	.pp_details {padding-top: unset!important;}
	.pp_pic_holder.pp_default {
		
		overflow:visible!important;
		
	}
}


/*bandiera lingua*/
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	width: 1.7rem!important;
    height: 1.7rem!important;
	border-radius: 1.7rem!important;
}








.input-group-addon {
	background-color: transparent;
	border: none;
	border-radius: none;
	color: #000000;
	
}





/****/


/* --- modifica owlcarousel ---*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	color: #0262a3!important;
}
.home .owl-stage-outer {
	margin-bottom: 1rem;
	padding-bottom:2rem;
}

.carousel-item.azienda.active {
	height: 60vh;
}

.prodoti-carousel.item .card {
	height: 35vh;
}
.prodoti-carousel.item .card a .product-image {
	height: 32vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.prodoti-carousel.item .card a .product-image .card-img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    background-color: rgba(26,46,56,0.7);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.prodoti-carousel.item .card a .product-image .card-img-overlay:hover {
	opacity: 1;
}
.prodoti-carousel.item .card a .product-image .card-img-overlay * {
	width:100%;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 0;
}

/*carousel generico
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0262a3!important;
	border: none!important;
}
.owl-theme .owl-dots .owl-dot span {
	border: solid 2px #0262a3!important;
    background: none!important;
}*/



/* versioni elenco prodotto in block */
.elenco-prodotti .prodoti-carousel.item .card {
	height: auto;
}
.elenco-prodotti .prodoti-carousel.item .card .product-image {
	height: auto;
	position: relative;
}
.elenco-prodotti .prodoti-carousel.item .card .product-image img {
	visibility: hidden;
}
.elenco-prodotti .prodoti-carousel.item .card .product-image .card-img-overlay span {
	font-size: 4rem;
}



/**/

/** cambio pallini owl carousel **/
.owl-theme .owl-dots .owl-dot span {
	width: 30px!important;
    height: 3px!important;
	border-radius: 1px!important;
	background: rgba(2,98,163,0.65);
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 30px!important;
    height: 3px!important;
	border-radius: 1px!important;
	background: #0262a3;
}
.owl-prodotto .owl-stage-outer .owl-stage .owl-item .item .card .card-img-top {
	max-height: 26vh;
	object-fit: contain;
}

@media screen and (min-width: 992px) {
	.w-md-97 {
		width:94.98%;
	}
}
@media screen and (min-width: 760px) {
	.w-md-97 {
		width:94%;
	}
}/*
@media screen and (max-width: 600px) {
	.card-img-top {
		max-height:40vh;
	}
}*/