/* ================================
   GENERALE
================================ */
html, body{height:100%;}
body{background:#ededed;}

@media (min-width:1400px){
	.container{max-width:1440px;}
}

/* VISUAL */
.visual{
	padding:0;
	border-bottom:5px solid #fff;
}

/* CATEGORIA MERCEOLOGICA */
.categoria{
	padding-top:10px;
	background:url("../img/bg-main.jpg") top right no-repeat;
	background-size:contain;
}
@media(min-width:1400px){.categoria{background-size:auto;}}

/* CAROUSEL */
.owl-carousel{
	padding:0 70px;
}
.slide{
	margin-bottom:40px;
	border:3px solid #dd722e;
}

/* IMMGINI - senza zoom */
.slide img{
	width:100%;
	display:block;
}

/* DOTS */
.owl-dots{
	background:#ededed;
	padding:15px 0;
}

/* NAV FRECCE */
/* FRECCE GRANDI A LATI DEL CAROSELLO */
.owl-carousel.owl-theme .owl-nav{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	display:flex;
	justify-content:space-between;   /* spinge le frecce ai lati */
	pointer-events:none;             /* abilita click solo sui bottoni */
}

.owl-carousel.owl-theme .owl-nav button{
	width:60px;
	height:60px;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	border:none!important;
	outline:none!important;
	pointer-events:auto;             /* riattiva click solo sui pulsanti */
}

/* freccia sinistra */
.owl-carousel.owl-theme .owl-nav .owl-prev{
	background-image:url("../img/prev.png") !important;
	margin-left:-40px;               /* le porta fuori dal carosello */
}

/* freccia destra */
.owl-carousel.owl-theme .owl-nav .owl-next{
	background-image:url("../img/next.png") !important;
	margin-right:-40px;
}

/* Nasconde le piccole frecce nere interne */
.owl-carousel.owl-theme .owl-nav button span{display:none!important;}

/* MOBILE – 1 prodotto e piena larghezza */
@media(max-width:767px){
	.owl-carousel{padding:0;}
	.slide{margin:10px;width:100%;}
}

/* PUNTI VENDITA
-------------------------------------------------------------------------------------- */
.punti-vendita {
	font-family: 'DIN Pro Regular', sans-serif;
	text-align: center;
	background: #ccc;
	padding: 20px;
	font-size: 16px; line-height: 20px;
}

.punti-vendita strong {
	font-family: 'DIN Pro Bold', sans-serif;
}

@media (min-width: 768px) {
	.punti-vendita {
		font-size: 18px; line-height: 24px;
	}
}

@media (min-width: 990px) {
	.punti-vendita {
		font-size: 26px; line-height: 32px;
	}
}

.punti-vendita p {
	margin-bottom: 0; padding-bottom: 0;	
}

.punti-vendita span {
	color: #878787;
}

/* FOOTER
-------------------------------------------------------------------------------------- */
.footer {
	padding: 25px;
	background: #4a4a4a;
	text-align: center;
	color: #fff;
}

/* TOP FOOTER */
.top-footer {	
	font-family: 'DIN Pro Bold', sans-serif;
	font-size: 16px; line-height: 16px;
	padding-bottom: 25px;
}

.top-footer img {
	margin: 0 10px;
}

.top-footer p {
	margin-right: 20px;
}

@media (min-width: 1400px) {
	.top-footer p {
		margin-left: -150px;
	}
}

.top-footer div {
	padding: 10px;
}

/* PULSANTE */
.button {
	background: #fe7632;
	color: #fff;
	border-radius: 25px;
	font-family: 'DIN Pro Bold', sans-serif;
	font-size: 14px; line-height: 14px;
	padding: 13px 30px 12px;
	display: inline-block; text-decoration: none;
	text-transform: uppercase;
}

.button:hover {
	background: #e26a0a;
	color: #fff;
}

/* BOTTOM FOOTER */
.bottom-footer {
	border-top: 1px solid #fff; background: transparent;
	font-size: 11px; line-height: normal;
	padding-top: 20px;
}

.bottom-footer div {
	padding: 10px;
}

.bottom-footer a {
	text-decoration: none;
	color: #fff;
}

.bottom-footer a:hover {
	text-decoration: underline;
}

.bottom-footer ul {
	list-style: none;
	display: inline-block;
}

.bottom-footer li {
	padding-right: 10px; margin-right: 10px;
	border-right: 1px solid #fff;
	display: inline-block;
}

.bottom-footer li:last-child {
	border: none;
}

/* ICO SOCIAL */
.bottom-footer img {
	padding: 7px;
	border-radius: 40px;
	width: 40px; height: 40px;
	background: #8d8d8d;
	margin: 0 10px;
}
@media(max-width:767px){
	.owl-carousel {
		padding: 0; 
		margin: 0 auto; /* centra il carosello */
	}
	.slide {
		margin: 0 auto;  /* centra il singolo prodotto */
		width: calc(100% - 20px); /* sottrae i margini per evitare overflow */
		box-sizing: border-box; /* include padding e bordo nel calcolo larghezza */
	}
}
.data {
	font-family: 'DIN Pro Regular', sans-serif;
	text-align: center;
padding: 20px;
	font-size: 16px; line-height: 20px;
}

.data strong {
	font-family: 'DIN Pro Bold', sans-serif;
}

@media (min-width: 768px) {
	.data {
		font-size: 18px; line-height: 24px;
	}
}

@media (min-width: 990px) {
	.data {
		font-size: 26px; line-height: 32px;
	}
}

.data p {
	margin-bottom: 0; padding-bottom: 0;	
}


