img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.carousel-title .fai{
	color: #005238;
}

.navbar .burger-container {
  cursor: pointer;
  width: 70px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 17px;
  z-index: 2;
}
.navbar .burger {
  width: 50px;
  border-top: 3px solid #232f5d;
  border-bottom: 3px solid #232f5d;
  height: 12px;
  margin: auto;
  margin-top: 10px;
}
.navbar .container {
  position: relative;
}

.mobile-logo {
  display: none;
}
img.desktop-logo {
  z-index: 1;
}
.navbar .container {
  height: 185px;
}
@media screen and (max-width: 1000px) {
  #carousel-home .carousel-title {
    margin-top: 20px;
  }
  #carousel-home .carousel-subtitle {
    margin-top: 5px;
    padding: 0px 25%;
  }
  #carousel-home .nr-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
    height: 65px;
  }
  /*.navbar .container {
        margin-top: 27px;
    }*/
  .navbar .burger-container {
    position: inherit;
    margin-bottom: 30px;
  }
  .navbar .container {
    height: unset;
  }
  .navbar {
    position: sticky;
    top: 0px;
    z-index: 109;
    background-color: white;
  }
}
@media screen and (max-width: 1399px) {
  .navbar .container {
    height: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .container {
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .container {
    height: 105px;
  }
}

/* STIKY MENU (RISERVATO) */
@media screen and (min-width: 768px) {
  .navbar.stiky {
    position: sticky;
    top: 0px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: #ebeeefb5;
    z-index: 109;
    transition: 0.5s;
    backdrop-filter: blur(5px);
  }
  .navbar.stiky .container {
    height: 75px;
  }
  .navbar.stiky .container .mobile-hide,
  .navbar.stiky .container .no-mobile {
    display: none;
  }
  .navbar.stiky .container .mobile-show,
  .navbar.stiky .container .no-desktop {
    display: block !important;
  }
  .navbar.stiky .container .mobile-show .mobile-logo {
    display: block !important;
    width: 73px;
  }
  .navbar.stiky .burger-container {
    top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .home-slider {
    margin-top: 70px;
  }
  .product-header {
    margin-top: 70px;
  }
}

.carousel-div {
  display: grid;
  grid-template-columns: calc(50% - 30px) calc(50% - 30px);
  column-gap: 60px;
  height: 550px;
}
.owl-carousel .carousel-div .carousel-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-details {
  background-image: url(../assets/cornice-hp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 40px;
  line-height: 41px;
  padding: 0px 20%;
}
.carousel-subtitle {
  margin-top: 20px;
  color: #232f5d;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 18px;
  padding: 0px 22%;
  font-weight: 500;
}
.carousel-cta {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .carousel-div {
    height: 440px;
  }
  .carousel-title {
    font-size: 36px;
    line-height: 37px;
  }
}
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .home-slider-container {
    /*background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF27 0%, #B9C9CF52 100%) 0% 0% no-repeat padding-box;*/
  }
  .navbar .container {
    box-shadow: 0px 27px 50px #232f5d0e;
  }
  .carousel-div {
    grid-template-columns: 100%;
    height: 630px;
    padding-top: 20px;
  }
  .carousel-title {
    font-size: 30px;
    line-height: 30px;
  }
  .owl-carousel .carousel-div .carousel-image {
    /*margin-top: -110px;*/
    height: 230px;
  }
  .home .carousel-details {
    height: 370px;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .carousel-dots {
    height: 42px !important;
  }
  .carousel-dots-inner {
    padding: 4px 0px !important;
  }
  .home-intestazione img {
    width: 100%;
  }
  .home-intestazione {
    padding: 0px;
    margin-bottom: 30px;
  }
}
.home-slider-container {
  position: relative;
  margin-bottom: 70px;
}
.home-slider-container .nr-button {
  width: 210px;
}
.home-intestazione {
  margin-bottom: 70px;
  max-width: 1140px;
}
.carousel-dots {
  background-color: white;
  position: absolute;
  right: -1px;
  display: inline-flex;
  height: 65px;
  bottom: -1px;
  z-index: 100;
  padding: 12px;
  border-top-left-radius: 15px;
}
.carousel-dots-inner {
  display: inline-flex;
  padding: 16px 0px;
}
.custom-dot {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  border: 2px solid #232f5d47;
  cursor: pointer;
  margin: 0px 10px;
}
.custom-dot.active {
  background-color: #232f5d;
  border-color: white;
}
.dots-border-effect {
  background-color: transparent;
  width: 20px;
  position: absolute;
  height: 20px;
  left: -20px;
  bottom: 0;
  border-bottom-right-radius: 20px;
}
.dots-border-effect::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  z-index: -1;
}
.dots-arrow-hr {
  width: 1px;
  height: 22px;
  background-color: #232f5d33;
  margin: auto;
  margin-top: 12px;
}
.dots-arrow {
  width: 40px;
  padding: 9px;
  cursor: pointer;
  text-align: center;
}

.nr-button {
  text-align: center;
  color: white !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat";
  text-decoration: none;
  margin: 40px auto;
  height: 50px;
  display: inline-block;
  position: relative;
  /* padding: 15px 50px; */
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  background-color: #232f5d;
  background-repeat: no-repeat;
  transition: background-position-y ease-in-out 250ms;
}
.nr-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  transition: all 0.3s;
  -webkit-clip-path: polygon(
    0% 50%,
    10% 0%,
    90% 0%,
    100% 50%,
    90% 100%,
    10% 100%
  );
  clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
  z-index: -1;
}
.nr-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.nr-button:hover span:first-child {
  color: #fff;
  transition: all 0.4s;
}
.nr-button span:last-child {
  color: #232f5d;
  transition: all 0.4s;
}
.nr-button:hover span:first-child {
  transform: translateY(-50px);
}
.nr-button:hover span:last-child {
  transform: translateY(-50px);
}
.nr-button:hover::after {
  background-color: #fff !important;
}

.home-card {
  display: grid;
  grid-template-columns: calc(50% - 17.5px) calc(50% - 17.5px);
  margin-bottom: 70px;
  gap: 35px;
}
.home-card .nr-button {
  width: 210px;
}
.home-card .carousel-details {
  background-image: url(../assets/cornice-content.png);
  padding-top: 30px;
  background-position: center;
}
.home-card .carousel-title {
  padding: 0px 12%;
  max-width: 600px;
}
.home-card .carousel-subtitle {
  padding: 0px 12%;
  max-width: 600px;
}
.home-card-img {
  margin-top: 30px;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .home-card-img {
    margin-top: 20px;
    width: 50%;
  }
  .home-card .carousel-title {
    font-size: 32px;
    line-height: 33px;
  }
  .home-card .carousel-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .home-card .nr-button {
    margin: 20px auto;
    font-size: 14px;
    /* padding: 10px 35px; */
  }
}
@media screen and (max-width: 767px) {
  .home-card {
    grid-template-columns: 100%;
    margin-bottom: 50px;
    gap: 20px;
    max-width: unset;
  }
  .home-card .carousel-details {
    height: auto;
  }
  .home-card .carousel-title {
    font-size: 32px;
    line-height: 33px;
    padding: 0px 14%;
  }
  .home-card .carousel-subtitle {
    font-size: 15px;
    line-height: 25px;
    padding: 0px 14%;
  }
  .home-card-img {
    margin-top: 20px;
    max-width: 336px;
  }
  .home-card .nr-button {
    margin: 20px auto;
    font-size: 14px;
    /* padding: 15px 45px; */
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .home-card .carousel-subtitle {
    margin-top: 5px;
    padding: 0px 3%;
  }
  .home-card .carousel-title {
    padding: 0px 1%;
  }
  .home-card .nr-button {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

.storia-banner {
  margin-bottom: 130px;
}
.storia-banner .banner {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-image {
  position: absolute;
  bottom: -65px;
  height: 120px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 35px;
  line-height: 41px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.banner-cta {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .storia-banner {
    /*margin-bottom: 60px;*/
  }
  .storia-banner .banner {
    height: 400px;
  }
  .banner-image {
    bottom: calc(0px - 12vw);
    height: auto;
    width: 100%;
  }
  .banner-title {
    font-size: 25px;
    line-height: 25px;
    bottom: calc(0px - 0vw);
  }
  .banner-cta {
    bottom: calc(0px - 13vw);
  }
}
@media screen and (max-width: 400px) {
  .banner-cta {
    bottom: calc(0px - 15vw);
  }
  .storia-banner .banner {
    height: 320px;
  }
}

.home-scopri {
  background-color: #232f5d;
  color: #232f5d;
  padding: 44px 0px;
}
.home-scopri .container {
  background-image: url(../assets/frame-scopri.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 85px 30px;
  padding-top: 110px;
}
@media screen and (max-width: 1399px) {
  .home-scopri .container {
    background-image: unset !important;
  }
}
.scopri-inner {
  background-color: white;
  border-radius: 50px;
  padding: 40px 50px;
}
.scopri-title {
  font-size: 40px;
  line-height: 41px;
  font-family: "Tenor Sans";
  text-align: center;
  margin-bottom: 30px;
}
.scopri-row {
  margin: 15px 0px;
}
.scopri-row-title {
  text-align: center;
  font-size: 30px;
  font-family: "Tenor Sans";
  margin-bottom: 10px;
}
.scopri-row-desc {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 500;
}

.footer-topper {
  padding: 70px 0px !important;
  text-align: center;
}
.footer-topper img {
  max-height: 95px;
}
@media screen and (max-width: 767px) {
  .footer-topper {
    padding: 30px 0px !important;
  }
}
footer {
  background-color: #eef0f0;
}
footer.essenze-footer {
  background-color: #232f5d !important;
}
footer.essenze-footer .footer-text,
footer.essenze-footer .footer-socials i,
footer.essenze-footer .footer-title,
footer.essenze-footer ul li a,
footer.essenze-footer .go-up i {
  color: white;
}
footer.essenze-footer .footer-title {
  border-bottom: 1px solid white;
}
.footer-container {
  margin: auto;
}
img.footer-logo {
  width: 70%;
  padding-bottom: 30px;
}
img.footer-logo.essenzelogo {
  width: 50%;
}
.footer-text {
  font-size: 15px;
  line-height: 19px;
  color: #232f5d;
  font-family: "Tenor Sans";
}
.footer-socials i {
  color: #232f5d;
  font-size: 24px;
  margin-right: 25px;
}
.phone-link i {
  font-size: 16px;
  margin-right: 8px;
}
.phone-link {
  text-decoration: none;
  font-family: "Montserrat";
}
.go-up {
  text-align: right;
}
.go-up i {
  color: #232f5d;
  font-size: 20px;
}
.footer-title {
  font-family: "Tenor Sans";
  color: #232f5d;
  font-size: 25px;
  line-height: 50px;
  margin-bottom: 20px;
  padding-bottom: 18.5px;
  border-bottom: 1px solid #232f5d73;
}
.footer-title.custom-ft {
  margin-right: 50px;
}
@media screen and (max-width: 1399px) {
  .footer-title.custom-ft {
    margin-right: unset !important;
  }
}
footer ul {
  margin: 0;
  list-style: none;
  padding-left: 0px;
}
footer ul li {
  margin-bottom: 25px;
}
footer ul li:nth-child(6n) {
  clear: left;
}
footer ul li a {
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 19px;
  color: #232f5d;
  font-weight: 500;
  text-decoration: none;
}
a:visited {
  color: #232f5d;
}
.split-menu {
  display: grid;
  grid-template-columns: 50% 50%;
}
.copy-text {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 31px;
  color: #232f5d;
  text-decoration: none;
  font-weight: 500;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 400px) {
  .copy-text {
    width: 60%;
  }
}
.footer-copy {
  background-color: #eef0f0;
  text-align: center;
  padding: 30px 0px;
  border-top: 1px solid #232f5d;
  position: relative;
}
.footer-copy.essenze-footer {
  background-color: #232f5d !important;
  border-top: 1px solid white;
}
.footer-copy.essenze-footer .copy-text,
.footer-copy.essenze-footer a {
  color: white;
}
.footer-copy.essenze-footer .bolton-logo {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(133%)
    contrast(103%);
}
.bolton-logo {
  /* height: 65px; */
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .footer-socials {
    margin-bottom: 30px;
  }
  .company-footer-col {
    text-align: center;
  }
  .contacts-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
  .phone-link {
    font-weight: 500;
  }
  .split-menu {
    display: block;
  }
  .go-up {
    order: -1;
    padding-left: calc(100% - 40px);
    margin-bottom: 10px;
  }
  .copy-text {
    text-align: left;
    line-height: 19px;
    margin-left: 15px;
  }
  .bolton-logo {
    top: 40px;
    max-width: 80px;
  }
  .footer-title {
    border-bottom: 1px solid #232f5d;
  }
}

.amazon-banner {
  margin-top: 70px;
  margin-bottom: 30px;
  background-image: url(../assets/cornice-banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 6% 3%;
}
.amazon-banner .nr-button {
  width: 210px;
}
img.banner-logo {
  height: 40px;
  margin-top: 20px;
}
.amazon-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 40px;
  line-height: 50px;
}
.amazon-inner {
  background-image: url(../assets/amazon-banner.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.banner-background {
  display: none;
}
@media screen and (min-width: 1400px) {
  .amazon-banner {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .amazon-title {
    font-size: 30px;
    line-height: 30px;
  }
  img.banner-logo {
    height: 30px;
  }
  .amazon-banner .nr-button.carousel-cta {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .amazon-banner {
    padding: 5% 4%;
  }
  .amazon-inner {
    background-image: url(../assets/amazon-banner.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  }
  .amazon-title {
    font-size: 30px;
    line-height: 30px;
  }
  img.banner-logo {
    height: 25px;
  }
  .amazon-banner .nr-button.carousel-cta {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .amazon-banner {
    margin-top: 30px;
    margin-bottom: 70px;
    background-image: url(../assets/cornice-content.png);
  }
  .amazon-inner {
    background-image: unset;
    max-width: 300px;
    margin: auto;
    margin-top: 50px;
  }
  .amazon-title {
    font-size: 30px;
    line-height: 35px;
  }
  img.banner-logo {
    height: 40px;
  }
  .banner-background {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 360px) {
  .amazon-banner {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
  }
}

.news-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.news-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 50px;
  line-height: 50px;
  align-self: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-title {
    font-size: 30px;
    line-height: 50px;
  }
}
img.news-arrow {
  height: 85px;
}
img.news-arrow.rotate {
  transform: rotate(180deg);
}
.news-divisor {
  background-color: #b9c9d0;
  height: 1px;
  width: 100%;
  margin: auto;
}

.news-details {
  padding: 30px;
  text-align: center;
  height: 270px;
  background-color: white;
  border-radius: 5px;
}
.news-slide-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 25px;
  line-height: 29px;
  text-align: left;
}
.news-slide-desc {
  color: #232f5d;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 105px;
}
.news-slider .nr-button.carousel-cta {
  margin: 40px auto 0px auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 210px;
}
.news-slide-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.news-slide {
  margin-top: 10px;
  transition: margin 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  margin-bottom: 20px;
  box-shadow: none;
}
.news-slide:hover {
  margin-top: 0px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.news-divisor.small {
  width: 45px;
}
.news-footer {
  display: flex;
  float: left;
}
.news-footer .dots-arrow img {
  width: 30px;
  height: 30px;
}
.news-footer .dots-arrow {
  width: unset;
  padding: 15px;
}
.news-footer img.news-arrow {
  height: 60px;
}

.product-box {
  margin-top: 70px;
  margin-bottom: 70px;
}
.product-slide-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
}
.product-slide-subtitle {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 600;
}
.product-details {
  padding: 30px;
  text-align: center;
  height: 190px;
  border-radius: 5px;
}
.product-slide-inner {
  background-image: url(../assets/thumb-prodotto.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 50px;
  position: relative;
}
.product-slide-type {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  position: absolute;
  top: 4px;
  left: 3%;
  width: 85px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .product-slide-type {
    top: 4px;
    left: 6%;
    width: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .product-slide-type {
    top: 4px;
    left: 11%;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .product-slide-type {
    top: 4px;
    left: 15%;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .product-slide-type {
    top: 4px;
    left: 3%;
    width: 85px;
  }
}
@media screen and (max-width: 575px) {
  .product-slide-type {
    top: 3px;
    left: 6%;
    width: 90px;
    font-size: 13px;
    line-height: 15px;
  }
  .product-box .news-slide {
    width: 270px;
  }
}
.product-slide-img {
  width: 250px !important;
  padding: 0px 0px;
  margin: auto;
}
.product-box .news-slide:hover {
  margin-top: 10px;
  box-shadow: none;
}

.product-header {
  background-image: url(../assets/product-background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  /*background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF27 0%, #b9c9cf1c 100%) 0% 0% no-repeat padding-box;*/
  padding: 40px 20px;
}
.breadcrumb a {
  color: #232f5d;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 31px;
  font-weight: 500;
  margin-right: 3px;
  text-decoration: none;
}
.product-banner {
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  height: 500px;
  position: relative;
}
.product-banner-parent-container {
  line-height: 14px;
  margin-bottom: 35px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 1px 1px;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  background-color: #dbdde5;
  background-repeat: no-repeat;
  transition: background-position-y ease-in-out 250ms;
}
.product-banner-parent {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  background-color: white;
  background-repeat: no-repeat;
  transition: background-position-y ease-in-out 250ms;
}
.product-banner-type {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 80px;
  line-height: 70px;
}
.product-banner-name {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-banner-subtitle {
  color: #232f5dbd;
  font-size: 15px;
  line-height: 25px;
  font-family: "Montserrat";
  margin-top: 30px;
  font-weight: 500;
  max-width: 290px;
}
.product-banner .news-arrow {
  rotate: -45deg;
  position: absolute;
  bottom: -30px;
  height: 100px;
  left: 0;
}
.product-banner .news-arrow.arr-right {
  right: 0;
  rotate: -135deg;
  left: unset;
}
.product-topper img {
  rotate: 180deg;
}

.product-features {
  text-align: center;
  margin-bottom: 100px;
}
.product-features-title {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 10px;
}
.product-features-subtitle {
  color: #232f5d;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 31px;
  font-weight: 500;
  max-width: 630px;
  margin: auto auto 50px auto;
}
.product-feature-img {
  height: 130px;
}
.product-features-images {
  display: flex;
  place-content: center;
  gap: 80px;
  margin-bottom: 80px;
}
.product-features-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
.product-features-collapse {
  padding-right: 30px;
  margin-top: 100px;
}
.product-features-collapse .tab-btn a {
  cursor: pointer;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #232f5d;
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.product-features-collapse .tab-btn:last-child a {
  padding-right: 0px;
}
.product-features-collapse .tab-btn:first-child a {
  padding-left: 0px;
}
.product-features-collapse .tab-btn a.active {
  border-bottom: 3px solid #232f5d;
}
.product-features-collapse ul {
  margin: 0 0 60px 0;
  margin-bottom: 60px;
}
.product-features-collapse .tab-pane {
  font-family: "Montserrat";
  color: #232f5d;
  line-height: 31px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
img.product-tab-img {
  max-width: 300px;
}
.product-features-variants {
  background-image: url(../assets/cornice-content.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 650px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}
.variant-slide-base {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 45px;
  line-height: 41px;
  margin-top: 20px;
}
.variant-slide-title {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 19px;
  color: #232f5d;
  font-weight: 600;
}
.nr-button.variant-slider-cta {
  margin-top: 25px;
  margin-bottom: 0px;
}
.variant-slide-img {
  width: auto !important;
  margin: auto;
}
.variant-slide-inner {
  margin-top: 50px;
}
img.variant-slide-img {
  max-height: 370px;
}
.variant-slider {
  width: 380px;
}
.product-features-variants .carousel-dots-inner {
  display: none;
}
@media screen and (max-width: 991px) {
  .product-features-col {
    display: grid;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-header .breadcrumb {
    display: none;
  }
  .product-banner {
    text-align: center;
    background-position: bottom;
    height: 600px;
    padding-top: 20px;
  }
  .product-banner-subtitle {
    max-width: unset;
    margin-top: 15px;
    font-weight: 600;
  }
  .product-banner-type {
    font-size: 45px;
    line-height: 40px;
  }
  .product-banner-name {
    font-size: 20px;
    line-height: 40px;
  }
  .product-features-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .product-features-subtitle {
    font-size: 15px;
    line-height: 25px;
  }
  .product-feature-img {
    height: 110px;
    margin: auto;
    column-gap: 80px;
    gap: unset;
    margin-bottom: 30px;
  }
  .product-features-images {
    display: grid;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    margin-bottom: 40px;
    gap: 5px;
  }
  .product-features-variants {
    height: 590px;
    margin-top: 40px;
    width: 100%;
    order: -1;
    position: relative;
    margin-bottom: 20px;
  }
  .accordion-item {
    border: none;
  }
  .product-accordion button.accordion-button {
    background-color: unset;
    box-shadow: none;
    padding: 20px 0px;
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    border-bottom: 3px solid #232f5d;
    color: #232f5d;
  }
  .product-accordion button.accordion-button.collapsed {
    border-bottom: 1px solid #232f5d33;
  }
  .accordion-body {
    text-align: left;
    padding: 20px 0px;
    color: #232f5d;
    font-size: 15px;
    line-height: 25px;
  }
  img.product-tab-img {
    margin-top: 60px;
  }
  .product-features {
    margin-bottom: 60px;
  }
  .variant-slider {
    width: 85%;
    margin: auto;
  }
  .product-features-variants .carousel-dots-inner {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .variant-slide-inner {
    /*margin-top: 20px;*/
  }
}

.category-header .banner-title {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.category-header .storia-banner .banner {
  height: 370px;
}
.category-header.storia-banner {
  margin-bottom: 100px;
}
.category-header.storia-banner .banner {
  height: 450px;
  z-index: -1;
}
.category-description {
  font-size: 16px;
  line-height: 31px;
  color: #232f5d;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  max-width: 770px;
  margin: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .category-header .banner-title {
    font-size: 26px;
    line-height: 25px;
    bottom: calc(0px - 1.5vw);
  }
  .category-description {
    line-height: 24px;
    margin-bottom: 60px;
  }
  .category-header.storia-banner {
    margin-bottom: 90px;
  }
  .category-header.storia-banner .banner {
    height: 370px;
  }
}
.category-archive .carousel-details {
  background-image: url(../assets/cornice-content.png);
  padding-top: 30px;
  background-position: center;
  margin-bottom: 60px;
}
.category-archive .nr-button {
  width: 270px;
}
.category-archive .home-card-img {
  /*margin-top: 10px;
  width: 100%;*/
  margin-top: 50px;
  width: 90%;
}

.header-menu {
  display: none;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  background-color: #5b5b5b4a;
  z-index: 110;
}
.header-menu.active {
  display: block;
  position: fixed;
}
.menu-heading {
  height: 77px;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  align-items: center;
}
.menu-logo {
  height: 60px;
  padding-left: 30px;
}
.menu-close img {
  cursor: pointer;
  height: 27px;
  margin-right: 30px;
}
.menu-list {
  text-align: center;
  display: flex;
  margin: auto;
  gap: 50px;
  padding: 0px 20px;
}
.menu-item-primary a {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 14px;
  color: #232f5d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-item-primary {
  padding: 25px 0px;
}
.menu-item-primary.active {
  border-bottom: 3px solid #232f5d;
}
.menu-content .active a,
.menu-heading .active a,
.menu-content-mobile .active a {
  font-weight: bold;
}
.menu-content {
  background-color: #fbfbfb;
  padding-top: 40px;
  padding-bottom: 55px;
}
.menu-content-child {
  display: flex;
  /*justify-content: space-between;*/
  gap: 50px;
  justify-content: center;
}
.menu-item-child a {
  font-family: "Tenor Sans";
  font-size: 16px;
  line-height: 19px;
  color: #232f5d;
  text-decoration: none;
  text-transform: math-auto;
  font-weight: 600;
}
.menu-item-child {
  /*padding-bottom: 15px;
    border-bottom: 1px solid #B9C9D0;*/
  margin-bottom: 15px;
}
.menu-item-last a {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 19px;
  color: rgba(35, 47, 93, 0.5);
  text-decoration: none;
  text-transform: math-auto;
}
.menu-item-last {
  margin-bottom: 0px;
}
.menu-content-image {
  background-color: #fbfbfb;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
}
.menu-footer-image {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(104%)
    contrast(97%);
}
.header-menu-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .header-menu.active {
    display: none;
  }
  .header-menu-mobile {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 110;
  }
  .header-menu-mobile.active {
    display: block;
    position: fixed;
  }
  .menu-heading-mobile {
    height: 130px;
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    align-items: center;
  }
  .menu-heading-mobile.menu-logo {
    height: 64px;
    padding-left: 15px;
  }
  .menu-heading-mobile.menu-close img {
    cursor: pointer;
    height: 32px;
    margin-right: 30px;
  }
  .menu-content-mobile {
    width: 100vw;
    /*height: calc(100vh - 130px);*/
    background-color: #f5f5f5;
    position: relative;
    padding-bottom: 130px;
    min-height: calc(100vh - 130px);
  }
  .menu-item-mobile {
    height: 62px;
    padding: 19px 52px;
    position: relative;
  }
  .menu-item-mobile a {
    color: #232f5d;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu-footer-image-mobile {
    padding: 21px 8px;
    position: absolute;
    bottom: 0;
  }
  .menu-mobile-extend {
    position: absolute;
    right: 28px;
    top: 27px;
    width: 31px;
    cursor: pointer;
    padding: 10px;
  }
  .menu-mobile-extend.active {
    transform: rotate(180deg);
  }
  .submenu-mobile {
    background-color: #ebeeef;
  }
  .submenu-mobile .menu-item-mobile {
    padding-left: 73px;
  }
  .menu-item-mobile.last-child a {
    text-transform: math-auto;
  }
  .menu-item-mobile.last-child {
    padding: 9px 52px 9px 73px;
    height: 43px;
  }
  .menu-item-mobile.inactive {
    background-color: #f5f5f5;
  }
}
.carousel-inner-div {
  width: 100%;
  text-align: center;
}

.manifesto-header.storia-banner .banner {
  height: 500px;
  background-size: contain;
  z-index: -1;
}
.manifesto-header.storia-banner {
  margin-bottom: 30px;
}
.manifesto-scopri .container {
  background-image: url(../assets/frame-scopri-min.svg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 25px 30px;
  padding-top: 55px;
}
.manifesto-scopri .scopri-inner,
.manifesto-scopri p {
  color: #232f5d;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  background-color: unset !important;
  width: calc(100% - 10%);
  margin: auto;
}
@media (max-width: 2000px) {
  .manifesto-scopri .container {
    padding: 15px 30px;
    padding-top: 55px;
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .manifesto-scopri .container {
    padding: 15px 30px;
    padding-top: 25px;
  }
  .manifesto-header.storia-banner .banner {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .manifesto-scopri .container {
    background-image: unset;
  }
  .manifesto-scopri .scopri-inner,
  .manifesto-scopri p {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .manifesto-scopri {
    padding: 0px 10px;
  }
  .manifesto-header.storia-banner .banner {
    height: 300px;
    background-size: cover;
  }
  .manifesto-scopri .container {
    background-image: unset;
    /*background-image: url(../assets/cornice-content.png);
        padding: 55px 60px;
        padding-top: 105px;
        height: 610px;*/
  }
}
@media (max-width: 430px) {
  .manifesto-scopri .container {
    /*padding: 55px 90px;
        padding-top: 55px;*/
    height: unset;
  }
}
@media (max-width: 375px) {
  .manifesto-scopri .container {
    background-image: unset;
  }
}

.manifesto-loop {
  color: white;
  margin-top: 30px;
  background-color: #232f5d;
  padding-top: 40px;
  padding-bottom: 80px;
}
.manifesto-loop-title {
  font-family: "Tenor Sans";
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.manifesto-loop-item {
  text-align: center;
}
.manifesto-loop-item-inner {
  background-color: white;
  border-radius: 38px;
  margin-top: 40px;
  padding: 25px;
}
.manifesto-loop-inner-title {
  color: #232f5d;
  font-size: 40px;
  line-height: 41px;
  font-family: "Tenor Sans";
  text-transform: uppercase;
}
.manifesto-loop-inner-desc {
  color: #232f5d;
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .manifesto-loop-title {
    font-size: 30px;
    line-height: 40px;
  }
  .manifesto-loop-inner-title {
    color: #232f5d;
    font-size: 30px;
    line-height: 31px;
    font-family: "Tenor Sans";
    text-transform: uppercase;
  }
  .manifesto-loop-inner-desc {
    color: #232f5d;
    font-size: 16px;
    line-height: 26px;
    font-family: "Montserrat";
    font-weight: 500;
    margin-top: 10px;
  }
}

.manifesto-footer {
  margin-top: 60px;
}
.manifesto-footer-text {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 31px;
  color: #232f5d;
  font-weight: bold;
  margin-bottom: 40px;
}
.manifesto-footer-sign {
  font-family: "Tenor Sans";
  font-size: 40px;
  line-height: 50px;
  color: #232f5d;
  font-weight: unset !important;
  font-style: unset !important;
  text-align: center !important;
}
.manifesto-footer-inner {
  padding-right: 10%;
  align-self: center;
}
.restituire .restituire-description p {
  text-align: left;
}

@media (max-width: 991px) {
  .manifesto-footer-inner {
    padding-right: 0%;
    text-align: center;
  }
  .manifesto-footer-text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .manifesto-footer-sign {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.storia-scopri .storia-scopri-inner {
  color: #232f5d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  background-color: unset !important;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.storia-page-slider {
  background-color: #232f5d;
  padding-top: 55px;
  padding-bottom: 55px;
}
.page-storia-item {
  background-image: url(../assets/storia-slider-cornice.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 50px 54px;
  padding-top: 90px;
  height: 570px;
}
.page-storia-background {
  background-color: white;
  border-radius: 38px;
  display: grid;
  grid-template-columns: calc(45% - 15px) calc(55% - 15px);
  padding: 40px;
  gap: 30px;
  height: 100%;
  align-items: center;
}
.storia-item-details-image {
  background-size: contain;
  height: -webkit-fill-available;
  background-repeat: no-repeat;
  background-position: center;
}
.storia-item-details-date {
  font-family: "Tenor Sans";
  font-size: 40px;
  line-height: 41px;
  color: #232f5d;
  margin-bottom: 20px;
}
.storia-item-details-title {
  margin-bottom: 20px;
}
.storia-item-details-text,
.storia-item-details-title {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 25px;
  color: #232f5d;
  font-weight: 500;
}
.storia-page-slider .news-footer {
  float: unset !important;
  width: fit-content;
  margin: 30px auto;
}
.storia-page-slider .news-footer .dots-arrow img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(210deg)
    brightness(102%) contrast(100%);
}
@media (max-width: 1400px) {
  .page-storia-item {
    padding: 80px 40px;
    padding-top: 120px;
    height: 570px;
  }
}
@media (max-width: 1200px) {
  .page-storia-item {
    padding: 40px 30px;
    padding-top: 75px;
    height: 430px;
  }
}
@media (max-width: 991px) {
  .page-storia-item {
    background-image: unset;
    padding: 0;
    padding-top: 0;
    height: 360px;
  }
  .storia-item-details-date {
    font-size: 40px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .storia-item-details-title {
    margin-bottom: 10px;
  }
  .page-storia-item-details .storia-item-details-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .storia-item-details-text,
  .storia-item-details-title {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 22px;
    color: #232f5d;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .storia-page-slider {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .page-storia-item {
    background-image: url(../assets/cornice-content.png);
    padding: 40px 40px;
    padding-top: 80px;
    height: 680px;
  }
  .page-storia-background {
    grid-template-columns: 100%;
    padding: 20px 10px;
    gap: 0px;
    align-items: unset;
  }
  .storia-item-details-image {
    height: 250px;
  }
  .page-storia-item-details {
    text-align: center;
  }
  .storia-item-details-date,
  .storia-item-details-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 560px) {
  .storia-item-details-image {
    height: 200px;
  }
  .page-storia-item {
    padding: 45px 60px;
    padding-top: 75px;
    height: 590px;
  }
}
@media (max-width: 460px) {
  .storia-item-details-image {
    height: 170px;
  }
  .page-storia-item {
    padding: 45px 60px;
    padding-top: 75px;
    height: 540px;
  }
}
@media (max-width: 390px) {
  .storia-item-details-image {
    height: 130px;
  }
  .page-storia-item {
    padding: 55px 60px;
    padding-top: 85px;
    height: 510px;
  }
}

.articoli-archive .carousel-image {
  order: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.articoli-archive .carousel-subtitle {
  /*font-weight: 600;*/
}
@media screen and (max-width: 767px) {
  .articoli-archive .home-slider-container {
    background: unset;
  }
  .articoli-archive .carousel-image {
    margin-bottom: 10px;
    height: 300px;
  }
  .articoli-archive .carousel-details {
    min-height: 410px;
  }
  .articoli-archive .carousel-div {
    height: unset;
  }
  .articoli-archive .carousel-title {
    padding: 0px 25%;
  }
  .articoli-archive .carousel-subtitle {
    padding: 0px 25%;
  }
}

.archive-page .news-slider {
  display: grid;
  grid-template-columns: calc(33.3% - 46.6px) calc(33.3% - 46.6px) calc(
      33.3% - 46.6px
    );
  gap: 70px;
}
.archive-page .news-details {
  height: unset;
  padding-bottom: 90px;
}
.archive-page .news-slide-img {
  height: 290px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination {
  justify-content: center;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #9b9b9b;
  gap: 20px;
  margin-top: 80px;
}
.pagination a {
  color: #9b9b9b;
  text-decoration: none;
}
.page-numbers.current {
  color: #232f5d;
}
@media (max-width: 991px) {
  .archive-page .news-slider {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .archive-page .news-slider {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.single-banner-mobile {
  display: none;
}
.single-banner-desktop {
  height: 520px !important;
}
@media (max-width: 767px) {
  .single-banner-mobile {
    display: block;
  }
  .banner.single-banner-mobile {
    height: 330px !important;
  }
  .single-banner-desktop {
    display: none;
  }
}
.single-banner-div {
  margin-bottom: 0px !important;
}
.share-links {
  text-align: right;
  color: #232f5d;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.share-links i {
  color: #232f5d;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 10px;
}
.post-topper {
  padding: 40px 0px;
}
.post-name {
  color: #232f5d;
  font-family: "Tenor Sans";
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 30px;
}
.post-intro {
  color: #232f5d;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
}
.post-content {
  font-family: "Montserrat";
  color: #232f5d;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.post-content h2 {
  font-family: "Tenor Sans";
  font-size: 40px;
  line-height: 50px;
}
.post-content a {
  color: #232f5d;
}
@media (max-width: 767px) {
  .post-name {
    font-size: 32px;
    line-height: 42px;
  }
  .post-intro {
    font-size: 16px;
    line-height: 26px;
  }
  .single-subtopbar {
    justify-content: flex-end !important;
  }
}
.single-subtopbar {
  display: flex;
  justify-content: space-between;
}
.single-subtopbar .breadcrumb {
  padding: 5px 0px;
}
#products-slider .news-slide,
#base-products-slider .news-slide {
  margin-left: auto;
  margin-right: auto;
}
.manifesto-restituire-title {
  margin-bottom: 10px;
  padding: 0px;
}
.restituire-description .manifesto-footer-sign {
  margin-top: 40px;
}
.restituire-description {
  margin-top: 40px;
}
.restituire .restituire-description div {
  height: unset;
}
.custom-title-essenze-italiane {
  max-width: 600px;
  margin: auto;
}

.notfound-content {
  margin-top: 130px;
  text-align: center;
}
.notfound-title {
  font-family: "Tenor Sans";
  font-size: 40px;
  line-height: 60px;
  color: #232f5d;
  margin-bottom: 25px;
}
.notfound-desc {
  font-family: "Montserrat";
  color: #232f5d;
  font-size: 14px;
  line-height: 25px;
  opacity: 80%;
  font-weight: 500;
  margin-bottom: 55px;
}

.product-banner-type {
  max-width: 650px;
}
@media (max-width: 1400px) {
  .product-banner-type {
    max-width: 500px;
    font-size: 70px;
  }
}
