@charset "UTF-8";
body[class*=ti-] {
  display: block;
}
[class*=ti-] {
  display: block;
}
/* ===================================
	font
====================================== */
/* ===================================
	variable
====================================== */
/* max color light per testo */
.bi.bi-suit-heart-fill.text-dark {
  color: #153d8a !important;
}
/* ===================================
	COLOR213
====================================== */
.text-theme-dark {
  color: #122956;
}
.text-theme {
  color: #153d8a;
}
.text-gray {
  color: #999999;
}
.text-gray-dark {
  color: #666666;
}
.text-dark-gray {
  color: #444;
}
.text-green {
  color: #348237;
}
.text-base-color {
  color: #153d8a;
}
.text-whatsapp {
  color: #25D366;
}
/* ===================================
	BG
====================================== */
.bg-theme-dark {
  background-color: #122956;
}
.bg-theme,
.bgtheme {
  background-color: #153d8a;
}
.bg-theme-light {
  background-color: #8CB4FF;
}
.bg-theme-very-light {
  background-color: #f6f6f6;
}
.bg-template,
.bgtemplate {
  background-color: #ff8f44;
  color: #000000;
}
.bg-gray-light {
  background-color: #eeeeee;
}
.bg-gray-medium {
  background-color: #cccccc;
}
.bg-gray-very-light {
  background-color: #f6f6f6;
}
.bg-gray-extra-light {
  background-color: #eaeaeb;
}
.bg-green {
  background-color: #348237;
}
.bg-base-color {
  background-color: #153d8a;
}
.bg-whatsapp {
  background-color: #25D366;
  color: #000000;
}
.bg-transparent {
  background-color: transparent;
}
/* ===================================
	BORDER
====================================== */
.border-all {
  border: 1px solid #eeeeee;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.border-right {
  border-right: 1px solid #eeeeee;
}
.border-left {
  border-left: 1px solid #eeeeee;
}
.border-color-gray {
  border-color: #999999 !important;
}
.border-color-gray-medium {
  border-color: #cccccc !important;
}
.border-color-gray-light {
  border-color: #eeeeee !important;
}
.border-color-gray-very-light {
  border-color: #f6f6f6 !important;
}
.border-color-theme {
  border-color: #153d8a !important;
}
.border-color-theme-dark {
  border-color: #122956 !important;
}
.border-color-theme-light {
  border-color: #8CB4FF !important;
}
.border-color-whatsapp {
  border-color: #25D366 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-all-gray-2px {
  border: 2px solid #eeeeee;
}
.border-bottom-gray-2px {
  border-bottom: 2px solid #eeeeee;
}
.border-right-gray-2px {
  border-right: 2px solid #eeeeee;
}
.border-left-gray-2px {
  border-left: 2px solid #eeeeee;
}
.border-top-gray-2px {
  border-top: 2px solid #eeeeee;
}
.border-all-theme-2px {
  border: 2px solid #153d8a;
}
.border-bottom-theme-2px {
  border-bottom: 2px solid #153d8a;
}
.border-right-theme-2px {
  border-right: 2px solid #153d8a;
}
.border-left-theme-2px {
  border-left: 2px solid #153d8a;
}
.border-top-theme-2px {
  border-top: 2px solid #153d8a;
}
.border-all-theme-light-2px {
  border: 2px solid #8CB4FF;
}
.border-bottom-theme-light-2px {
  border-bottom: 2px solid #8CB4FF;
}
.border-right-theme-light-2px {
  border-right: 2px solid #8CB4FF;
}
.border-left-theme-light-2px {
  border-left: 2px solid #8CB4FF;
}
.border-top-theme-light-2px {
  border-top: 2px solid #8CB4FF;
}
/* ===================================
	RADIUS
====================================== */
.radius-theme {
  border-radius: 10px;
}
.radius-circle {
  border-radius: 100%;
}
.radius-button {
  border-radius: 4px;
}
.radius-theme-img {
  border-radius: 10px;
}
.radius-theme-tbr {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.radius-theme-tbl {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.radius-theme-tlr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.radius-theme-blr {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.radius-none {
  border-radius: 0 !important;
}
/* ===================================
	general
====================================== */
.alt-font,
h1,
.h1 {
  font-family: "Quicksand", serif;
}
.primary-font {
  font-family: "Inter", sans-serif;
}
a,
body {
  color: #000000;
  font-family: "Inter", sans-serif;
}
a:hover {
  color: #666666;
}
a.btn p {
  margin: 0 !important;
  padding: 0 !important;
}
.visible-desktop {
  display: block !important;
}
.visible-mobile {
  display: none !important;
}
@media all and (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
}
.visible-desktop-768 {
  display: block !important;
}
.visible-mobile-768 {
  display: none !important;
}
@media all and (max-width: 768px) {
  .visible-desktop-768 {
    display: none !important;
  }
  .visible-mobile-768 {
    display: block !important;
  }
}
/* bg color */
.bg-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(50deg, #09afea 0, #19e089 100%);
}
.bg-gradient-black-green {
  background-image: linear-gradient(to right top, #1f2021, #1b1d1c, #1b1d1c, #222523, #333c37);
}
/* text color */
.text-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(to right top, #09afea, #19e089);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* button gradient */
.btn-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(to right, #09afea, #19e089, #09afea);
  background-size: 200% auto;
  color: var(--white);
}
.header-bg {
  background: linear-gradient(to right, black 10%, transparent 100%);
}
.carousel-full-gradient {
  background: linear-gradient(to right, black 40%, transparent 100%);
  opacity: 0.9;
}
.footer-bg {
  background: linear-gradient(to right, black 80%, transparent 100%);
}
@media all and (max-width: 991px) {
  .xs-text-center {
    text-align: center;
  }
  .p-1px {
    padding: 1px;
  }
}
/* ===================================
	TEXT SIZE
====================================== */
/* 50px */
/* 53px */
/* 44px */
/* 46px *
/*@h1-fs:       2.5rem;      40px */
/*@h1-lh:       2.8125rem;   45px */
/* 36px */
/* 41px */
/* 32px */
/* 38px */
/* 28px */
/* 34px */
body {
  font-family: "Quicksand", serif;
}
.text-extra,
.text-h1,
h1,
.text-h2,
h2,
.text-h3,
h3 {
  font-family: "Inter", sans-serif;
}
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  font-weight: 400;
}
.text-extra {
  font-size: 3.125rem;
  line-height: 3.3125rem;
}
.text-h1,
h1 {
  font-size: 2.75rem;
  line-height: 2.975rem;
}
.text-h2,
h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 300;
}
.text-h3,
h3 {
  font-size: 2rem;
  line-height: 2.375rem;
}
.text-h4,
h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.text-h5,
h5 {
  font-size: 1.5rem;
  line-height: 2.075rem;
}
.text-h6,
h6 {
  font-size: 1.3rem;
  line-height: 1.975rem;
}
.text-body,
body {
  font-size: 1.2rem;
  line-height: 1.875rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}
.text-small {
  font-size: 16px;
  line-height: 26px;
}
.text-very-small {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2;
}
.text-didascalia {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  align-content: start;
}
@media all and (max-width: 1600px) {
  body,
  .text-body {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 991px) {
  body,
  .text-body {
    font-size: 18px;
    line-height: 26px;
  }
}
.bg-gradient-right-dark-transparent {
  background: #000000;
  background: -webkit-linear-gradient(right, black, transparent);
  background: -moz-linear-gradient(right, black, transparent);
  background: linear-gradient(to right, black, transparent);
}
.bg-gradient-right-white-transparent {
  background: #ffffff;
  background: -webkit-linear-gradient(right, white, transparent);
  background: -moz-linear-gradient(right, white, transparent);
  background: linear-gradient(to right, white, transparent);
}
.vc-etichetta {
  font-family: "Quicksand", serif;
  letter-spacing: 0.8px;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #444;
  margin-top: 12px;
  margin-bottom: 12px;
}
.vc-titolo {
  font-family: "Quicksand", serif;
  letter-spacing: 0.5px;
  color: #153d8a;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
}
.vc-sottotitolo {
  font-family: "Quicksand", serif;
  letter-spacing: 0.1px;
  color: #000000;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 12px;
}
.vc-testo {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.vc-cta {
  margin-top: 12px;
  margin-bottom: 12px;
}
.text-white .vc-etichetta,
.text-white .vc-titolo,
.text-white .vc-sottotitolo,
.text-white .vc-testo,
.text-white .vc-item-titolo {
  color: #ffffff;
}
.vc-header-titolo {
  font-size: 2.75rem;
  line-height: 2.975rem;
}
.vc-header-sottotitolo {
  font-size: 2.15rem;
  line-height: 2.7625rem;
  margin-top: 20px;
  padding: 0;
}
/* section */
.vc-section-titolo {
  font-size: 2.75rem;
  line-height: 2.975rem;
  border-left: 4px solid #ff8f44;
  padding-left: 20px;
  position: relative;
}
.text-center .vc-section-titolo {
  border-left: 0px solid #ff8f44;
  padding-left: 0;
}
.vc-section-sottotitolo {
  font-size: 2rem;
  line-height: 2.375rem;
}
.vc-section-cta {
  margin-left: -10px;
  margin-top: 20px;
}
.bg-theme .vc-titolo.vc-section-titolo {
  border-left: 0px !important;
  padding-left: 0 !important;
  color: #ffffff !important;
}
/* item */
.vc-item-titolo {
  font-size: 1.75rem;
  line-height: 2.125rem;
  border-left: 4px solid #ff8f44;
  padding-left: 20px;
  position: relative;
}
.text-center .vc-item-titolo {
  border-left: 0px solid #ff8f44;
  padding-left: 0;
}
.vc-item-sottotitolo {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.975rem;
  font-weight: 800;
}
/* item prodotto */
.vc-item-prodotto-titolo {
  font-size: 1.5rem;
  line-height: 2.075rem;
  color: #122956;
  margin: 0;
  font-family: "Inter", sans-serif;
}
/* blog */
.vc-blog {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.section-blog {
  margin: 20px 0;
}
.modulo-item-blog-card {
  padding: 5% 5% 5% 5%;
  background-color: #ffffff;
}
.modulo-item-blog-card.bg-theme {
  padding: 5% 5% 5% 5%;
  background-color: #153d8a;
}
.modulo-item-blog-card.bg-theme-light {
  padding: 5% 5% 5% 5%;
  background-color: #8CB4FF;
}
/* contatti */
.vc-contatti-box {
  border-radius: 10px;
  background-color: #f6f6f6;
}
.vc-contatti-etichetta {
  letter-spacing: 0.5px;
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #153d8a;
  margin-bottom: 8px;
}
.vc-contatti-numero {
  letter-spacing: 0px;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
}
/* header + titolo carousel */
.widget-padding-title-page {
  padding: 8% 6% 7% 6%;
}
.vc-widget-content {
  padding: 6% 5% 5% 5%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.vc-widget-content-title-page {
  padding: 2% 3% 2% 3%;
}
.margin-section-title {
  margin-bottom: 35px;
}
@media all and (max-width: 991px) {
  .vc-widget-content {
    padding: 8% 10%;
  }
  .vc-widget-content-title-page {
    padding: 15px 25px;
  }
  .margin-section-title {
    margin-bottom: 25px;
  }
}
/* ===================================
	FORMATTAZIONE TESTO
====================================== */
.formattazione-testi p {
  margin-bottom: 15px;
}
.formattazione-testi p:last-child {
  margin-bottom: 15px;
}
.formattazione-testi ol {
  margin: 10px 10px 30px 10px;
  text-align: left !important;
}
.formattazione-testi ol li {
  text-align: left;
  margin: 0;
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
  text-align: left !important;
}
.formattazione-testi a {
  text-decoration: underline!important;
  color: #153d8a;
}
.formattazione-testi a:hover {
  text-decoration: underline!important;
  color: #153d8a;
  font-weight: 500;
}
.formattazione-testi h1,
.formattazione-testi h2,
.formattazione-testi h3,
.formattazione-testi h4 {
  padding: 0 0 15px 0!important;
  margin: 30px 0 0 0;
}
.formattazione-testi h5,
.formattazione-testi h6 {
  padding: 0 0 10px 0!important;
  margin: 20px 0 0 0;
}
.formattazione-testi blockquote {
  padding: 20px 30px;
  margin: 15px 0;
  font-style: italic;
  border-left: 4px solid #153d8a;
  background-color: #f9f9f9;
}
/*.formattazione-testi  ul li:first-child { border-top: 1px solid rgba(0,0,0,.2);  }*/
.formattazione-testi ul {
  list-style: none;
  margin: 15px 15px 25px 0px;
  padding: 0;
  text-align: left !important;
}
.formattazione-testi ul li {
  position: relative;
  padding: 8px 0 8px 40px;
  margin: 0;
  border-top: 0 solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
.formattazione-testi ul li:after {
  content: "\f26e";
  width: 20px;
  height: 20px;
  color: #ff8f44;
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 30px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
  .formattazione-testi ul li {
    padding: 6px 0 6px 30px;
  }
  .formattazione-testi ol {
    margin: 6px 6px 20px 6px;
    text-align: left !important;
  }
}
.box-shadow {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
/* ===================================
	BTN
====================================== */
.btn {
  /*font-family: @alt-font;*/
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding: 13px 30px 13px 30px;
  /*-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);*/
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  border: 2px solid #153d8a;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 10px 0px 0 0px;
}
.btn.btn-white,
.text-white .btn.btn-theme {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.text-white .btn.btn-theme:hover,
.text-white .btn.btn-theme:active {
  background-color: #f6f6f6;
  color: #153d8a;
  border-color: #153d8a;
}
.btn.btn-dark,
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-black:hover,
.btn.btn-black:active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  opacity: 0.8;
}
.btn.btn-theme-dark {
  background-color: #122956;
  color: #ffffff;
  border-color: #122956;
}
.btn.btn-theme-dark:hover,
.btn.btn-theme-dark:active {
  opacity: 0.8;
}
.btn.btn-theme,
#login-submit input.btn.btn-theme {
  background-color: #8CB4FF;
  color: #000000;
  border-color: #8CB4FF;
}
.btn.btn-theme:hover,
.btn.btn-theme:active,
#login-submit input.btn.btn-theme:hover {
  opacity: 0.8;
}
.btn.btn-theme-light {
  background-color: #8CB4FF;
  color: #000000;
  border-color: #8CB4FF;
}
.btn.btn-theme-light:hover,
.btn.btn-theme-light:active {
  opacity: 0.8;
}
.btn.btn-transparent-dark {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-transparent-dark:hover,
.btn.btn-transparent-dark:active {
  opacity: 0.8;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #153d8a;
  color: #153d8a;
}
.btn.btn-transparent-theme:hover,
.btn.btn-transparent-theme:active {
  opacity: 0.8;
}
.btn.btn-transparent-theme-dark {
  background-color: transparent;
  border-color: #122956;
  color: #122956;
}
.btn.btn-transparent-theme-dark:hover,
.btn.btn-transparent-theme-dark:active {
  opacity: 0.8;
}
.btn.btn-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  color: #000000;
}
.btn.btn-whatsapp:hover,
.btn.btn-whatsapp:active {
  opacity: 0.8;
}
.btn.btn-template {
  background-color: #ff8f44;
  color: #000000;
  border-color: #ff8f44;
}
.btn.btn-template:hover,
.btn.btn-template:active {
  opacity: 0.8;
}
.btn.btn-double-border.btn-border-color-white {
  position: relative;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-double-border.btn-border-color-white:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-double-border.btn-border-color-dark {
  position: relative;
  border: 1px solid #000000;
  color: #000000;
}
.btn.btn-double-border.btn-border-color-dark:hover {
  border-color: #153d8a;
  color: #153d8a;
}
.btn.btn-link {
  padding: 10px 2px 4px;
  position: relative;
  border: 0;
  border-bottom: 1px solid;
  letter-spacing: 0.7px;
  background-color: transparent !important;
  border-radius: 0;
  color: #153d8a;
  text-decoration: none;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
}
.btn.btn-small {
  font-size: 14px;
  padding: 8px 22px;
}
.btn.btn-very-small {
  font-size: 12px;
  padding: 6px 15px;
}
.btn.no-shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0);
}
.btn.btn-extra-large {
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 15px 60px 15px 30px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 25px;
  }
  .btn.btn-rounded.btn-extra-large {
    padding: 16px 60px 16px 25px;
    font-size: 13px;
    line-height: 14px;
  }
}
.btn > span i {
  font-size: 22px;
}
.btn.with-rounded > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.btn-whatsapp {
  color: #633;
  text-align: center;
  font-size: 14px;
}
.btn-whatsapp i.fa-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-weight: normal;
}
/* ===================================
	CONTAINER SECTION
====================================== */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1460px;
}
.box-layout {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 1301px) and (max-width: 1800px) {
  .box-layout {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 577px) and (max-width: 1300px) {
  .box-layout {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 576px) {
  .box-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer,
section,
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 577px) and (max-width: 1300px) {
  footer,
  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 576px) {
  footer,
  section,
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 577px) and (max-width: 1300px) {
  footer,
  section,
  .section-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 576px) {
  .section-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
footer .nav-link {
  color: #000000;
  padding: 0.5rem 1rem;
}
/* ===================================
	GRADIENT
====================================== */
.bg-gradient-black-bottom-transparent {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.bg-gradient-black-top-transparent {
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}
.text-gradient-theme {
  background-image: linear-gradient(to right, #8CB4FF 0%, #153d8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-with-text-style-10 .feature-box-icon:before {
  background-color: #153d8a;
}
.opacity-10 {
  opacity: 1;
}
/* ===================================
	OBJECT
====================================== */
.object-pos-bottom {
  object-position: bottom;
}
.object-pos-lb {
  object-position: left bottom;
}
.object-pos-rb {
  object-position: right bottom;
}
.object-fit-contain {
  object-fit: contain;
}
/* ===================================
	TOPBAR
======================================  */
.header-with-topbar {
  background-color: #ffffff;
}
.top-logo .navbar-brand {
  padding: 22px 0;
}
.header-icon {
  padding-top: 22px;
  padding-bottom: 8px;
}
header.sticky .header-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.sticky .top-logo .navbar-brand {
  padding: 10px 0;
}
header.sticky .top-logo.fixed-header .navbar-brand {
  padding: 10px 0;
}
.top-logo .headliner {
  padding: 0px 0 0px 30px;
  position: absolute;
  top: 40px;
  left: 200px;
  z-index: 1;
}
header.sticky .top-logo .headliner {
  padding: 0px 0 0px 0px;
  top: 20px;
  left: 150px;
}
header .navbar-brand img {
  max-height: 46px;
}
/* ===================================
	whatsapp FIXED
======================================*/
header .header-whatsapp-icon {
  position: fixed;
  top: 80px;
  right: 30px;
  z-index: 10001;
  text-align: center;
}
header.sticky .header-whatsapp-icon {
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: 10001;
  text-align: center;
}
/* ===================================
	LOGO
======================================*/
.navbar-brand-absolute {
  padding: 10px 0;
  position: absolute;
  top: 20;
  left: 0;
  z-index: 1;
  width: auto;
}
header .navbar-brand img {
  max-height: 140px;
}
header.sticky .navbar-brand img {
  max-height: 46px;
}
@media all and (max-width: 1600px) {
  header .navbar-brand img {
    max-height: 30px;
  }
  header.sticky .navbar-brand img {
    max-height: 30px;
  }
  .top-logo .navbar-brand {
    padding: 10px 0 10px 0px;
  }
}
@media all and (max-width: 991px) {
  header .navbar-brand img,
  header.sticky .navbar-brand img {
    max-height: 16px;
  }
  .top-logo .navbar-brand {
    padding: 15px 0 15px 20px;
  }
  header .navbar-brand {
    padding: 16px 0 !important;
  }
  .logo-visible-mobile {
    position: fixed;
    top: 20px;
    left: 15px;
    z-index: 99;
    height: 25px;
    border: 0 !important;
  }
}
/* ===================================
	NAVBAR
====================================== */
header .navbar {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .nav-link {
  font-family: "Quicksand", serif;
  padding: 30px 20px 30px 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #444;
  letter-spacing: 0.5px;
}
header.sticky .navbar .navbar-nav .nav-link {
  padding: 15px 20px 15px 20px !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  padding: 17px 20px;
}
.header-demo.navbar .navbar-nav .nav-link {
  font-weight: 500;
}
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 10px 10px 10px;
  /*border-top: 2px solid #dddddd; */
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  padding: 5px 0 !important;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  opacity: 1;
}
@media all and (max-width: 1600px) {
  .navbar .navbar-nav .nav-link {
    padding: 30px 13px 30px 13px !important;
    font-size: 15px;
    letter-spacing: 0px;
  }
}
@media all and (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 30px 12px 30px 12px !important;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media all and (max-width: 991px) {
  .header-icon,
  header.sticky .header-icon {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0px;
  }
  .navbar .navbar-nav .nav-item.active .dropdown-toggle {
    border: 0px solid #ff0066;
    width: 95%;
  }
  .navbar .navbar-nav .nav-item .dropdown-toggle {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    line-height: 15px;
    height: 40px;
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    text-align: right;
    color: #000000;
    margin-right: 30px;
    border: 0px solid #ff0066;
  }
  .header-demo.navbar .navbar-nav .nav-link {
    text-align: left !important;
  }
  .navbar.mini-header .navbar-nav .nav-link,
  .navbar.top-logo .navbar-nav .nav-link {
    padding: 12px 0px 12px 25px !important;
  }
  .header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px;
    color: #ffffff;
  }
  .navbar .navbar-nav .submenu-content ul li .nav-text {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    text-align: center;
    color: #ffffff !important;
  }
  .navbar .navbar-nav .submenu-content ul li .nav-image {
    display: none;
  }
  .navbar .navbar-nav .submenu-content ul li .nav-box {
    padding: 10px 15px;
    text-align: left;
    color: #ffffff;
    display: list-item;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #c70f10;
    background-color: #c70f10;
    radius: 10px !important;
  }
  .fa-angle-down::before {
    content: "\f107";
  }
  .navbar .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar .navbar-nav .dropdown .fa-angle-down.dropdown-toggle.show::before {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
  }
  .navbar .navbar-nav .nav-link {
    font-family: Oswald, sans-serif;
    padding: 15px 40px 15px 25px !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
  }
  /* bg mobile white */
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .mCustomScrollBox {
    height: 100%;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-toggler .navbar-toggler-line {
    background-color: #000000;
  }
  .navbar-full-screen-menu-inner .navbar-nav .nav-link,
  .navbar-modern-inner .navbar-nav .nav-link {
    padding: 4px 15px !important;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active:hover .nav-link {
    color: #153d8a;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
    color: #999999;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu .sub-title {
    color: #153d8a !important;
    font-size: 16px;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu a {
    color: #000000;
    opacity: 1;
    font-size: 16px;
  }
  /* bg mobile white */
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a,
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-toggler .navbar-toggler-line {
    background-color: #000000;
  }
  .navbar-full-screen-menu-inner .navbar-nav .nav-link,
  .navbar-modern-inner .navbar-nav .nav-link {
    padding: 4px 15px !important;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active:hover .nav-link {
    color: #153d8a;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
    color: #000000;
    opacity: 1;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
    color: #999999;
  }
  header .navbar-brand,
  header.sticky .disable-fixed .navbar-brand,
  header.sticky .fixed-header .navbar-brand,
  header.sticky .navbar-brand {
    padding: 10px 0;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item:hover .nav-link {
    color: #000000;
    opacity: 0.8;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .sub-title {
    color: #153d8a !important;
    font-size: 16px;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active .nav-link,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu li.active > a {
    opacity: 0.8;
    color: #000000;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav > .nav-item {
    padding: 0px 0;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 32px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active .dropdown-toggle,
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link {
    color: #000000;
    opacity: 0.8;
  }
  .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown {
    margin-bottom: 0px !important;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item.active .dropdown-toggle.fa-angle-down::before {
    content: "\f107";
  }
  .navbar .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle.show {
    text-align: left;
    justify-content: start;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 30px;
    margin: 0;
  }
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link,
  .navbar-full-screen-menu-inner .navbar-nav .nav-item.open .nav-link {
    color: #153d8a !important;
    font-weight: 800 !important;
  }
}
.nav-item.dropdown .fa-solid.fa-angle-down {
  font-size: 14px !important;
}
/* SIMPLE MENU > MOBILE */
@media (max-width: 991px) {
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-collapse {
    padding: 80px 0 40px 0;
  }
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .simple-dropdown .dropdown-menu.show,
  .dropdown-menu.show {
    background-color: #ffffff !important;
    padding: 20px 15px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  .dropdown-menu.show,
  .simple-dropdown .dropdown-menu.show {
    background-color: #ffffff !important;
  }
  .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown {
    margin: 0px !important;
  }
  .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a {
    padding: 13px 10px  !important;
    margin: 0  !important;
    font-size: 16px !important;
  }
  .bg-mega-menu .bi-arrow-down::before {
    content: "\f128";
  }
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-collapse {
    height: auto !important;
  }
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
    color: #888;
  }
}
/* ===================================
	mobile click su arrow e testo
====================================== */
@media (max-width: 991px) {
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    justify-content: start;
  }
}
.menu-visible-mobile {
  display: none !important;
}
.menu-visible-desktop {
  display: flex !important;
}
@media all and (max-width: 991px) {
  .menu-visible-mobile {
    display: block !important;
  }
  .menu-visible-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-flag {
    padding: 8px 12px;
    display: inline-block;
    float: right;
  }
}
/* ===================================
	MEGAMENU
====================================== */
.navbar .navbar-nav .submenu-content .mega-menu {
  width: 96%;
  margin: 20px auto;
}
header .navbar .mega-menu [class*=col-] {
  padding: 0 15px;
  display: list-item !important;
}
.navbar .navbar-nav .submenu-content ul li .nav-box {
  padding: 20px 0 0 0;
  display: list-item;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #153d8a;
  border-radius: 10px !important;
}
.navbar .navbar-nav .submenu-content ul li .nav-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.navbar .navbar-nav .submenu-content ul li .nav-image {
  margin-bottom: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 30px 0 30px;
  z-index: 999;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
  padding: 0 20px 0 20px;
}
/* ===================================
	BREADCRUMB
====================================== */
#breadcrumb {
  padding-top: 30px;
  padding-bottom: 25px;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.8px;
}
.breadcrumb ol li {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
.breadcrumb ol li a {
  color: #666666;
  padding: 10px;
  text-transform: uppercase;
}
.breadcrumb ol li:first-child a {
  color: #666666;
  padding: 10px 12px 10px 0!important;
}
.breadcrumb ol li span.active {
  color: #153d8a;
  padding: 0 0 0 6px;
  display: inline-block;
}
.breadcrumb ol > li:after {
  font-size: 8px;
  content: "/";
  padding: 0;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  letter-spacing: 1;
}
.breadcrumb ol > li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  /* xs */
  #breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .breadcrumb ol {
    letter-spacing: 0px;
  }
  .breadcrumb ol li a {
    padding: 8px;
  }
}
.banner-ecommerce-attivo #breadcrumb {
  padding-top: 60px;
  /* spazio altezza banner */
}
.banner-ecommerce-attivo .vc-home {
  padding-top: 44px;
  /* spazio altezza banner */
}
@media all and (max-width: 991px) {
  .banner-ecommerce-attivo .vc-home {
    font-size: 15px;
  }
}
/* ===================================
	CUSTOM
====================================== */
.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.three-col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.four-col {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.five-col {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.six-col {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 6;
}
@media (max-width: 1199px) {
  /* md */
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 991px) {
  /* sm */
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  /* xs */
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 480px) {
  /* xs */
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .six-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.85714286%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-3x2 {
  --bs-aspect-ratio: 66.66666667%;
}
.ratio-3x1 {
  --bs-aspect-ratio: 33.33333333%;
}
.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}
.ratio-3x4 {
  --bs-aspect-ratio: 133.33333333%;
}
.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}
.ratio-4x1 {
  --bs-aspect-ratio: 25%;
}
@media (max-width: 575.97px) {
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* sm applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-sm-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-sm-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-sm-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-sm-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-sm-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-sm-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* md applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-md-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-md-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-md-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-md-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-md-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-md-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* lg applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-lg-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-lg-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-lg-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-lg-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* xl applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-lg-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-lg-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-lg-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-lg-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* xxl applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%;
    /* (1 / 1) * 100 */
  }
  .ratio-xxl-3x4 {
    --bs-aspect-ratio: 133.33333333%;
    /* (4 / 3) * 100 */
  }
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: 75%;
    /* (3 / 4) * 100 */
  }
  .ratio-xxl-3x2 {
    --bs-aspect-ratio: 66.66666667%;
    /* (2 / 3) * 100 */
  }
  .ratio-xxl-3x1 {
    --bs-aspect-ratio: 33.33333333%;
    /* (1 / 3) * 100 */
  }
  .ratio-xxl-4x1 {
    --bs-aspect-ratio: 25%;
    /* (1 / 4) * 100 */
  }
  .ratio-xxl-5x1 {
    --bs-aspect-ratio: 20%;
    /* (1 / 5) * 100 */
  }
}
/* swiper pagination */
.swiper-pagination-progress .swiper-progress {
  background-color: #153d8a;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -30px;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background: #153d8a;
}
.swiper-button-next.slider-navigation-style-01,
.swiper-button-prev.slider-navigation-style-01,
.swiper-button-next.slider-navigation-style-04,
.swiper-button-prev.slider-navigation-style-04 {
  background-color: #153d8a;
  color: #ffffff;
  border: 0;
}
@media (max-width: 991px) {
  /* xs */
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    bottom: -5px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 40%;
  }
}
/* video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .vc-video-full-testo .overlap-section {
    margin-top: -80px !important;
  }
}
/* image */
.img-fluid {
  max-width: 100%;
  height: auto;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.ratio {
  position: relative;
  overflow: hidden;
}
.ratio:before {
  content: "";
  display: block;
}
.ratio > a,
.ratio > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ratio > img,
.ratio > div > img,
.ratio > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  font-family: "blur-up: always", "object-fit: cover";
  object-fit: cover;
}
.ratio {
  position: relative;
  overflow: hidden;
}
.ratio > a,
.ratio > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ratio:before {
  content: "";
  display: block;
}
.ratio > img,
.ratio > div > img,
.ratio > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  font-family: "blur-up: always", "object-fit: cover";
  object-fit: cover;
}
.ratio.object-fit-contain > img {
  font-family: "blur-up: always", "object-fit: contain";
  object-fit: contain;
}
.ratio.object-pos-bottom > img {
  object-position: 50% 100%;
}
.ratio .ls-blur-up-img {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  transition: opacity 1000ms, filter 1500ms;
}
@media (prefers-templateuced-motion: templateuce) {
  .ratio .ls-blur-up-img {
    transition: none;
  }
}
.ratio .ls-blur-up-img.ls-inview.ls-original-loaded {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.ratio-1_1 {
  padding-bottom: 100% !important;
}
.ratio-16_9 {
  padding-bottom: 56.25% !important;
}
.ratio-4_3 {
  padding-bottom: 75% !important;
}
.ratio-3_4 {
  padding-bottom: 133.33333333% !important;
}
.ratio-3_2 {
  padding-bottom: 66.66666667% !important;
}
.ratio-3_1 {
  padding-bottom: 33.33333333% !important;
}
.ratio-2_1 {
  padding-bottom: 50% !important;
}
.ratio-2_3 {
  padding-bottom: 150% !important;
}
.ratio-1_2 {
  padding-bottom: 200% !important;
}
@media (min-width: 576px) {
  .ratio-sm-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-sm-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-sm-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-sm-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-sm-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-sm-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-sm-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-sm-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-sm-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 768px) {
  .ratio-md-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-md-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-md-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-md-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-md-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-md-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-md-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-md-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-md-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 992px) {
  .ratio-lg-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-lg-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-lg-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-lg-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-lg-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-lg-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-lg-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-lg-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-lg-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 1200px) {
  .ratio-xl-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-xl-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-xl-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-xl-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-xl-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-xl-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-xl-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-xl-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-xl-1_2 {
    padding-bottom: 200% !important;
  }
}
@media (min-width: 1440px) {
  .ratio-xxl-1_1 {
    padding-bottom: 100% !important;
  }
  .ratio-xxl-16_9 {
    padding-bottom: 56.25% !important;
  }
  .ratio-xxl-4_3 {
    padding-bottom: 75% !important;
  }
  .ratio-xxl-3_4 {
    padding-bottom: 133.33333333% !important;
  }
  .ratio-xxl-3_2 {
    padding-bottom: 66.66666667% !important;
  }
  .ratio-xxl-3_1 {
    padding-bottom: 33.33333333% !important;
  }
  .ratio-xxl-2_1 {
    padding-bottom: 50% !important;
  }
  .ratio-xxl-2_3 {
    padding-bottom: 150% !important;
  }
  .ratio-xxl-1_2 {
    padding-bottom: 200% !important;
  }
}
.ratio_auto {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ratio-30_14 {
  padding-bottom: 46.666666% !important;
}
.ratio-2_1 {
  padding-bottom: 47.2% !important;
}
/* 900x445 */
@media (min-width: 1681px) and (max-width: 3000px) {
  .ratio-xxl-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-xxl-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-xxl-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-xxl-4_1 {
    padding-bottom: 25% !important;
  }
  .ratio-xxl-3_1 {
    padding-bottom: 33,333333333% !important;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .ratio-xl-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-xl-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-xl-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-xl-4_1 {
    padding-bottom: 25% !important;
  }
  .ratio-xl-3_1 {
    padding-bottom: 33,333333333% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .ratio-lg-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-lg-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-lg-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-lg-4_1 {
    padding-bottom: 25% !important;
  }
  .ratio-lg-3_1 {
    padding-bottom: 33,333333333% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  /* md */
  .ratio-md-7_1 {
    padding-bottom: 14.28571% !important;
  }
  .ratio-md-6_1 {
    padding-bottom: 16.66666% !important;
  }
  .ratio-md-5_1 {
    padding-bottom: 20% !important;
  }
  .ratio-md-4_1 {
    padding-bottom: 25% !important;
  }
}
/* ===================================
	FORM
====================================== */
label {
  font-size: 14px;
  margin-bottom: 0px;
}
.iti input[type=tel] {
  padding-left: 50px !important;
}
.error {
  color: template;
  font-size: 14px;
  line-height: 14px;
}
.form-control,
.form-select,
input,
select,
textarea {
  padding: 7px 30px 7px 15px !important;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px !important;
  border: 1px solid #ccc !important;
  margin-bottom: 13px;
}
textarea.select2-search__field {
  border: 0px solid #ccc !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 14px 16px 14px 25px !important;
  border-radius: 30px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
  border-radius: 30px !important;
  width: 100% !important;
}
.select2-container.select2-container-disabled .select2-choice {
  cursor: not-allowed !important;
}
.select2-search-field {
  width: 100% !important;
  border-radius: 30px !important;
}
.select2-container,
.select2-container.select2-container-multi {
  border-radius: 4px !important;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Spazio tra checkbox e label */
}
.checkbox-wrapper input[type="checkbox"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
/* ===================================
	sub menu nav opacity 1 scoll on top
====================================== */
.scroll-submenutop {
  position: fixed;
  right: 0px;
  z-index: 9;
  width: 100%;
  padding: 0 auto !important;
  top: 85px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
.scroll-submenutop.visible {
  opacity: 1;
}
.scroll-submenutop .scroll-submenutop-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.scroll-submenutop .scroll-submenutop-content-big {
  padding-top: 40px;
  padding-bottom: 40px;
}
.scroll-submenutop .btn-info {
  padding-right: 18px !important;
  margin-right: 30px !important;
  border-radius: 50px 0 0 50px !important;
  position: relative;
}
.scroll-submenutop .btn-info span {
  margin-top: -2px !important;
  font-size: 32px;
}
.scroll-submenutop .btn-info span i {
  margin-right: -3px !important;
  display: block;
  z-index: 1;
}
.scroll-submenutop .btn-info span:after {
  border-radius: 50px !important;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
  height: 26px;
  z-index: -1;
}
.scroll-submenutop .btn-info-big {
  padding-right: 18px !important;
  margin-right: 30px !important;
  border-radius: 50px 0 0 50px !important;
  position: relative;
}
.scroll-submenutop .btn-info-big span {
  margin-top: -2px !important;
  font-size: 36px;
}
.scroll-submenutop .btn-info-big span i {
  margin-right: -3px !important;
  display: block;
  z-index: 1;
}
.scroll-submenutop .btn-info-big span:after {
  border-radius: 50px !important;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
  height: 26px;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .scroll-submenutop {
    top: 62px;
  }
  .scroll-submenutop .scroll-submenutop-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .scroll-submenutop .scroll-submenutop-content-big {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.outside-box-right-10 {
  margin-right: -10vw;
}
@media all and (max-width: 1400px) {
  .outside-box-right-10 {
    margin-right: -10vw;
  }
}
@media all and (max-width: 991px) {
  .outside-box-right-10 {
    margin-right: -10vw;
  }
}
.left-minus-50px {
  left: -50px;
}
.right-minus-50px {
  right: -50px;
}
@media all and (max-width: 991px) {
  .left-minus-50px {
    left: 0px;
  }
  .right-minus-50px {
    right: 0px;
  }
}
/* ===================================
	mobile click su arrow e testo
====================================== */
@media (max-width: 991px) {
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    justify-content: start;
  }
}
.terms-condition-box .box:before {
  border: 1px solid #999999;
}
/* ===================================
	search
====================================== */
.mfp-title {
  color: #000 !important;
  font-size: 16px !important;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-content.search-popup {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  background: #fff;
  opacity: 0.93;
}
.mfp-close,
.mfp-close:active {
  color: #333;
  right: 30px;
  top: 15px;
}
.search-form .search-button {
  font-size: 18px;
  color: #999;
  top: 35px;
  right: 50px;
  outline: 0;
}
.search-form .search-input {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ddd !important;
  font-size: 22px;
  font-weight: 400;
  padding: 19px 38px 19px 2px;
  text-transform: none;
  background: 0 0;
  line-height: 40px;
  color: #000;
}
.search-form-wrapper .search-form .search-input {
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  color: #232323;
  font-size: 18px;
  padding: 20px 0;
  background: 0 0;
  line-height: 2.5rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 65px;
  width: 100%;
}
.search-form-wrapper .search-form .search-button {
  color: #232323;
  font-size: 19px !important;
  line-height: normal;
  cursor: pointer;
}
.search-form-wrapper .search-form .search-button {
  color: #232323;
  bottom: 24px;
  position: absolute;
  font-size: 19px;
  right: 15px;
  line-height: normal;
  outline: 0;
  cursor: pointer;
  z-index: 0;
  margin-right: 0;
  border: none;
  background: 0 0;
}
.twitter-typeahead {
  width: 95%;
}
.mfp-content #search-header {
  height: 100%;
  width: 70%!important;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .mfp-content #search-header {
    width: 80% !important;
  }
}
@media all and (max-width: 576px) {
  .mfp-content #search-header {
    width: 100% !important;
  }
}
.tt-dataset .tt-suggestion,
.tt-menu p.tt-suggestion.tt-selectable,
p.tt-suggestion.tt-selectable {
  cursor: pointer !important;
}
.mfp-ajax-holder .mfp-content,
.mfp-auto-cursor .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor: pointer !important;
}
#search-header .easy-autocomplete {
  width: auto!important;
  box-shadow: 0 1px 2px transparent inset !important;
}
.easy-autocomplete-container ul {
  min-width: 300px;
  text-align: left;
}
.easy-autocomplete-container ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.easy-autocomplete-container ul li span {
  font-weight: 700;
  display: block;
}
.easy-autocomplete-container ul li span small {
  font-weight: 400;
  display: block;
}
form div.easy-autocomplete {
  width: 90%;
}
.tt-menu.tt-open {
  max-height: 400px;
  width: 100%!important;
  border: 0 solid #eee !important;
  background-color: #fff !important;
  padding: 0 !important;
}
.tt-menu .tt-dataset.tt-dataset-matched-links {
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 10px 15px 0 15px!important;
  background-color: #f0f0f0;
  text-align: left !important;
}
.eac-item img,
.tt-suggestion.tt-selectable img {
  display: none;
}
@media (max-width: 991px) {
  #search-header {
    width: 100%;
  }
  .search-form .search-input {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px 15px 10px;
    color: #000;
  }
  .search-form .search-button {
    top: 18px;
    color: #999;
  }
  .mfp-close,
  .mfp-close:active {
    right: 0;
    top: 0;
    left: 0;
    margin: 0;
    text-align: center;
  }
  .mfp-content.search-popup {
    top: 50px;
  }
}
/* ---------------------------------------------------------------
ITEM PRODOTTO > tag ETICHETTE E BOLLINI
-----------------------------------------------------------------*/
/* label prodotto
.tag-etichetta {  position: absolute; top:0px; left:0px; z-index: 10; max-width: 150px; letter-spacing: 1px; }*/
/* elenco */
ul.tag-etichetta {
  width: 60%;
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 0px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tag-etichetta li {
  margin-bottom: 4px;
}
ul.tag-etichetta li .list-label {
  display: inline-block;
  padding: 8px 15px 8px 15px;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-align: left;
  margin-right: 5px;
  background-color: #153d8a;
  color: #ffffff;
  border-radius: 4px;
}
ul.tag-etichetta li .list-label.list-label-sconto {
  background-color: #ff8f44 !important;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
}
ul.tag-bollino {
  width: 50px;
  height: 225px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0px solid #ff0066;
}
ul.tag-bollino li {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  justify-content: flex-end !important;
}
ul.tag-bollino .tag-bollino-img {
  height: 34px;
}
/* scheda */
.prodotto-php ul.tag-etichetta {
  left: 15px;
  top: 20px;
}
.prodotto-php ul.tag-etichetta li .list-label {
  font-size: 17px;
  padding: 10px 20px;
}
.prodotto-php ul.tag-etichetta li .list-label.list-label-sconto {
  font-size: 18px;
}
.prodotto-php ul.tag-bollino {
  right: 25px !important;
  top: 25px;
}
.prodotto-php ul.tag-bollino {
  width: 75px;
}
.prodotto-php ul.tag-bollino li {
  width: 50px;
  height: 50px;
}
.prodotto-php ul.tag-bollino .tag-bollino-img {
  height: 50px;
}
@media (max-width: 1550px) {
  .prodotto-php ul.tag-bollino {
    width: 50px;
  }
  .prodotto-php ul.tag-bollino li {
    width: 30px;
    height: 30px;
  }
  .prodotto-php ul.tag-bollino .tag-bollino-img {
    height: 30px;
  }
}
@media (max-width: 991px) {
  .prodotto-php ul.tag-etichetta {
    left: 0px !important;
  }
  .prodotto-php ul.tag-etichetta li .list-label {
    font-size: 15px;
    padding: 8px 15px;
  }
  .prodotto-php ul.tag-bollino {
    right: 0px !important;
  }
  .prodotto-php ul.tag-bollino {
    right: -10px !important;
    top: 0px;
  }
  .prodotto-php ul.tag-bollino {
    width: 60px;
  }
  .prodotto-php ul.tag-bollino li {
    width: 34px;
    height: 34px;
  }
  .prodotto-php ul.tag-bollino .tag-bollino-img {
    height: 34px;
  }
}
/* ===================================
	FORM
====================================== */
.asterisco {
  color: #ff0000;
}
.label-title {
  font-size: 14px;
}
input[type=checkbox],
input[type=radio] {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0px;
  left: 0;
  width: 30px !important;
  height: 30px;
  max-width: 30px;
  margin: 0 10px 0 0;
}
input[type=radio] {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0px;
  left: 0;
  width: 26px !important;
  height: 26px;
  max-width: 26px;
  margin: 0 8px 0 0;
}
/* ===================================
	mobile click su arrow e testo
====================================== */
@media (max-width: 991px) {
  [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
    top: 0px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    justify-content: start;
  }
}
.bg-title {
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat-x;
  z-index: 0;
  background-position: center center !important;
}
.bg-form {
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.bg-footer {
  position: relative;
  overflow: hidden !important;
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.contain-background {
  background-repeat: repeat-x !important;
  background-size: contain;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.error {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.terms-condition-box .box:before {
  border: 1px solid #cccccc;
}
.gm-style-iw-d {
  padding: 15px;
  font-family: "Inter", sans-serif;
}
.dialog button {
  background-color: #ff0066;
}
.gm-ui-hover-effect {
  opacity: 0.8;
  top: -2px !important;
  right: 15px !important;
  width: 25px !important;
  display: block !important;
  height: 25px !important;
}
.dialog button {
  width: 30px;
  height: 20px;
  margin: 8px;
}
@media (max-width: 991px) {
  .overlap-section {
    margin-top: -30px !important;
  }
}
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.opacity-full-20-left {
  position: absolute;
  height: 100%;
  width: 20%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-30-left {
  position: absolute;
  height: 100%;
  width: 30%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-40-left {
  position: absolute;
  height: 100%;
  width: 35%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-50-left {
  position: absolute;
  height: 100%;
  width: 45%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-20-top {
  position: absolute;
  height: 30%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.opacity-full-15-bottom {
  position: absolute;
  height: 15%;
  width: 100%;
  opacity: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .opacity-full-40-left {
    width: 40%;
  }
  .opacity-full-20-top {
    height: 20%;
  }
}
/* moduli immagine in bg e testo overlay */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.overlay-text-swiper {
  position: absolute;
  bottom: 10%;
  left: 10%;
  transform: translate(0%, 0%);
  z-index: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .overlay-text {
    position: relative;
    bottom: auto;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
  }
  .overlay-text-swiper {
    position: relative;
    top: -20px;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
  }
}
/* gallery */
.portfolio-boxed .portfolio-box:hover {
  -webkit-box-shadow: 10px 0 70px rgba(0, 0, 0, 0);
  box-shadow: 10px 0 70px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  color: #000000;
}
