/* -------------------------- VARIABLES -------------------------- */
:root {
	--line-height: calc(1em + 8px);
	
	--primary-color: #F52235;
	--secondary-color: #414042;
	--bg-copyright: #2a2a2b;
	--light-grey: #f1efef;
	--subtitle-grey: #8b8b8d;
}

/* -------------------------- BOXED -------------------------- */
/* --- bg --- */
body.boxed {
  background: linear-gradient(to bottom, var(--primary-color) 80px, var(--light-grey) 80px, var(--light-grey) calc(100% - 490px), var(--secondary-color) calc(100% - 490px), var(--secondary-color) calc(100% - 140px), var(--primary-color) calc(100% - 140px));
}

/* --- topbar --- */
body.boxed #topbar {
  border-bottom: none;
  background-color: var(--primary-color) !important;
}
body.boxed #topbar a {
  color: white !important;
}
body.boxed #topbar ul.p-dropdown-content > li > a {
  color: black !important;
}

/* --- header --- */
body.boxed #header:not(.sticky-active) .header-inner {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

/* --- footer --- */
body.boxed #footer .footer-content {
  min-height: 350px;
  max-height: 350px;
}
body.boxed #footer .copyright-content {
  min-height: 140px;
  max-height: 140px;
}

/* --- slider --- */
body.boxed .tp-leftarrow {
  left: calc((100% - 1200px) / 2) !important;
}
body.boxed .tp-rightarrow {
  left: calc(100% - ((100% - 1200px) / 2)) !important;
}

/* --- shadow --- */
body.boxed .body-inner {
  position: relative;
}
body.boxed .body-inner:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 635px);
  position: absolute;
  top: 65px;
  left: 0;
  box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 15%);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: transparent;
}

body.boxed .body-inner > *:nth-last-child(2) {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 80px;
}


/* -------------------------- FIX BUG STYLE THEME -------------------------- */
/* non viene mai aggiunta la class .video_loaded e quindi mettiamo l'opacity della classe già a 1 */
.html5vid {
  opacity: 1;
}
/* -------------------------- TEXT -------------------------- */

/* --- font weight --- */
h1, h2, h3, h4 {
	font-family: 'Exo', sans-serif;
	font-weight: 800;
}
h5, h6, h5.subtitle > a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
p, span, li, div, input, textarea, button {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}
#mainMenu nav > ul > li > a, 
#mainMenu nav > ul > li .dropdown-menu > li > a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.btn {
	font-weight: 700 !important;
}

/* --- font size --- */
h2 {
  font-size: 45px;
  line-height: 55px;
}
h3 {
  font-size: 40px;
  line-height: 50px;
}
h4 {
  font-size: 28px;
  line-height: var(--line-height);
}
h5 {
	font-size: 20px;
	line-height: var(--line-height);
}
h6 {
	font-size: 16px;
	line-height: var(--line-height);
}

/* --- font color --- */
a, p, label,
h5.subtitle > a:hover,
p a:hover,
#mainMenu li > a {
	color: var(--secondary-color) !important;
}
h5.subtitle > a:hover {
	color: var(--subtitle-grey) !important;
}
#footer p,
#footer a {
	color: white !important;
}
.text-green,
h5.subtitle > a,
p a,
a:hover,
#mainMenu li:hover > a,
#footer a:hover {
	color: var(--primary-color) !important;
}
.text-black {
	color: black !important;
}

/* --- font style --- */
h4.small-title {
	font-size: 18px !important;
	line-height: var(--line-height) !important;
}
h5.subtitle {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--subtitle-grey);
}
#mainMenu nav > ul > li > a {
	text-transform: initial;
	font-size: 14px;
}
#mainMenu h6 {
	font-size: 13px;
  line-height: 17px;
}
#subheaderMenu a {
	color: white !important;
}
#subheaderMenu .subheader-parent > a {
	font-size: 18px;
	font-weight: 500;
}
#subheaderMenu .subheader-child > a {
	font-weight: 500;
}
.product .product-title h3,
.product .product-title h3 a {
  font-size: 18px;
  line-height: var(--line-height);
}
.input-group-icon {
  flex-wrap: nowrap;
  align-items: center;
}
.input-group-icon .form-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-icon .input-group-addon-icon {
  background-color: var(--light-grey);
  min-height: 40px;
  display: flex;
  align-items: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 15px;
}
#screenshot {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: white !important;
	z-index: 9;
}
#topbar .p-dropdown {
  line-height: 40px;
}


/* -------------------------- OBJECT -------------------------- */

/* --- others --- */
.full-width {
	width: 100%;
}

/* --- shadow round border --- */
.grid-item > .product,
.shadow-round-border {
  position: relative;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  background-color: white;
}

/* --- divider --- */
.divider {
  margin: 40px auto !important;
  display: block;
  max-width: 150px;
  height: 1px;
  background-color: var(--primary-color);
}

/* --- timeline --- */
.timeline {
  position: relative;
  list-style: none;
  padding: 100px 0 20px;
  margin-bottom: 60px;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  margin-left: -2px;
	border: none;
  background-color: var(--light-grey);
	z-index: 50;
}
.timeline:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
	z-index: 100;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timeline > li.timeline-inverted {
  flex-direction: row-reverse;
}
.timeline > li > .timeline-panel {
  position: relative;
  width: 46%;
  padding: 20px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  display: inline-block;
  top: calc(50% - 15px);
  right: -44px;
  border-top: 15px solid transparent;
  border-left: 0 solid var(--light-grey);
  border-right: 15px solid var(--light-grey);
  border-bottom: 15px solid transparent;
  content: '';
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  left: -44px;
  right: auto;
  border-left-width: 0;
  border-right-width: 15px;
  transform: rotate(180deg);
}
.timeline > li > .timeline-badge {
  position: absolute;
  text-align: center;
  top: 30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 18px;
	padding: 5px;
  border-radius: 50px;
  color: white;
  background-color: var(--primary-color);
  z-index: 100;
}
/* ----- clearfix non necessario con flex usato al posto del float
.timeline > li:after,
.timeline > li:before {
  content: '';
  display: table;
  clear: both;
}
.timeline > li > .timeline-panel {
	float: left;
  position: relative;
  width: 46%;
  padding: 20px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li > .timeline-image {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-image {
  float: left;
}
----- */

/* --- news card --- */
.news-filter {
	clear: both;
	display: block;
	height: 42px;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.news-filter ul {
    list-style: none;
    padding: 0;
    position: relative;
    height: auto;
}
.news-filter li {
    position: relative;
    margin-right: 6px;
    border: 0;
    margin-bottom: -1px;
    display: inline-block;
    float: left;
}
.news-filter li a {
    font-weight: 600;
    display: block;
    position: relative;
    padding: 12px 17px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 50px;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
}
.news-filter li.active a, .news-filter li:hover a {
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
    background-color: transparent;
}
div.news-card {
  border-radius: 25px;
  overflow: hidden;
}
div.news-card > div.img-news {
  max-height: 200px !important;
  min-height: 200px !important;
  display: flex;
  justify-content: center;
  text-align: center;
	background-color: var(--secondary-color);
}
div.news-card > div.img-news > a > img {
	height: 100% !important;
  max-height: 200px !important;
  min-height: 200px !important;
	width: auto !important;
}
div.news-card > div.text-news {
  background-color: var(--light-grey);
  padding: 30px 25px 20px 25px;
}
div.news-card > div.text-news > p {
  min-height: 100px;
}
.news-card .text-news .news-title {
	min-height: 52px;
}
ul.social-news {
  display: flex;
}
ul.social-news > li:not(:last-child) {
	margin-right: 10px;
}
ul.social-news > li::marker {
	content: none;
}

div.news-card > div.text-news > p.desc-settori {
  min-height: 120px;
}
div.news-card > div.text-news > a.btn-settori {
  display: inline-block !important;
  height: auto;
}

/* --- cta footer --- */
#ctaFooter {
  /*background: linear-gradient(to bottom, white 50%, var(--secondary-color) 50%);*/
	padding: 50px 0 !important;
}
#ctaFooter > .container .shadow-round-border {
  padding: 70px 60px;
}

/* --- images --- */
.img-logo-pitt {
	max-width: 150px;
	height: auto;
}

.gmap-rete-vendita {
    height: 600px;
}

/* --- icon servizi --- */
.icon-servizi {
  font-size: 3rem;
  line-height: 60px;
  color: var(--primary-color);
}

/* --- carousel --- */
.carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.carousel .flickity-button .flickity-button-icon {
  fill: var(--primary-color);
}
.carousel .flickity-button.previous {
  right: auto !important;
  left: 10px !important;
}
.carousel .flickity-button.next {
  left: auto !important;
  right: 10px !important;
}
#correlati .carousel .flickity-button.previous,
#correlati .carousel .flickity-button.next {
	opacity: 1 !important;
}
#correlati .carousel .flickity-button.previous {
  left: -40px !important;
}
#correlati .carousel .flickity-button.next {
  right: -40px !important;
}


/* -------------------------- FORM -------------------------- */
.form-floating {
	position: relative;
}
.form-floating > input {
	height: 50px;
	padding: 20px 20px 10px;
}
.form-floating > input::placeholder {
	color: transparent;
}
.form-floating > label {
	position: absolute;
	top: 15px;
	left: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	z-index: 100;
	transition: 0.3s;
}
.form-floating > input:focus ~ label,
.form-floating > input:not(:placeholder-shown) ~ label {
	font-size: 12px;
	top: 3px;
	color: var(--secondary-color);
	transition: 0.3s;
}
.form-floating > span > button {
    height: 50px;
}
.form-input {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: var(--light-grey);
}
textarea.form-input {
	padding: 10px 20px;
}
.modal-strip {
	background-color: var(--light-grey);
}
.modal-strip .text-white-modal-stripe {
  color: white !important;
}
select#nazione {
  background-color: white;
}


/* -------------------------- BUTTONS -------------------------- */
.btn-primary {
	display: flex !important;
	justify-content: center;
	align-items: center;
  border: 2px solid transparent !important;
  border-radius: 50px !important;
  height: 50px;
  background-color: var(--primary-color) !important;
	color: white !important;
}
.btn-primary:hover {
  background-color: white !important;
	color: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
}
.btn-secondary {
	display: flex !important;
	justify-content: center;
	align-items: center;
  border-radius: 50px !important;
  height: 50px;
  background-color: white !important;
	color: var(--primary-color) !important;
	border: 2px solid var(--primary-color) !important;
}
.btn-secondary:hover {
  background-color: var(--primary-color) !important;
	color: white !important;
  border: 2px solid var(--primary-color) !important;
}

/* -------------------------- BACKGROUND -------------------------- */
.bg-green {
	background-color: var(--primary-color) !important;
}
.bg-grey {
	background-color: var(--light-grey) !important;
}


/* -------------------------- HEADER -------------------------- */

/* --- logo --- */
#header #logo a > img {
	max-height: 80px;
	padding: 20px 0;
}

/* --- icon --- */
#mainMenu nav > ul > li > a > i.fa-2xs {
  font-size: .75em !important;
}

/* --- other --- */
#mainMenu li:hover > a:after {
	content: none !important;
}

/* --- dropdown-menu --- */
.dropdown-menu {
  overflow: visible !important;
  border: none !important;
}

/* --- dropdown-mega-menu --- */
#mainMenu nav > ul > li.mega-menu-item > .dropdown-menu {
  width: 1200px;
  left: -45px !important;
}
#mainMenu nav > ul > li:not(.mega-menu-item) > .dropdown-menu {
  left: -15px !important;
}

/* --- dropdown-mega-menu - products --- */
#menuProdotti .mega-menu-categorie,
#menuProdotti .mega-menu-voci {
  height: 520px !important;
}

/* --- dropdown-mega-menu - products - cerca --- */
#menuProdotti #formMenuProdotti .btn-primary {
  width: 50px;
}

/* --- dropdown-mega-menu - products - tab --- */
#menuProdotti .mega-menu-categorie > ul {
  width: 100%;
	height: 100%;
  display: flex;
  flex-direction: column;
}
#menuProdotti .mega-menu-categorie > ul > li.voce-tipologia {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
	background-color: var(--light-grey);
}
#menuProdotti .mega-menu-categorie > ul > li.voce-tipologia.active {
	position: relative;
	background-color: white;
	box-shadow: 0 -2px 2px -2px rgb(0 0 0 / 15%),
							0 0 0 0 rgb(0 0 0 / 0%),
							0 2px 2px -2px rgb(0 0 0 / 15%),
							-2px 0 2px -2px rgb(0 0 0 / 15%);
  z-index: 100;
}
#menuProdotti .mega-menu-categorie > ul > li.voce-tipologia > a {
	padding: 0 !important;
}
#menuProdotti .mega-menu-categorie > ul > li.voce-tipologia.active > a > h6 {
	color: var(--primary-color);
}

/* --- dropdown-mega-menu - products - content --- */
#menuProdotti .mega-menu-voci {
  padding: 20px !important;
  box-shadow: 0 0 2px 0px rgb(0 0 0 / 15%);
}
#menuProdotti .mega-menu-voci > .row-megamenu-prodotti > .row > .single-product-menu {
  min-height: 150px !important;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
}
#menuProdotti .mega-menu-voci > .row-megamenu-prodotti > .row > .single-product-menu img {
  max-height: 100px !important;
}
#menuProdotti .mega-menu-voci > .row-megamenu-prodotti > .row > .single-product-menu h6 {
  margin-top: 10px !important;
	min-height: 72px;
}

/* --- dropdown-mega-menu - badge - service --- */
#menuService .col.menu-badge {
  width: 20% !important;
}

/* --- dropdown-mega-menu - badge --- */
#mainMenu nav > ul > li.mega-menu-item:not(#menuProdotti) > .dropdown-menu {
  padding: 40px 30px;
}
.menu-badge .shadow-round-border {
  overflow: hidden;
  box-shadow: none;
}
.menu-badge .text-menu-badge {
  padding: 10px 15px 0 15px;
}
.menu-badge > a:hover .text-menu-badge > h6,
.menu-badge .text-menu-badge > h6.active {
	color: var(--primary-color);
}
.menu-badge .shadow-round-border:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.menu-badge > a:hover .shadow-round-border:after {
  background: rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}

/* --- search --- */
#header #top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
body.top-search-active #header #top-search form {
    opacity: 1;
    z-index: 10;
}
#header #top-search form input {
	background-color: #ffffff;
	border: 0 none;
	border-radius: 0;
	box-shadow: none!important;
	font-size: 22px;
	height: 100%;
	min-height: 80px;
	letter-spacing: 2px;
	outline: 0 none;
	padding: 0 94px 0 0;
}
#header #top-search .form-floating>label {
	top: 24px;
	left: 14px;
	line-height: 28px;
	font-size: 22px;
}
#header #top-search .form-floating > input:focus ~ label,
#header #top-search .form-floating > input:not(:placeholder-shown) ~ label {
	font-size: 15px;
	top: 7px;
	color: var(--secondary-color);
	transition: 0.3s;
}


/* -------------------------- HEADER NEW -------------------------- */

/* --- dropdown-mega-menu - products --- */
#menuProdottiNew .megamenu-tipologie,
#menuProdottiNew .megamenu-categorie,
#menuProdottiNew .megamenu-voci {
  height: 580px !important;
}

/* --- dropdown-mega-menu - products - cerca --- */
#menuProdottiNew #formMenuProdotti .btn-primary {
  width: 50px;
}

/* --- dropdown-mega-menu - products - tab --- */
#menuProdottiNew .megamenu-categorie {
  border-left: 1px solid white;
}
#menuProdottiNew .megamenu-tipologie > ul {
  width: 100%;
	height: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}
#menuProdottiNew .megamenu-categorie > ul {
  width: 100%;
	height: 100%;
  display: flex;
  flex-direction: column;
}
#menuProdottiNew .megamenu-tipologie > ul {
	background-color: #d8d6d6;
}
#menuProdottiNew .megamenu-categorie > ul {
	background-color: var(--light-grey);
}
#menuProdottiNew .megamenu-tipologie > ul > li.voce-tipologia,
#menuProdottiNew .megamenu-categorie > ul > li.voce-categoria {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 36px;
}
#menuProdottiNew .megamenu-categorie > .ul-megamenu-categoria > .voce-categoria.show,
#menuProdottiNew .megamenu-voci > .row-megamenu-prodotti .single-product-menu.show {
  display: flex !important;
  align-content: flex-start !important;
}
#menuProdottiNew .megamenu-tipologie > ul > li.voce-tipologia:not(:last-child),
#menuProdottiNew .megamenu-categorie > ul:not(:last-child) > li.voce-categoria {
  border-bottom: 1px solid white;
}
#menuProdottiNew .megamenu-tipologie > ul > li.voce-tipologia.active,
#menuProdottiNew .megamenu-categorie > ul > li.voce-categoria.active {
	position: relative;
	background-color: white;
	box-shadow: 0 -2px 2px -2px rgb(0 0 0 / 15%),
							0 0 0 0 rgb(0 0 0 / 0%),
							0 2px 2px -2px rgb(0 0 0 / 15%),
							-2px 0 2px -2px rgb(0 0 0 / 15%);
  z-index: 100;
}
#menuProdottiNew .megamenu-categorie > ul > li.voce-categoria.active {
	box-shadow: 0 -2px 2px -2px rgb(0 0 0 / 15%),
							0 0 0 0 rgb(0 0 0 / 0%),
							0 2px 2px -2px rgb(0 0 0 / 15%),
							0 0 0 0 rgb(0 0 0 / 0%);
}
#menuProdottiNew .megamenu-tipologie > ul > li.voce-tipologia > a,
#menuProdottiNew .megamenu-categorie > ul > li.voce-categoria > a {
	padding: 0 !important;
}
#menuProdottiNew .megamenu-tipologie > ul > li.voce-tipologia.active > a > h6,
#menuProdottiNew .megamenu-tipologie > ul > li.voce-tipologia.active > a > i,
#menuProdottiNew .megamenu-categorie > ul > li.voce-categoria.active > a > h6,
#menuProdottiNew .megamenu-categorie > ul > li.voce-categoria.active > a > i,
#menuProdottiNew .megamenu-voci > .row-megamenu-prodotti > .row > .single-product-menu > a:hover h6 {
	color: var(--primary-color);
}

/* --- dropdown-mega-menu - products - content --- */
#menuProdottiNew .megamenu-voci {
  padding: 20px !important;
  box-shadow: 0 0 2px 0px rgb(0 0 0 / 15%);
}
#menuProdottiNew .megamenu-voci > .row-megamenu-prodotti > .row > .single-product-menu {
  min-height: 140px !important;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
}
#menuProdottiNew .megamenu-voci > .row-megamenu-prodotti > .row > .single-product-menu img {
  max-height: 100px !important;
}
#menuProdottiNew .megamenu-voci > .row-megamenu-prodotti > .row > .single-product-menu h6 {
	margin: 10px 0 !important;
  /* min-height: 54px; */
}
#menuProdottiNew .megamenu-voci > .row-megamenu-prodotti > .row > .single-product-menu span {
	display: inline-block;
	font-size: 12px;
  line-height: 18px;
}



/* -------------------------- SUBHEADER -------------------------- */

/* --- main --- */
#page-title {
  padding: 50px 0;
}
#page-title > .container {
  display: block;
}
#page-title .page-title {
  position: relative;
}
#page-title .page-title:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  background-color: var(--primary-color);
}

/* --- breadcrumb --- */
#page-title .breadcrumb {
  text-align: left;
}
#page-title .breadcrumb ul {
  margin-left: 25px;
}
.breadcrumb li:not(:first-child):before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro" !important;
	color: var(--secondary-color);
	top: -1px;
}

/* --- subheader menu --- */
#subheaderMenu > .container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
#subheaderMenu .subheader-child > a {
	margin-left: 25px;
}
#subheaderMenu .subheader-child > a > span {
  padding: 4px 8px;
}
#subheaderMenu .subheader-child > a > span.active,
#subheaderMenu .subheader-child > a:hover > span {
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}


/* -------------------------- FOOTER -------------------------- */
#footer .footer-content {
  background-color: var(--secondary-color) !important;
	padding: 60px 0 60px 0;
}
#footer .copyright-content {
  background-color: var(--primary-color) !important;
}
#footer.footer-small {
	line-height: 30px;
}
#footer.footer-small .copyright-content {
	min-height: unset;
	height: 30px;
  background-color: var(--secondary-color) !important;
	padding: 5px 0;
}
#footer.footer-small .copyright-content .row .col-12 span {
	font-size: 10px !important;
	line-height: var(--line-height);
  display: block;
}
#footer a:hover > h5.text-green,
#footer .copyright-content a:hover {
	color: white !important;
}
#footer li::marker {
	content: none !important;
}
#footer h5 {
  font-size: 19px;
  line-height: var(--line-height);
}


/* --------------- MODAL STRIP --------------- */
.modal-strip.modal-strip-avviso .modal-strip-testo :last-child {
	margin-bottom: 0;
}
.modal-strip.modal-strip-avviso {
  box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 15%);
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}
.modal-strip.modal-strip-avviso.modal-top:not(.modal-active) {
  transform: translate3d(0px, -400px, 0px);
}
.modal-strip.modal-strip-avviso.modal-bottom:not(.modal-active) {
  transform: translate3d(0px, 400px, 0px);
}


/* -------------------------- SLIDER -------------------------- */
#slider {
  top: -150px;
  margin-bottom: -150px;
}
.inspiro-slider .flickity-button {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.inspiro-slider .flickity-button.previous {
  left: 30px !important;
}
.inspiro-slider .flickity-button.next {
  left: auto !important;
  right: 30px !important;
}
.inspiro-slider .flickity-button:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 50%;
}


/* -------------------------- BRIDGE -------------------------- */
.bridge-badge .shadow-round-border {
  overflow: hidden;
}
.bridge-badge .shadow-round-border .text-bridge-badge {
  padding: 30px;
}
.bridge-badge .shadow-round-border .text-bridge-badge > h4,
#company .bridge-badge .shadow-round-border .text-bridge-badge > p {
  min-height: 72px;
}
#service .bridge-badge .shadow-round-border .text-bridge-badge > p {
  min-height: 150px;
}


/* -------------------------- HOME -------------------------- */

/* --- prodotti --- */
#prodottiHome .col-prodotti-home {
	min-height: 275px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#prodottiHome .shadow-round-border {
	min-height: 150px;
	display: flex;
	align-items: center;
}
#prodottiHome .shadow-round-border a {
  position: relative;
}
#prodottiHome .prodotti-image {
  bottom: -60px;
  left: 140%;
  position: absolute;
  max-width: 270px;
}

/* --- video --- */
#videoHome .shadow-round-border,
#videoProdotto .shadow-round-border {
	overflow: hidden;
}


/* -------------------------- PRODOTTI - ELENCO -------------------------- */

/* --- cerca sidebar --- */
#sidebarfiltri .input-group {
  flex-wrap: nowrap;
}
#sidebarfiltri .input-group > input {
  margin-right: 10px;
}
#sidebarfiltri .input-group > .btn-primary {
  width: 50px;
}

/* --- switch sidebar --- */
#sidebarfiltri .switch-filter {
  display: flex;
}
#sidebarfiltri .switch-text {
  padding-left: 10px;
}
#sidebarfiltri .switch-label {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 22px;
}
#sidebarfiltri .switch-label input {
  display: none;
}
#sidebarfiltri .switch-input {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondary-color);
  transition: .4s;
}
#sidebarfiltri input:checked + .switch-input {
  background-color: var(--primary-color);
}
#sidebarfiltri .switch-input:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: .4s;
}
#sidebarfiltri input:checked + .switch-input:before {
  transform: translateX(18px);
}

/* --- switch rounded sidebar --- */
.switch-input {
  border-radius: 50px !important;
}
.switch-input:before {
  border-radius: 50px;
}

/* --- scheda prodotto --- */
#prodotti {
	margin-left: -20px !important;
}
.grid-item {
	padding: 20px !important;
}
.grid-item > .product {
  display: grid;
  grid-template-columns: 30% 70%;
	align-items: center;
  min-height: 250px;
	margin-bottom: 0;
}
.grid-item > .product > .product-image {
	padding: 10px;
}
.grid-item > .product > .product-image img {
  max-height: 250px;
	width: auto;
	max-width: 100%;
	margin: auto;
}
.grid-item > .product > .product-description {
  padding: 10px 30px 10px 10px;
}
.grid-item > .product > .product-description .product-valori i {
	color: var(--primary-color);
}

/* --- valori prodotti --- */
.product-valori-item {
	display: inline-block;
	font-weight: bold;
}
.product-valori-item i {
	font-size: 18px;
}
.product-valori > .product-valori-item:not(:last-child) {
  margin-right: 20px;
}
.product-valori > .product-valori-item:not(:last-child) {
  margin-right: 20px;
}

/* -------------------------- PRODOTTI - DETTAGLIO -------------------------- */
#correlati .carousel .flickity-viewport {
  min-height: 530px;
}
#correlati .carousel .flickity-viewport .flickity-slider {
  margin-left: 10px !important;
}
#correlati .carousel .flickity-viewport .polo-carousel-item {
  padding-right: 40px !important;
}
#correlati .shadow-round-border {
  overflow: hidden;
}
#correlati .carousel .post-image {
  display: flex;
  align-items: center;
  min-height: 400px;
}
#correlati .carousel .post-image img {
  max-height: 400px;
  width: auto !important;
}


/* -------------------------- STORIA -------------------------- */

/* --- timeline --- */
.timeline .img-logo-timeline {
  min-height: 70px;
}


/* -------------------------- NEWS DETTAGLIO -------------------------- */
.post-data {
	color: var(--secondary-color) !important;
}
.post-data-giorno {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}
.post-data-mese {
	font-weight: 700;
}
.post-data-anno {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.post-item h2.text-medium {
	font-size: 28px !important;
}


/* -------------------------- CERCA -------------------------- */

/* --- btn cerca --- */
#pageCerca .input-group {
  flex-wrap: nowrap;
}
#pageCerca .input-group input {
  margin-right: 10px;
}
#pageCerca .input-group > .input-group-btn > .btn-primary {
  width: 50px;
	border-radius: 50px !important;
}

/* --- icons --- */
.accordion .ac-item .ac-title:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f054' !important;
}
.accordion .ac-item.ac-active .ac-title:before {
  content: '\f078' !important;
}


.col-img-bg-settori {
	min-height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#prodottiSettori .prodotti-image img {
  max-height: 280px;
}
#prodottiSettori .prodotti-image {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* -------------------------- CERCA -------------------------- */
.icon-contatti {
  display: flex;
  align-items: center;
}
.icon-contatti i {
  margin-right: 10px;
}


/* -------------------------- PRIVACY AND COOKIE POLICY -------------------------- */
#privacyCookiePolicy p,
#privacyCookiePolicy ul,
#privacyCookiePolicy ol {
	margin-bottom: 10px;
}
#privacyCookiePolicy li {
	margin-left: 15px;
}
#privacyCookiePolicy a {
	color: var(--primary-color) !important;
}
#privacyCookiePolicy a:hover {
	color: var(--secondary-color) !important;
}


#topbar {
	background-color: var(--primary-color) !important;
	border-bottom: unset !important;
}
#topbar .top-menu > li > a, #topbar .p-dropdown > a {
	color: #ffffff !important;
}
h1, h2, h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
p, span, li, div, input, textarea, button {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
h4, h5, h6, h5.subtitle, h5.subtitle > a {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
}
h5:not(.subtitle) {
	font-weight: 400 !important;
}
h5.subtitle {
	<?php /*
	font-size: 27px;
	line-height: 37px;
	*/ ?>
	letter-spacing: 0;
	text-transform: initial;
	color: var(--secondary-color);
}
#page-title .page-title > h1 {
	font-family: "Montserrat", sans-serif;
	text-transform: inherit !important;
}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
	font-family: "Montserrat", sans-serif;
}
div.news-card > div.text-news > p.desc-settori {
	min-height: 145px;
}
div.news-card {
	border-radius: 10px;
}
.btn {
	height: unset !important;
	border-radius: 5px !important;
	padding: 10px 18px !important;
}


/* ------------------------------------------------------------ */
/* ------------- MARGIN E PADDING ----------------------------- */
/* ------------------------------------------------------------ */

.m-0 { margin: 0px !important }
.m-5 { margin: 5px !important }
.m-10 { margin: 10px !important }
.m-15 { margin: 15px !important }
.m-20 { margin: 20px !important }
.m-25 { margin: 25px !important }
.m-30 { margin: 30px !important }
.m-35 { margin: 35px !important }
.m-40 { margin: 40px !important }
.m-50 { margin: 50px !important }
.m-60 { margin: 60px !important }
.m-70 { margin: 70px !important }
.m-80 { margin: 80px !important }
.m-90 { margin: 90px !important }
.m-100 { margin: 100px !important }
.m-110 { margin: 110px !important }
.m-120 { margin: 120px !important }
.m-130 { margin: 130px !important }
.m-140 { margin: 140px !important }
.m-150 { margin: 150px !important }
.m-200 { margin: 200px !important }

.mb-0 { margin-bottom: 0px !important }
.mb-5 { margin-bottom: 5px !important }
.mb-10 { margin-bottom: 10px !important }
.mb-15 { margin-bottom: 15px !important }
.mb-20 { margin-bottom: 20px !important }
.mb-25 { margin-bottom: 25px !important }
.mb-30 { margin-bottom: 30px !important }
.mb-35 { margin-bottom: 35px !important }
.mb-40 { margin-bottom: 40px !important }
.mb-50 { margin-bottom: 50px !important }
.mb-60 { margin-bottom: 60px !important }
.mb-70 { margin-bottom: 70px !important }
.mb-80 { margin-bottom: 80px !important }
.mb-90 { margin-bottom: 90px !important }
.mb-100 { margin-bottom: 100px !important }
.mb-110 { margin-bottom: 110px !important }
.mb-120 { margin-bottom: 120px !important }
.mb-130 { margin-bottom: 130px !important }
.mb-140 { margin-bottom: 140px !important }
.mb-150 { margin-bottom: 150px !important }
.mb-200 { margin-bottom: 200px !important }

.mt-0 { margin-top: 0px !important }
.mt-5 { margin-top: 5px !important }
.mt-10 { margin-top: 10px !important }
.mt-15 { margin-top: 15px !important }
.mt-20 { margin-top: 20px !important }
.mt-25 { margin-top: 25px !important }
.mt-30 { margin-top: 30px !important }
.mt-35 { margin-top: 35px !important }
.mt-40 { margin-top: 40px !important }
.mt-50 { margin-top: 50px !important }
.mt-60 { margin-top: 60px !important }
.mt-70 { margin-top: 70px !important }
.mt-80 { margin-top: 80px !important }
.mt-90 { margin-top: 90px !important }
.mt-100 { margin-top: 100px !important }
.mt-110 { margin-top: 110px !important }
.mt-120 { margin-top: 120px !important }
.mt-130 { margin-top: 130px !important }
.mt-140 { margin-top: 140px !important }
.mt-150 { margin-top: 150px !important }
.mt-200 { margin-top: 200px !important }

.ml-0 { margin-left: 0px !important }
.ml-5 { margin-left: 5px !important }
.ml-10 { margin-left: 10px !important }
.ml-15 { margin-left: 15px !important }
.ml-20 { margin-left: 20px !important }
.ml-25 { margin-left: 25px !important }
.ml-30 { margin-left: 30px !important }
.ml-35 { margin-left: 35px !important }
.ml-40 { margin-left: 40px !important }
.ml-50 { margin-left: 50px !important }
.ml-60 { margin-left: 60px !important }
.ml-70 { margin-left: 70px !important }
.ml-80 { margin-left: 80px !important }
.ml-90 { margin-left: 90px !important }
.ml-100 { margin-left: 100px !important }
.ml-110 { margin-left: 110px !important }
.ml-120 { margin-left: 120px !important }
.ml-130 { margin-left: 130px !important }
.ml-140 { margin-left: 140px !important }
.ml-150 { margin-left: 150px !important }
.ml-200 { margin-left: 200px !important }

.mr-0 { margin-right: 0px !important }
.mr-5 { margin-right: 5px !important }
.mr-10 { margin-right: 10px !important }
.mr-15 { margin-right: 15px !important }
.mr-20 { margin-right: 20px !important }
.mr-25 { margin-right: 25px !important }
.mr-30 { margin-right: 30px !important }
.mr-35 { margin-right: 35px !important }
.mr-40 { margin-right: 40px !important }
.mr-50 { margin-right: 50px !important }
.mr-60 { margin-right: 60px !important }
.mr-70 { margin-right: 70px !important }
.mr-80 { margin-right: 80px !important }
.mr-90 { margin-right: 90px !important }
.mr-100 { margin-right: 100px !important }
.mr-110 { margin-right: 110px !important }
.mr-120 { margin-right: 120px !important }
.mr-130 { margin-right: 130px !important }
.mr-140 { margin-right: 140px !important }
.mr-150 { margin-right: 150px !important }
.mr-200 { margin-right: 200px !important }


.p-0 { padding: 0px !important }
.p-5 { padding: 5px !important }
.p-10 { padding: 10px !important }
.p-15 { padding: 15px !important }
.p-20 { padding: 20px !important }
.p-25 { padding: 25px !important }
.p-30 { padding: 30px !important }
.p-35 { padding: 35px !important }
.p-40 { padding: 40px !important }
.p-50 { padding: 50px !important }
.p-60 { padding: 60px !important }
.p-70 { padding: 70px !important }
.p-80 { padding: 80px !important }
.p-90 { padding: 90px !important }
.p-100 { padding: 100px !important }
.p-110 { padding: 110px !important }
.p-120 { padding: 120px !important }
.p-130 { padding: 130px !important }
.p-140 { padding: 140px !important }
.p-150 { padding: 150px !important }
.p-200 { padding: 200px !important }

.pb-0 { padding-bottom: 0px !important }
.pb-5 { padding-bottom: 5px !important }
.pb-10 { padding-bottom: 10px !important }
.pb-15 { padding-bottom: 15px !important }
.pb-20 { padding-bottom: 20px !important }
.pb-25 { padding-bottom: 25px !important }
.pb-30 { padding-bottom: 30px !important }
.pb-35 { padding-bottom: 35px !important }
.pb-40 { padding-bottom: 40px !important }
.pb-50 { padding-bottom: 50px !important }
.pb-60 { padding-bottom: 60px !important }
.pb-70 { padding-bottom: 70px !important }
.pb-80 { padding-bottom: 80px !important }
.pb-90 { padding-bottom: 90px !important }
.pb-100 { padding-bottom: 100px !important }
.pb-110 { padding-bottom: 110px !important }
.pb-120 { padding-bottom: 120px !important }
.pb-130 { padding-bottom: 130px !important }
.pb-140 { padding-bottom: 140px !important }
.pb-150 { padding-bottom: 150px !important }
.pb-200 { padding-bottom: 200px !important }

.pt-0 { padding-top: 0px !important }
.pt-5 { padding-top: 5px !important }
.pt-10 { padding-top: 10px !important }
.pt-15 { padding-top: 15px !important }
.pt-20 { padding-top: 20px !important }
.pt-25 { padding-top: 25px !important }
.pt-30 { padding-top: 30px !important }
.pt-35 { padding-top: 35px !important }
.pt-40 { padding-top: 40px !important }
.pt-50 { padding-top: 50px !important }
.pt-60 { padding-top: 60px !important }
.pt-70 { padding-top: 70px !important }
.pt-80 { padding-top: 80px !important }
.pt-90 { padding-top: 90px !important }
.pt-100 { padding-top: 100px !important }
.pt-110 { padding-top: 110px !important }
.pt-120 { padding-top: 120px !important }
.pt-130 { padding-top: 130px !important }
.pt-140 { padding-top: 140px !important }
.pt-150 { padding-top: 150px !important }
.pt-200 { padding-top: 200px !important }

.pl-0 { padding-left: 0px !important }
.pl-5 { padding-left: 5px !important }
.pl-10 { padding-left: 10px !important }
.pl-15 { padding-left: 15px !important }
.pl-20 { padding-left: 20px !important }
.pl-25 { padding-left: 25px !important }
.pl-30 { padding-left: 30px !important }
.pl-35 { padding-left: 35px !important }
.pl-40 { padding-left: 40px !important }
.pl-50 { padding-left: 50px !important }
.pl-60 { padding-left: 60px !important }
.pl-70 { padding-left: 70px !important }
.pl-80 { padding-left: 80px !important }
.pl-90 { padding-left: 90px !important }
.pl-100 { padding-left: 100px !important }
.pl-110 { padding-left: 110px !important }
.pl-120 { padding-left: 120px !important }
.pl-130 { padding-left: 130px !important }
.pl-140 { padding-left: 140px !important }
.pl-150 { padding-left: 150px !important }
.pl-200 { padding-left: 200px !important }

.pr-0 { padding-right: 0px !important }
.pr-5 { padding-right: 5px !important }
.pr-10 { padding-right: 10px !important }
.pr-15 { padding-right: 15px !important }
.pr-20 { padding-right: 20px !important }
.pr-25 { padding-right: 25px !important }
.pr-30 { padding-right: 30px !important }
.pr-35 { padding-right: 35px !important }
.pr-40 { padding-right: 40px !important }
.pr-50 { padding-right: 50px !important }
.pr-60 { padding-right: 60px !important }
.pr-70 { padding-right: 70px !important }
.pr-80 { padding-right: 80px !important }
.pr-90 { padding-right: 90px !important }
.pr-100 { padding-right: 100px !important }
.pr-110 { padding-right: 110px !important }
.pr-120 { padding-right: 120px !important }
.pr-130 { padding-right: 130px !important }
.pr-140 { padding-right: 140px !important }
.pr-150 { padding-right: 150px !important }
.pr-200 { padding-right: 200px !important }

/* ------------------------------------------------------------ */
/* ------------- END MARGIN E PADDING ------------------------- */
/* ------------------------------------------------------------ */