/* Codice CSS per HAMBURGER ANIMATO su SMARTPHONE */
/* ============================================================================== */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #444444;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    left: 0px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    left: 0px;
    top: -11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
}
/* stile pr far scrollare il menu su MOBILE quando supera l'altezza schermo */
/* ============================================================================== */
@media (max-width: 575px) {

}

/* Pulsante X per chiudere il CAROSELLO FullScreen */
/* ============================================================================== */
#chiudi-carosello-basile-full-screen {
	z-index: 5;
	position:absolute;
	top: 70px;
	right: 10px;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
}
/* Stile per MENU NAVIGAZIONE di Destra con ScrollSpy */
/* ============================================================================== */
#menu_navigazione_pagina .active {
	border-left: 5px solid #CCCCCC;
	font-weight:normal;
}
#menu_navigazione_pagina > a {
	line-height: 15px;
	border-left: 5px solid #FFFFFF;
}
#menu_navigazione_pagina > a:hover {
	border-left: 5px solid #CCCCCC;
	font-weight:normal;
}
#menu_navigazione_pagina {
	max-height: 250px;
	height: 250px;
	min-height: 250px;
	margin-top: 15px;
	/*background-color:red;*/
}
@media (max-width: 575px) {
	#menu_navigazione_pagina {
		visibility:hidden;
		display:none;
	}
}
/* Stile per pulsante BACK-TO-TOP */
/* ============================================================================== */
#back-to-top{
    position: fixed;
    bottom: 80px;
    right: 20px;
    display:none;
	z-index: 5000;
}
#back-to-top a{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
#back-to-top a:hover{
    cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}
#back-to-top h1{
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
/* Stile per la NAVBAR (barra MENU in alto fissa) */
/* ============================================================================== */
#basile_navbar {
	background-color: grey; /* Serve per Explorer */
	border-bottom: 1px solid #CCCCCC;
}
/* Stile per FOOTER */
/* ============================================================================== */
.footer {
	width:100%;
	/* height:60px; */
	background-color: #f5f5f5;
	border-top: 1px solid #CCCCCC;
}
@media (max-width: 575px) {
	.footer_contenuto_sx, .footer_contenuto_dx {
		overflow: hidden;
		text-align: center;
		line-height: 30px;
	}
}
@media (min-width: 576px) {
	.footer_contenuto_sx {
		overflow: hidden;
		text-align: right;
		line-height: 60px;
	}
	.footer_contenuto_dx {
		overflow: hidden;
		text-align: left;
		line-height: 60px;
	}
}
/* Stile per FOTO VARIE e MINIATURA FOTO nella CARD */
/* ============================================================================== */
.card-body, .card-footer, .card-header{
	padding:3px;
}
.miniatura {
	width:140px;
	height:140px;
	max-width: 140px;
	max-height:140px;
	min-width: 140px;
	min-height:140px;
	border: 0.5px solid #CCCCCC;
	margin: auto;
	margin-top:8px;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
}
.miniatura_card_catalogo_container{
	width:140px;
	height:140px;
	min-width: 140px;
	min-height:140px;
	border: 0.5px solid #CCCCCC;
	margin: auto;
	margin-top:8px;
	overflow:hidden;
	line-height: 120px;
}
.miniatura_card_catalogo {
	max-width: 130px;
	max-height:130px;
}
.logo_ditta_rotate_container {
	overflow:visible;
	margin:auto;
	position:relative;
}
.logo_ditta_rotate {
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position:absolute;
}
.div_link {
	transition: transform 0.4s ease;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
}
.div_link:hover {
	border: 1px solid #999999;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.card {
	min-width: 150px;
	overflow:hidden;
}
/* Stile BREADCRUMB e NAVIGATION-PAGE*/
/* ============================================================================== */
.my_breadcrumb {
	border:     1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 10px;;
}
/* Stile Immagini HOME PAGE */
/* ============================================================================== */
.img_navigazione { /* La prima immagine nella Home in mezzo al testo */
	width:50%;
}
/* Immagini galleria foto nella HOME */
.img_gallery {
	width:30%;
}
/* Stile Immagini Catalogo ARTICOLO */
/* ============================================================================== */
.carousel-articolo-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2306f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-articolo-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2306f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
#carousel_articolo_container{
	overflow:hidden;
	margin-bottom:10px;
	padding:10px;
}
.img_carousel_articolo{
	max-width:100%;
	max-height:94%;
}
.carousel_articolo_indicators li {
    border-radius: 50%;
    height: 15px;
    width: 15px;
	background-color:#92CBFA;
	cursor:pointer;
}
.carousel_articolo_indicators .active {
	background-color: blue;
}
/* Stile di pagina generico */
/* ============================================================================== */
.titolo_sezione {
	display:block;
	width:100%;
	margin-top: 10px;
	margin-left: 5px;
}
.ancora-basile { 
  margin-bottom: 20px; 
}
body { 
	padding-top: 60px;
	/* Serve per dividere le parole (mandare a capo) per non farle uscire dal DIV se sono troppo lunghe
	/* word-wrap: break-word; */
}
/* Blocco nascosto per posizionare correttamente sotto la navbar fissa in alto i link hash # tramite id */
/* ============================================================================== */
.ancora-basile:before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden;
}
/* Blocco nascosto per visualizzare il contenuto a fondo pagina che sarebbe nascosto dal FOOTER */
/* -----> Attivare solo con FOOTER fixed-bottom */
/* ============================================================================== */
.container_DISATTIVATO:after { 
  display: block; 
  content: " "; 
  margin-bottom: -60px; 
  height: 60px; 
  visibility: hidden; 
}

.language_selector {
	width: 50px;
}

.offcanvas-debug {
	--bs-offcanvas-width: 700px !important;
}

a {
	text-decoration: none;
}

/* .session_button { */
	/* text-decoration: underline; */
/* } */

#backToTop { 
	border-radius: 50% !important;
	margin: 0 5px !important;
	background-color: white !important;
	color: #6c757d !important;
	border: 0px !important;
}

.btn {
	/* padding: 10px 16px !important; */
	border-radius: 3px !important;
	letter-spacing: .05rem !important;
	text-transform: uppercase !important;
	transition: all .3s !important;

}

.btn-basile-primary {
	color: #0d6efd;
	background-color: #fff;
	border: 2px solid #0d6efd;
}

.btn-basile-primary:hover {
	color: #fff !important;
	background-color: #0d6efd !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-danger {
	color: #e84133;
	background-color: transparent;
	border: 2px solid #e84133;
}

.btn-basile-danger:hover {
	color: #fff !important;
	background-color: #e84133 !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-success {
	color: #198754;
	background-color: transparent;
	border: 2px solid #198754;
}

.btn-basile-success:hover {
	color: #fff !important;
	background-color: #198754 !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-secondary {
	color: #000;
	background-color: transparent;
	border: 2px solid #6c757d;
}

.btn-basile-secondary:hover {
	color: #fff !important;
	background-color: #6c757d !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-light {
	color: #f8f9fa;
	background-color: transparent;
	border: 2px solid #f8f9fa;
}

.btn-basile-light:hover {
	color: #000 !important;
	background-color: #f8f9fa !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-dark {
	color: #212529;
	background-color: transparent;
	border: 2px solid #212529;;
}

.btn-basile-dark:hover {
	color: #f8f9fa !important;
	background-color: #212529 !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-warning {
	color: #ffc107;
	background-color: transparent;
	border: 2px solid #ffc107;;
}

.btn-basile-warning:hover {
	color: #000 !important;
	background-color: #ffc107 !important;
	box-shadow: 0 0 8px rgba(0,0,0,.25) !important;
}

.btn-basile-transparent {
	color: #6c757d;
	background-color: transparent;
	border: 2px solid transparent;
}

.bg-basile-secondary {
	/* --bs-bg-opacity: 1; */
	background-color: rgba(240, 240, 240, 0.6) !important;
}

.bg-basile-primary {
	/* --bs-bg-opacity: 1; */
	background-color: #0d6efd !important;
}

.bg-basile-warning-fluo {
	/* --bs-bg-opacity: 1; */
	background-color: #ffff00 !important;
}

.pagination {
    --bs-pagination-border-width: 0 !important;
    --bs-pagination-border-radius: 0 !important;
}

.pagination>li.active>a { border-radius: 50% !important; margin: 0 5px !important;}
.pagination>li.active>span { border-radius: 50% !important; margin: 0 5px !important;}

#cookie_bar {
	background: #2d3f4a !important;
	background: -moz-radial-gradient(circle,rgba(45,63,74,1) 33%,rgba(0,0,0,.9) 100%) !important;
	background: -webkit-radial-gradient(circle,rgba(45,63,74,1) 33%,rgba(0,0,0,.9) 100%) !important;
	background: radial-gradient(circle,rgba(45,63,74,1) 33%,rgba(0,0,0,.9) 100%) !important;
	font-family: 'Route 159',sans-serif !important;
	left: 0 !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 4px !important;
	position: fixed !important;
	width: 100% !important;
	z-index: 9999 !important;
}

.badge {
    --bs-badge-border-width: 0 !important;
    --bs-badge-border-radius: 0 !important;
}

.element {
	transition: transform .2s !important; /* Animation */
}

.element:hover {
	transform: scale(1.05) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.mini_element {
	transition: transform .2s !important; /* Animation */
}

.mini_element:hover {
	transform: scale(1.05) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}