@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: #000000 !important;
}
/* ===================================
	COLOR213
====================================== */
.text-theme-dark {
  color: #000000;
}
.text-theme {
  color: #000000;
}
.text-template {
  color: #D6BD50 !important;
}
.text-gray {
  color: #999999;
}
.text-gray-dark {
  color: #666666;
}
.text-dark-gray {
  color: #444;
}
.text-gray-medium {
  color: #cccccc;
}
.text-gray-light {
  color: #eeeeee;
}
.text-gray-very-light {
  color: #f6f6f6;
}
.text-gray-extra-light {
  color: #eaeaeb;
}
.text-base-color {
  color: #000000;
}
.text-whatsapp {
  color: #25D366;
}
.text-green {
  color: #348237;
}
.text-sale {
  color: #ea0303;
}
.text-red {
  color: #ff0000;
}
/* ===================================
	BG
====================================== */
.bg-theme-dark {
  background-color: #000000;
}
.bg-theme,
.bgtheme {
  background-color: #000000;
}
.bg-theme-light {
  background-color: #222222;
}
.bg-theme-very-light {
  background-color: #f9f9f9;
}
.bg-template,
.bgtemplate {
  background-color: #D6BD50;
  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: #000000;
}
.bg-whatsapp {
  background-color: #25D366;
  color: #000000;
}
.bg-transparent {
  background-color: transparent;
}
.bg-dark-opacity-06 {
  background-color: rgba(0, 0, 0, 0.6);
}
/* ===================================
	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: #000000 !important;
}
.border-color-theme-dark {
  border-color: #000000 !important;
}
.border-color-theme-light {
  border-color: #222222 !important;
}
.border-color-whatsapp {
  border-color: #25D366 !important;
}
.border-color-template {
  border-color: #D6BD50 !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 #000000;
}
.border-bottom-theme-2px {
  border-bottom: 2px solid #000000;
}
.border-right-theme-2px {
  border-right: 2px solid #000000;
}
.border-left-theme-2px {
  border-left: 2px solid #000000;
}
.border-top-theme-2px {
  border-top: 2px solid #000000;
}
.border-all-theme-light-2px {
  border: 2px solid #222222;
}
.border-bottom-theme-light-2px {
  border-bottom: 2px solid #222222;
}
.border-right-theme-light-2px {
  border-right: 2px solid #222222;
}
.border-left-theme-light-2px {
  border-left: 2px solid #222222;
}
.border-top-theme-light-2px {
  border-top: 2px solid #222222;
}
/* ===================================
	RADIUS
====================================== */
.radius-theme {
  border-radius: 0px;
}
.radius-circle {
  border-radius: 100%;
}
.radius-button {
  border-radius: 0px;
}
.radius-theme-img {
  border-radius: 0px;
}
.radius-theme-tbr {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.radius-theme-tbl {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.radius-theme-tlr {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.radius-theme-blr {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.radius-none {
  border-radius: 0 !important;
}
/* ===================================
	general
====================================== */
.alt-font {
  font-family: "Cinzel", serif !important;
}
.primary-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 400px;
}
a,
body {
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
a:hover {
  color: inherit;
}
a.btn p {
  margin: 0 !important;
  padding: 0 !important;
}
p {
  margin-bottom: 15px;
}
.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-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);
}
@media all and (max-width: 991px) {
  .xs-text-center {
    text-align: center;
  }
  .p-1px {
    padding: 1px;
  }
}
/* ===================================
	TEXT SIZE
====================================== */
body {
  font-family: "Montserrat", sans-serif;
}
.text-extra {
  font-size: 3.3rem;
  line-height: 3.5rem;
}
.text-h1,
h1 {
  font-size: 2.7rem;
  line-height: 2.9rem;
  font-family: "Cinzel", serif;
}
.text-h2,
h2 {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.text-h3,
h3 {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.text-h4,
h4 {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.text-h5,
h5 {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.text-h6,
h6 {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.text-body,
body {
  font-size: 1.2rem;
  line-height: 1.65rem;
  color: #000000;
}
.text-small {
  font-size: 18px;
  line-height: 24px;
}
.text-very-small {
  font-size: 14px;
  line-height: 18px;
}
.text-didascalia {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  align-content: start;
}
.text-h1,
.text-h2,
h1,
h2,
.text-h3,
h3 {
  letter-spacing: 0px;
  font-weight: 400;
}
.text-body,
body,
.text-h4,
.text-h5,
.text-h6,
h4,
h5,
h6 {
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .text-body,
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
}
/* ===================================
	BTN
====================================== */
.btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  /*-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: 1px solid #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 10px 10px 0;
  padding: 1rem 2rem 1rem 2rem;
}
.btn.btn-white,
.text-white .btn.btn-theme {
  background-color: #ffffff;
  color: #000000;
  border-color: #eeeeee;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.text-white .btn.btn-theme:hover,
.text-white .btn.btn-theme:active {
  background-color: #f6f6f6;
  color: #000000;
  border-color: #000000;
}
.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: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-theme-dark:hover,
.btn.btn-theme-dark:active {
  opacity: 0.8;
}
.btn.btn-theme,
#login-submit input.btn.btn-theme {
  background-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-theme:hover,
.btn.btn-theme:active,
#login-submit input.btn.btn-theme:hover {
  opacity: 0.8;
}
.btn.btn-theme-light {
  background-color: #222222;
  color: #000000;
  border-color: #222222;
}
.btn.btn-theme-light:hover,
.btn.btn-theme-light:active {
  opacity: 0.8;
}
.btn.btn-theme-white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn.btn-theme-white:hover,
.btn.btn-theme-white: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;
}
.btn.btn-transparent-theme {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-transparent-theme:hover,
.btn.btn-transparent-theme:active {
  opacity: 0.8;
}
.btn.btn-transparent-theme-dark {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-transparent-theme-dark:hover,
.btn.btn-transparent-theme-dark:active {
  opacity: 0.8;
}
.btn.btn-transparent-template {
  background-color: #222222;
  border-color: #D6BD50;
  color: #D6BD50;
}
.btn.btn-transparent-template:hover,
.btn.btn-transparent-template:active {
  opacity: 0.8;
}
.btn.btn-transparent-template.btn-small {
  background-color: #222222;
  border-color: #D6BD50;
  color: #D6BD50;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn.btn-transparent-template.btn-small:hover,
.btn.btn-transparent-template.btn-small: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: #D6BD50;
  color: #000000;
  border-color: #D6BD50;
}
.btn.btn-template:hover,
.btn.btn-template:active {
  opacity: 0.9;
}
.btn-transparent-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.btn-transparent-white span,
.btn-transparent-white:hover span {
  color: #000000;
}
.btn-transparent-white:hover,
.btn.btn-transparent-white:active {
  opacity: 0.8;
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
}
.btn-transparent-white-small {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}
.btn-transparent-white-small:hover,
.btn.btn-transparent-white-small:active {
  opacity: 0.8;
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
}
.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: #000000;
  color: #000000;
}
.btn.btn-link {
  padding: 7px 5px 4px 0;
  margin: 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid;
  letter-spacing: 0.7px;
  background-color: transparent !important;
  border-radius: 0;
  color: #000000;
  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;
}
.vc-etichetta {
  margin-top: 10px;
  margin-bottom: 0px;
}
.vc-titolo {
  margin-top: 25px;
  margin-bottom: 25px;
}
.vc-sottotitolo {
  margin-top: 0px;
  margin-bottom: 15px;
}
.vc-testo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.vc-cta {
  margin-top: 20px;
}
.vc-etichetta {
  color: #000000;
  padding: 6px 0px 6px 0px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
}
.vc-titolo {
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Cinzel", serif;
}
.vc-sottotitolo {
  letter-spacing: 0px;
  font-weight: 400;
}
.vc-testo {
  display: block;
}
.text-white .vc-etichetta,
.text-white .vc-titolo,
.text-white .vc-sottotitolo,
.text-white .vc-testo,
.text-white .vc-item-titolo {
  color: #ffffff;
}
.text-template .vc-titolo,
.text-template .vc-sottotitolo,
.text-template .vc-testo,
.text-template .vc-item-titolo {
  color: #D6BD50;
}
.text-center .vc-header-etichetta {
  margin: 10px auto;
}
.vc-header-titolo {
  font-size: 2.7rem;
  line-height: 2.9rem;
}
.vc-header-sottotitolo {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
}
.vc-section-etichetta {
  padding: 10px 0px 10px 0px;
}
.vc-section-titolo {
  font-size: 2.7rem;
  line-height: 2.9rem;
  border-left: 3px solid #D6BD50;
  padding-left: 20px;
  position: relative;
}
.text-center .vc-section-titolo {
  border-left: 0px solid #D6BD50;
  padding-left: 0;
}
.vc-section-sottotitolo {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
}
.vc-section-cta {
  margin-top: 30px !important;
}
/* item */
.vc-item-etichetta-theme {
  color: #ffffff;
  padding: 6px 0px 5px 0px;
  display: inline-block;
  font-weight: 500;
}
.vc-item-titolo {
  border-left: 3px solid #D6BD50;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 8px;
}
.text-center .vc-item-titolo {
  border-left: 0px solid #D6BD50;
  padding-left: 0;
}
.vc-item-sottotitolo {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 8px;
}
.vc-item-testo {
  margin-top: 8px;
  margin-bottom: 8px;
}
.vc-item-testo-breve {
  margin-top: 8px;
  margin-bottom: 8px;
}
.vc-item-cta {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* BIG SECTION */
.vc-section-etichetta-big {
  font-size: 14px;
  line-height: 18px;
  background-color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0px solid #D6BD50;
  color: #D6BD50;
  padding: 10px 0px 10px 0px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px !important;
}
.vc-section-titolo-big {
  font-size: 3.3rem;
  line-height: 3.5rem;
  position: relative;
  color: #ffffff;
}
.vc-section-sottotitolo-big {
  font-size: 3.3rem;
  line-height: 3.5rem;
  color: #D6BD50;
  font-family: "Cinzel", serif;
}
.vc-section-testo-big {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #ffffff;
  margin-top: 4% !important;
}
.vc-section-cta-big {
  margin-top: 6% !important;
}
/* tag */
.vc-item-etichetta-tag-template {
  font-size: 14px;
  line-height: 18px;
  background-color: #D6BD50;
  padding: 4px 15px 3px 15px;
  border: 1px solid #D6BD50;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vc-item-etichetta-tag-theme {
  background-color: #000000;
  padding: 4px 15px 3px 15px;
  border: 1px solid #000000;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media all and (max-width: 991px) {
  .vc-section-etichetta-big {
    margin-bottom: 10px !important;
  }
  .vc-titolo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .label-etichetta span {
    display: none !important;
  }
}
/* item review */
.vc-item-review {
  border-left: 3px solid #D6BD50;
}
/* item prodotto */
.vc-item-prodotto-titolo {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #000000;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
/* blog */
.vc-blog {
  background-color: #ffffff;
  border-radius: 0px;
  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: #000000;
}
.modulo-item-blog-card.bg-theme-light {
  padding: 5% 5% 5% 5%;
  background-color: #222222;
}
.modulo-item-blog-categoria {
  display: block;
  font-size: 16px;
  line-height: 18px;
  background-color: #d6bd50;
  padding: 8px 15px 8px 15px;
  border: 1px solid #d6bd50;
  display: inline-block;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modulo-item-blog-cta-absolute {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 15px;
}
/* contatti */
.vc-contatti-box {
  border-radius: 0px;
  background-color: #f6f6f6;
}
.vc-contatti-etichetta {
  letter-spacing: 0.5px;
  font-weight: 700;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 8px;
}
.vc-contatti-numero {
  letter-spacing: 0px;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
}
/* IMAGE OVERLAY */
/* immagine */
.img-opacity-hover {
  filter: brightness(0.6);
  transition: all 0.6s ease;
}
.item-card-hover:hover .img-opacity-hover {
  filter: brightness(0.8);
  transform: scale(1.05);
}
/* cta */
.btn-hover {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.item-card-hover:hover .btn-hover {
  opacity: 1;
  transform: translateY(0);
}
/* header + titolo carousel */
.widget-padding-title-page,
.widget-padding-large {
  padding: 6% 8%;
}
.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: #000000;
}
.formattazione-testi a:hover {
  text-decoration: underline!important;
  color: #000000;
  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 #d6bd50 !important;
  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: #D6BD50;
  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);
}
/* ===================================
	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: 15px;
    padding-left: 15px;
  }
}
footer .nav-link {
  color: #000000;
  padding: 0.5rem 1rem;
}
.container-fluid {
  max-width: 1880px;
}
/* ===================================
	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, #222222 0%, #000000 100%);
  -webkit-text-fill-color: transparent;
}
.icon-with-text-style-10 .feature-box-icon:before {
  background-color: #000000;
}
.opacity-10 {
  opacity: 1;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-contain {
  object-fit: contain;
}
.inset-0 {
  inset: 0px;
}
/* ===================================
	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 .header-top-bar {
  z-index: 9999;
}
a.header-top-link {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 15px;
}
@media all and (max-width: 991px) {
  header .navbar-brand img,
  header.sticky .navbar-brand img {
    max-height: 40px;
  }
  .top-logo .navbar-brand {
    padding: 10px 0 10px 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;
  }
}
.header-language.dropdown {
  padding: 8px 15px;
}
.header-language-icon .header-language .language-dropdown li a {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 20px;
}
.header-language-icon .header-language .language-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 5px;
}
.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;
}
.footer-whatsapp-icon {
  position: fixed;
  bottom: 30px;
  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: 60px;
  }
  header.sticky .navbar-brand img {
    max-height: 30px;
  }
  .top-logo .navbar-brand {
    padding: 8px 0 8px 0px;
  }
}
@media all and (max-width: 991px) {
  header .navbar-brand img,
  header.sticky .navbar-brand img {
    max-height: 40px;
  }
  .top-logo .navbar-brand {
    padding: 10px 0 10px 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: "Montserrat", sans-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;
  }
  .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: #000000;
  }
  [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: #000000 !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: #000000;
  }
  [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: #000000 !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: 20px;
    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: #000000 !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: 60px 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;
  }
}
/* ===================================
	MEGAMENU
====================================== */
.navbar .navbar-nav .submenu-content .mega-menu {
  width: 96%;
  margin: 20px auto;
  max-height: 700px;
  overflow-y: scroll;
}
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 #000000;
  border-radius: 0px !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;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .submenu-content .mega-menu {
    padding: 0 0px;
  }
}
/* ===================================
	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: #000000;
  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 */
  }
}
/* --- Classi Ratio 100% Height --- */
/* swiper pagination */
.swiper-pagination-progress .swiper-progress {
  background-color: #000000;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background: #000000;
}
.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: #000000;
  color: #ffffff;
  border: 0;
}
@media (max-width: 991px) {
  /* xs */
  .swiper-button-next,
  .swiper-button-prev {
    top: 40%;
  }
}
/* swiper stessa altezza */
/* 1. Forza il contenitore a occupare tutta l'altezza e allineare i figli */
.swiper-wrapper {
  display: flex !important;
  align-items: stretch !important;
  /* Questo forza tutte le slide alla stessa altezza */
  height: auto !important;
}
/* 2. La slide deve essere un contenitore flex per la card interna */
.swiper-slide {
  height: auto !important;
  /* Fondamentale: non deve avere altezza fissa */
  display: flex !important;
  flex-direction: column;
}
/* 3. La card interna (vc-item-review) deve espandersi */
.swiper-slide .vc-item-review {
  flex-grow: 1;
  /* Dice alla card: "prendi tutto lo spazio rimasto" */
  margin: 10px;
  /* Spazio per l'ombra */
  display: flex;
  flex-direction: column;
}
/* 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 !important;
  height: 30px !important;
  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: #000000;
  color: #ffffff;
  border-radius: 4px;
}
ul.tag-etichetta li .list-label.list-label-sconto {
  background-color: #D6BD50 !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-ztl {
  background-image: url('/assets/img/bg-ztl.jpg');
  background-repeat: repeat;
  z-index: 0;
  background-position: center center !important;
}
.bg-title {
  background-image: url('/assets/img/bg.jpg');
  background-repeat: repeat;
  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: "Montserrat", 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;
}
.opacity-full-100 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
@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;
}
.opacity-full-100 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 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-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-90%, -50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .overlay-text-left {
    position: relative;
    bottom: auto;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
    margin-top: -50px;
  }
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .overlay-text {
    position: relative;
    bottom: auto;
    top: 0;
    left: 5%;
    transform: translate(0%, 0%);
    width: 90%;
    margin-top: -50px;
  }
}
.bg-gradient-right-dark-transparent {
  background: linear-gradient(to right, black 100%, transparent 100%);
  padding: 6% 10%;
  margin: 8% auto 8% 0;
}
.bg-gradient-right-dark-transparent-right {
  background: linear-gradient(to right, black 80%, transparent 100%);
}
.overlay-text-swiper {
  position: relative;
  /* Diventa il riferimento per l'immagine */
  z-index: 1;
  padding: 30px 5%;
  /* Spazio interno per non far toccare il testo ai bordi */
  /*min-height: 100vh; */
  /* O h-100 se il genitore ha altezza definita */
  display: flex;
  align-items: center;
  /* Centra verticalmente il contenuto .border-all */
}
picture.object-fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Fondamentale: lo spinge dietro al testo */
  margin: 0;
  /* Rimuove i margini di default del tag figure */
  overflow: hidden;
}
picture.object-fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Fa sì che l'immagine si comporti come un background-cover */
  object-position: center;
}
.overlay-text-swiper-carousel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  z-index: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .overlay-text-swiper-carousel {
    position: relative;
    top: -20px;
    left: 5%;
    transform: translate(0, 0);
    width: 90%;
  }
}
/* cambio visualizzazione mobile */
@media (max-width: 991px) {
  .overlay-bottom-mobile-full {
    margin: 10px 10px -30px 10px;
    z-index: 3;
    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);
  }
}
/* 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;
}
/* FOTO PICTURE IN  cover-background */
/* La sezione deve essere il riferimento per il posizionamento */
.picture-image-object-fit {
  position: relative;
  min-height: 400px;
  /* Opzionale: garantisce un'altezza minima */
  display: flex;
  align-items: center;
}
/* Forza il tag picture a occupare tutto lo spazio disponibile */
.picture-image-object-fit .cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* Resta dietro al contenuto */
}
/* L'immagine all'interno deve comportarsi come un background-size: cover */
.picture-image-object-fit .cover-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Taglia l'immagine per riempire il contenitore */
  object-position: center;
  /* Centra l'immagine */
  display: block;
}
/* Assicurati che il contenitore del testo sia sopra l'immagine */
.picture-image-object-fit .box-layout {
  z-index: 1;
  position: relative;
  color: #ffffff;
  /* Esempio: testo bianco per leggibilità su sfondo */
}
.picture-image-object-fit .cover-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Overlay nero al 40% */
  z-index: 1;
}
.vc-banner-mini.bg-theme .vc-section-testo,
.vc-banner-mini.bg-theme-light .vc-section-testo,
.vc-banner-mini.bg-dark .vc-section-testo {
  color: #ffffff !important;
}
/*
MEGA MENU
*/
.menu-subtitle,
.megamenu-link {
  font-size: 18px;
  line-height: 25px;
}
.megamenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-list-item {
  margin-bottom: 0;
}
.megamenu-link {
  color: var(--lche-gray);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.megamenu-link:hover {
  color: var(--lche-gold);
  padding-left: 5px;
}
.megamenu-link.view-all {
  color: var(--lche-gold);
  font-weight: 600;
}
.sub-group-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 1.5rem 0 1rem 0;
}
.map-stilizzata {
  margin-top: 2rem;
  width: 100%;
  height: 180px;
  background: linear-gradient(rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.8)), url('/assets/img/bg-world.jpg');
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: var(--lche-gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.cursor-pointer {
  cursor: pointer !important;
}
.text-template {
  color: #D6BD50 !important;
}
/* Mobile (Base/XS)
.min-h-image {
    min-height: 800px !important; max-height:900px;
}
@media (max-width: 991px) {
	.min-h-xs-image {
		min-height: 300px !important;
	}
}

@media (min-width: 576px) {
    .min-h-sm-image { min-height: 400px !important; }
}


@media (min-width: 768px) {
    .min-h-md-image { min-height: 40px !important; }
}


@media (min-width: 992px) {
    .min-h-lg-image { min-height: 900px !important; }
}


@media (min-width: 1200px) {
    .min-h-xl-image { min-height: 850px !important; }
}


@media (min-width: 1440px) {
    .min-h-xxl-image { min-height: 800px !important; }
}
*/
