.articolo a {
	color: #f96303;
}

.articolo a:hover {
	text-decoration: underline;
}

.articolo ul {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	line-height: 28px;
}

.articolo li {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	line-height: 28px;
}

.title-banner h1 {
	color: white;
	text-align: center;
	text-shadow: 2px 2px 6px black;
}

.title-banner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	background-size: cover;
	font-size: 50px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.title-banner {
		position: relative;
		z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		min-height: 260px;
		background-size: cover;
		font-size: 42px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 425px) {
	.title-banner {
		position: relative;
		z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		min-height: 230px;
		background-size: cover;
		font-size: 32px;
		margin-bottom: 25px;
	}
}

div.articolo h2 {
	font-size: 26px;
	font-family: ZillaSlab_medium;
	margin: 30px 0px 20px 0px;
}

div.articolo h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: ZillaSlab_medium;
	margin: 30px 0px 20px 0px;
}

div.articolo p {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
}

#breadCrumb {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

#breadCrumb a {
	color: #f96303;
}

.didascalia {
	font-size: 12px;
}

.didascalia a {
	color: #f96303;
}

.didascalia a:hover {
	text-decoration: underline;
}

.box-overlay {
    position: absolute;
    background: rgb(70 70 70 / 20%);
    width: 100%;
    height: 100%;
}

.box-title-banner {
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
	justify-content: center;
	width: 100%;
}

.articolo-img {
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	margin: 30px 0px;
}

.articolo-img p {
	margin: 0px;
	font-weight: 400;
	font-size: 15px;
	color: #53565a;
}

.articolo-img .tooltip-text {
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	background-color: white;
	border-radius: 15px;
	width: 300px;
	height: 130px;
	z-index: 3;
}

.articolo-img .tooltip-text:hover {
	background-color: #ececec;
}

.articolo-img .tooltip:hover .tooltip-text {
	visibility: visible;
}

.articolo-img .didascalia-prodotto {
	width: 50%;
	padding: 5px;
	font-family: 'Zilla Slab', serif;
}

.articolo-img .foto-prodotto {
	width: 50%;
	padding: 0px 5px 0px 8px;
}

.articolo-img #foto-prodotto {
	border-radius: 15px;
	vertical-align: middle;
}

.tag-box {
	position: absolute;
	padding: 20px;
}

.tag-icon {
	background-color: rgb(255 255 255);
    border: 4px solid #646568;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    z-index: 2;
	position: absolute;
    transform: translate(-50%, -50%);
}

.tag-shadow {
	background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    box-shadow: 0 0 8px 12px rgb(0 0 0 / 30%);
    height: 1px;
    width: 1px;
	position: absolute;
    transform: translate(-50%, -50%);
} 

.social-share {
	text-align: center;
	padding-bottom: 15px;
	font-size: 25px;
}

.staticPageCustomSelector div#social_container_div {
	margin: auto;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
}

.articolo-img .titolo-prodotto {
	font-size: 14px;
	line-height: 18px;
	color: #4d4d4d;
}

@media screen and (max-width: 600px) {
	.articolo-img .tooltip-text {
		width: 60vw;
		height: 178px;
	}
	
	.articolo-img .didascalia-prodotto {
		order: 1;
		width: 90%;
		line-height: 16px;
		padding-top: 0px;
	}
	
	.articolo-img .titolo-prodotto {
		font-size: 11px;
		line-height: 0px;
	}
	
	.articolo-img .foto-prodotto {
		order: 2;
		width: 90%;
		padding-left: 5px;
	}
	
	.articolo-img .tooltip-text {
		flex-direction: column;
		max-width: 175px;
	}
	
	.articolo-img #foto-prodotto {
		max-width: 172px;
	}
	
	.articolo-img .arrow {
		font-size: 13px;
	}
}