@import url("../custom/6+.css");

/* CSS FONTS */
/*@font-face {
  font-family: 'HighTide';
  src:  url('fonts/HighTide.otf')  format('opentype'), url('fonts/HighTide.woff') format('woff'), url('fonts/HighTide.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
.HighTide {
	 font-family: 'HighTide';
	 color: #816252;
	 font-size: 55px;
}*/

/* CSS UNIVERSALI */
.solodesktop {
	display: inline;
	}
.solomobile {
	display: none;
	}


.btn-primary {
		color: #fff;
		background-color: #ff6000;
		border-color: #ff6000;
	}
.badge-primary {
		color: #fff;
		background-color: #ff6000;
	}
.categories {
	float: none;
	width: 90px;
	min-width: 90px;
	height: 300px;
	margin: 15px;
	background-size: auto 105%;
	background-position: center;
	border-radius: 40px;
	box-shadow: 0px 1px 7px #666;
}
.categories .categories-details {
	flex-direction: column;
	top: auto;
	left: 23px;
	bottom: 10px;
	transform: none;
}
.quantity .plusx, .quantity .minusx {
	display: block;
	cursor: pointer;
	border: 0px transparent;
	padding: 0;
	width: 36px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #EEE;
	font-size: 1rem;
	font-weight: bold;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}
.quantity .plusx:hover, .quantity .minusx:hover {
	background-color: #DDD;
}
.entry::after {
	margin-top: 0px;
}

.logo-ayvens {
	height: 40px;
	margin-right: 50px;
}

.product-price {
	font-size: 1.180rem;
	font-weight: 700;
	color: #bfae82;
	margin-bottom: 4px;
}
.content-wrap {
	padding: 40px 0;
}
label {
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
}

.categories .categories-details .info {
	text-shadow: 1px 2px 8px black;
}
.style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg {
	font-size: 0.8rem;
}

.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 500;
	letter-spacing: -1px;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	font-family: 'Poppins', serif !important;
}

.bg-dark {
	background-color: #ff6000 !important;
}
#content .txt-intro p {
	line-height: 1.2;
}
.txt-intro p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 12px;
}
#page-title {
	padding: 2rem 0;
}

/* Card prodotto noleggio auto */
.product-card-rent {
	 background: #fff;
	 border-radius: 8px;
	 overflow: hidden;
	 box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	 transition: transform 0.3s ease;
	 position: relative;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
}

.product-card-rent:hover {
	 transform: translateY(-5px);
	 box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.product-card-rent .product-image-rent {
	position: relative;
	background: #fff;
	padding: 10px;
	text-align: center;
}

.product-card-rent .product-image-rent img {
	 max-width: 100%;
	 height: auto;
}

.product-image-rent {
	 position: relative;
	 background: #f5f5f5;
	 padding: 20px;
	 text-align: center;
	 min-height: 280px; /* Altezza minima fissa */
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
}

.product-image-rent img {
	 max-width: 100%;
	 max-height: 280px; /* Altezza massima per le auto */
	 width: auto;
	 height: auto;
	 object-fit: contain; /* Mantiene le proporzioni */
}

/* Se vuoi che i loghi stiano sempre in basso */
.product-logos {
	 margin-top: auto;
}

.product-price-badge {
	 position: absolute;
	 top: 10px;
	 right: 5px;
	 background: #ff6b35;
	 color: #fff;
	 border-radius: 50%;
	 width: 80px;
	 height: 80px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 font-weight: bold;
	 box-shadow: 0 4px 12px rgba(255,107,53,0.4);
	 z-index: 10;
}

.product-price-badge .price-label {
	 font-size: 14px;
	 font-weight: 400;
	 margin-bottom: -5px;
}

.product-price-badge .price-value {
	 font-size: 30px;
	 font-weight: 700;
	 line-height: 1;
}

.product-price-badge .price-period {
	 font-size: 14px;
	 font-weight: 400;
}

.product-cta-button {
	 display: inline-block;
	 background: #ffd500;
	 color: #004b87;
	 padding: 15px 40px;
	 border-radius: 50px;
	 font-size: 20px;
	 font-weight: 700;
	 text-decoration: none;
	 margin: 20px 0;
	 transition: all 0.3s ease;
}

.product-cta-button:hover {
	 background: #ffed4e;
	 transform: scale(1.05);
	 text-decoration: none;
	 color: #004b87;
}

.product-logos {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 0 0px;
	 margin-top: 0px;
}

.product-logos img {
	 max-height: 60px;
	 width: auto;
}

.product-disclaimer {
	 font-size: 11px;
	 color: #666;
	 padding: 0px 20px 10px;
	 line-height: 1.4;
}

.product-title-box {
	 background: #ff6000;
	 color: #fff;
	 padding: 10px;
	 text-align: center;
	 margin: 0;
}

.product-title-box h3 {
	 font-size: 18px;
	 font-weight: 700;
	 margin: 0 0 0px 0;
	 color: #fff;
}

.product-title-box p {
	 font-size: 14px;
	 font-weight: 400;
	 margin: 0;
	 color: #fff;
}

.product-specs-table {
	 width: 100%;
	 border-collapse: collapse;
	 margin-top: 0;
	 margin-bottom: 0;
}

.product-specs-table th,
.product-specs-table td {
	 border: 2px solid #fff;
	 padding: 8px 8px;
	 text-align: center;
	 background: #0d7a8a;
	 color: #fff;
}

.product-specs-table th {
	 font-size: 10px;
	 font-weight: 700;
	 background: #0d7a8a;
	 line-height: 1.2;
}

.product-specs-table td {
	 font-size: 20px;
	 font-weight: 700;
	 background: #108a9a;
}

.product-specs-table th small {
	 display: block;
	 font-size: 8px;
	 font-weight: 400;
	 margin-top: 2px;
}

.product-footer-text {
	 background: #f8f8f8;
	 padding: 15px 20px;
	 text-align: center;
	 font-size: 18px;
	 font-weight: 700;
	 color: #ff6b35;
	 margin-top: auto;
}


.product-offer-badge {
	 position: absolute;
	 top: 12px;
	 left: 12px;
	 background-color: #108a9a;
	 color: #fff;
	 border-radius: 50%;
	 width: 80px;
	 height: 80px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 z-index: 2;
	 line-height: 1.2;
	 padding: 6px;
	 box-shadow: 0 4px 12px rgba(37, 157, 31, 0.4);
}

.product-offer-badge .offer-label {
	 font-size: 12px;
	 font-weight: 700;
	 text-transform: uppercase;
	 display: block;
}

.product-offer-badge .offer-sublabel {
	 font-size: 10px;
	 font-weight: 400;
	 display: block;
	 opacity: 0.9;
}


@media (max-width: 768px) {
	 .product-price-badge {
		  width: 100px;
		  height: 100px;
		  top: 10px;
		  right: 10px;
	 }
	 
	 .product-price-badge .price-label {
		  font-size: 14px;
	 }
	 
	 .product-price-badge .price-value {
		  font-size: 32px;
	 }
	 
	 .product-price-badge .price-period {
		  font-size: 12px;
	 }
	 
	 .product-specs-table td {
		  font-size: 24px;
	 }
	 
	 .product-specs-table th {
		  font-size: 13px;
	 }
}



/* CSS DESKTOP */
@media (min-width: 1200px) {

}


/* CSS RESPONSIVE TABLET PRO */
@media (min-width: 768px) and (max-width: 991px) {

}


/* CSS RESPONSIVE   TABLET PRO*/
@media (min-width: 992px) and (max-width: 1199px) {



}


/* CSS RESPONSIVE TABLET */
@media (max-width: 767px) {


}


/* CSS RESPONSIVE SMARTPHONE */
@media (max-width: 480px) {
	.solodesktop {
	display: none;
	}
.solomobile {
	display: inline;
	}

.offset-3 {
	margin-left: 0%;
}
.categories {
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(50% - 20px);
	height: 80px;
	margin: 10px;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(.02, .01, .5, 1);
}
.categories .categories-details {
	position: absolute;
	display: flex;
	left: 50%;
	top: 50%;
	bottom: auto;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	transform: translate(-50%, -50%);
}
	.offset-1 {
	margin-left: 0;
}

}
