.swiper.swiper-custom {
	padding: 15px;
	width: 100%;
	height: auto;
}

.swiper-button-next, .swiper-button-prev {
    right: 10px;
    left: auto;
    width: auto;
    height: auto;
    background-color: #ffffff96;
    color: #212529ad;
    border: 0px solid #ccc;
    box-shadow: 1px 1px 3px 1px #00000061;
    padding: 10px 3px;
    right: -2px;
    left: auto;
}

.swiper-button-next {
    right: -2px;
    left: auto;
}

.swiper-button-prev {
    left: -2px;
    right: auto;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-custom .box-material img {
    filter: drop-shadow(-8px 8px 10px #000000c7);
	margin: auto;
	transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.box-material img:hover {
  transform: translateZ(12px);
}

.swiper-custom .box-material.box-material-height {
    max-height: 600px;
}





.swiper.swiper-varianti {
	width: 100%;
	height: auto;
}

.swiper.swiper-varianti img {
	width: 100%;
	height: auto;
}

.swiper-slide-thumb-active:before {
	content:'';
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background-color: #0000008a;
}



@media (max-width: 767.98px) {

	.swiper-custom .box-material.box-material-height {
		max-height: 250px;
	}

}