.ywcfav_hide {
	display: none;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	z-index: 10;
}

.ywcfav-video-content {
	position: relative;
	overflow: hidden;
}

.ywcfav-video-content iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.yith_featured_thumbnail {
	position: relative;
}

.vbox-inline.figlio {
	width: 90% !important;
	height: auto;
	background: transparent !important;
}

.ywcfav_slider_wrapper .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.yith-quick-view-thumbs div.yith_featured_thumbnail {
	position: relative;
}

.yith-quick-view-thumbs div.yith_featured_thumbnail:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: "";
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
	pointer-events: none;
}

.yith-quick-view-thumbs div.yith_featured_thumbnail:before {
	opacity: 1;
}

.theme-yith-proteo .woocommerce-product-gallery .yith_featured_thumbnail:before {
	top: calc(50% - 15px);
}