html {
    font-family: "Roboto", sans-serif;
    font-weight:400;
}


body {
    line-height:1.5;
    scroll-behavior:smooth;
    background-color: #fff;
    font-family:"Roboto", sans-serif;
    color:#000;
}

p{
  color: #000;
}

h1{
  color: #000;
}

.roboto-cm {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
}

header.cm-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

header.cm-header.sticky {
  background-color: #F4F4F4 !important;
}


ul.main-nav > li > a {
  color: #000 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}



ul.main-nav {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  max-width: 100%;
  margin: 0 auto;
}

header ul.main-nav > li.cm-search-bar {
  margin-left: 15px;
  align-self: center;
}
header.cm-header.sticky.cm-header-inner ul.main-nav > li > a {
  color: #000 !important;
}


.cm-main-slider-caption {
  left: 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 650px;
}

.cm-search-bar img {
  max-width: 25px;
  height: auto;
  width: 25px;
}

.cm-slider-section .cm-main-slider .slick-slide > div::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
}

.cm-slider-section .cm-main-slider .slick-next::before,
.cm-slider-section .cm-main-slider .slick-prev::before{
  width: 50px;
  height: 50px;
}

button.slick-prev.slick-arrow {
  background-color: transparent;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 40px;
  height: 90px;
}

button.slick-next.slick-arrow {
  background-color: transparent;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 40px;
  height: 90px;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover{
  background-color: transparent;
}

.btn-red{
  background-color: #e6000e;
  color: #fff;
  border-radius: 25px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s ease-in-out;
 }

.cm-main-slider-caption h2 {
  color: #000;
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 400;
  text-shadow: none;
  padding:0;
}

.cm-main-slider-caption p {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.cm-slider-section .cm-main-slider .slick-next {
  right: 10px;
}

#art_1 .cm-main-title h2 {
  margin-top: 80px;
}

.cm-main-title h2 {
  color: #000;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 0;
}

.cm-main-title h3 {
  color: #000;
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 0;
}

.cm-main-title p {
  color: #000;
  font-size: 22px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;

}

a.cm-inner-grid {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: none;
  margin-bottom: 30px;

}

a.cm-inner-grid h2 {
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}

header.cm-header.sticky ul.main-nav > li.cm-search-bar {
  float: right;
  margin-top: 0;
}

footer {
  background-color: #fff;
  padding: 60px 0 20px;
  color: #fff;
  border-top: 0;
}

footer .cm-footer-call-info h2 {
  font-weight: 600;
  display: inline-block;
  border-width: 3px;
  color: #000;
}

footer .cm-footer-call-info h2 small {
  position: absolute;
  font-size: 14px;
  background-color: #fff;
  padding: 10px 10px 5px 20px;
  top: -20px;
  left: 10px;
}

footer .cm-footer-call-info h2 span {
  position: absolute;
  left: 0;
  top: -15px;
  background: #fff;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

footer .cm-footer-menu ul li a {
  color: #000;
  padding-bottom: 5px;
  display: inline-block;
}

footer .cm-footer-menu ul li a:hover {
  color: #b6b09a !important;
}

footer .cm-footer-social h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

footer .cm-footer-social ul {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  gap: 10px;
}

section.cm-middle-section.cm-news-section {
  z-index: 9;
  background-color: #edeae2;
}

section.cm-middle-section.cm-news-section a.cm-inner-grid.cm-grid-option-2 h3 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}

a.cm-inner-grid .cm-inner-g-img {
  height: 410px;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

ul.main-nav > li > a {
  padding: 20px 0;
}

.cm-mega-right-menu a span {
  margin-top: 30px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/* slider home */

.swiper-cm-home {
  width: 100%;
  height: 100%;
}

.swiper-cm-home .swiper-slide {
  text-align: left !important;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-cm-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-slider-caption{
  position: absolute;
  top: auto;
  z-index: 9999999;
  left: 10%;
  bottom: 40%;
}

.cm-slider-caption h2 {
  color: #000;
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 400;
  text-shadow: none;
  padding:0;
}

.cm-slider-caption p {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}
.swiper-cm-home .swiper-button-next, .swiper-cm-home .swiper-button-prev,
.swiper-cm-prodotto .swiper-button-next, .swiper-cm-prodotto .swiper-button-prev{
  color: #fff;
}

/* storia */

#storia .text_sto2 {
  background-color: #edeae2;
  color: #000;
}

#storia .text_sto3 {
  text-align: center;
  padding: 0;
  background-color: transparent;
}

#storia .text_sto3 p {
  font-size: 38px;
  line-height: initial;
  font-weight: 300;
  margin-top: 120px;
}

#storia .text_sto4 {
  background-color: #edeae2;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

#storia .text_sto4 h3 {
  font-size: 54px;
  color: #000;
  font-weight: 300;
  max-width: 50%;
  margin: 50px auto 0 auto;
  letter-spacing: 1px;
}


/* lista prodotti */
ul.cm-middle-breadcrumbs li a::after {
  position: absolute;
  content: "|";
  left: -9px;
  top: -3px;
}


section.cm-inner-header-banner h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.cm-main-title p {
  color: #000;
  font-size: 20px;
  margin: 50px auto;
  max-width: 100%;
  width: 100%;
  font-weight: 300;
}

.cm-main-title p strong{
  font-weight: 700;
}

#art_499 section.cm-inner-header-banner, #art_499 a.cm-inner-grid h2 {
  background-color: transparent;
}

/* dettaglio prodotto */

section.cm-inner-header-banner h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}


.model-title{
  text-transform:uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

section.cm-inner-header-banner .model-title small {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

section.cm-inner-header-banner ul.cm-breadcrumbs li a {
  color: #000;
  padding-left: 30px;
  text-transform: uppercase;
  position: relative;
}

section.cm-inner-header-banner ul.cm-breadcrumbs li:last-child a::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 1px;
  height: 15px;
  width: 1px;
  background-color: #000;
}

.swiper-cm-prodotto{
  max-height: 500px;
  width: 100%;
  height: 100%;
}

.swiper-cm-prodotto .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-cm-prodotto .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dettaglio_prodotto #dettagli_prodotto img {
  width: auto;
}

.dettaglio_prodotto #accordionModelli .accessori img {
  max-width: 100%;
  max-height: 100px;
}

.dettaglio_prodotto #accordionModelli .accessori a.foto_ing {
  display: block;
  margin-top: 40px;
}

#accordionModelli .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.image_variant_prod{
  border:0;
  background-color: transparent;
}

.modal-image img {
  width: 100% !important;
  height: auto;
}

section.cm-inner-content-main .cm-grey-bg::before {
  background: #efefef;
  position: absolute;
  content: '';
  width: 100%;
  height: 520px;
  padding: 30px 0;
}

.cm-product-detail-content a {
  background-color: #b63933;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  color: #fff;
  transition: all 0.3s;
}

.cm-icon-image {
  margin-left: 20px;
}

.icone-prodotti{
  display: flex;
  justify-content: center;
  align-items: start;
}

.icone-prodotti div{
  border-right: 1px solid #000;
  padding: 0 40px;
  text-align: center;
}

#materiali.cm-middle-section .icone-prodotti img{
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.icone-prodotti span,.icone-prodotti i{
  display: block;
  font-size: 18px;
  font-weight: 400;
}

#materiali.cm-middle-section h2 {
  color: #000;
  background: #fff;
  padding: 0;
  font-size: 35px;
  margin: 0;
}

#materiali .testo {
  padding: 0;
}

.cm-acqua-detila-section .cm-inner-grid h2 {
  background: transparent;
  font-size: 20px;
  font-weight: normal;
}

.cm-product-detail-content a {
  text-decoration: none;
  box-shadow: none;
}

.cm-product-detail-content a:hover {
  color: #000;
}

.caption-slide-install {
  background: rgba(242, 242, 242, 0.8) !important;
  top:0 !important;
  bottom:auto !important;
  left:0 !important;
}

.caption-slide-install h2{
  font-size: 25px !important;
  background-color:transparent !important;
}


@media (min-width: 576px) {
  .modal-image .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
}

@media (min-width: 1650px) {
  .cm-main-slider-caption {
    height: 740px;
  }
}

@media (min-width: 1060px) {
    ul.main-nav {
      gap: 10px;
    }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  ul.main-nav {
    display: flex;
    position: relative;
    gap: 20px;
  }
}

@media (max-width: 1440px) {

  footer .cm-footer-call-info h2 {
    font-size: 22px;
    height: 55px;
  }

  footer .cm-footer-call-info h2 img{
    max-height: 59px;
  }

  section.cm-inner-content-main .cm-grey-bg::before {
    height: 540px;
  }


}

@media (max-width: 1205px) {
  ul.main-nav > li > a {
    font-size: 15px;
  }
}

@media (max-width: 1140px) {
  ul.main-nav {
    gap: 15px;
  }
}

@media (max-width: 1080px) {
  footer .cm-footer-call-info h2 {
    font-size: 17px;
    height: 43px;
  }

  footer .cm-footer-call-info h2 img {
    max-height: 49px;
  }
}


@media screen and (max-width: 992px) {
  #art_1 a.cm-inner-grid .cm-inner-g-img {
    height: 410px;
  }

  header .top-level-link.cm-search-bar.cm-search-mobile-btn {
    top: -14px;
      right: 50px;
  }

  #art_1 a.cm-inner-grid .cm-inner-g-img.newcol {
    height: 410px;
  }

  .ic.menu {
    display: block;
    background-color: #fff;
    padding: 10px;
    width: 55px !important;
    top: 9px;
    right: 15px;
    height: 45px;
  }

  header ul.main-nav > li > a {
    padding-left: 10px;
  }

  .cm-mega-right-menu img {
    flex-grow: 1 !important;
  }

  .cm-mega-right-menu span {
    flex-grow: 1 !important;
    text-align: left;
  }

  .cm-mega-right-menu a span {
    text-align: left;
  }


  .cm-mega-right-menu a {
    height: auto;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: initial;
    gap: 20px;
  }

  header.cm-header.sticky .ic.menu .line {
    background-color: #e6000e;
  }

  .cm-slider-caption {
    left: 0;
    bottom: 10%;
    top: auto;
    width: 100%;
    text-align: center;
  }

    #storia .text_sto3 p {
      font-size: 30px;
      line-height: inherit;
      margin-top: 35px;
      margin-left: 10px;
    }

  #storia .text_sto4 h3 {
    font-size: 35px;
  }

  section.cm-inner-header-banner ul.cm-breadcrumbs li:last-child a::after {
    left: 0;
  }
  .dettaglio_prodotto section.cm-inner-header-banner ul.cm-breadcrumbs {
    float: right;
  }

  .cm-icon-image a img {
    width: 55px;
  }

  .icone-prodotti div {
    padding: 20px;
    width: 30%;
    margin-bottom: 20px;
  }

  .icone-prodotti {
    flex-wrap: wrap;
  }

  .icone-prodotti span, .icone-prodotti i {
    font-size: 16px;
  }
}


@media screen and (max-width: 767px) {
  header div#FullScreenOverlay {
    top: 57px;
  }

  .cm-main-slider-caption {
    min-height: 250px;
    height: 100%;
  }
  .cm-main-slider-caption h2 {
    font-size: 60px;
  }

  .cm-main-slider-caption{
    left: 0;
  }

  .cm-main-title h3 {
    font-size: 40px;
  }

  .cm-slider-section .cm-main-slider .slick-slide > div {
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #storia .text_sto4 {
    padding: 50px;
  }

  #storia .text_sto4 h3 {
    max-width: 100%;
    margin: 0;
  }

  footer {
    padding: 50px 0 20px;
  }

  .dettaglio_prodotto section.cm-inner-header-banner ul.cm-breadcrumbs {
    display: none;
  }

  .dettaglio_prodotto .cm-product-detail-content h1 {
    margin-top: 20px;
  }

  .accordion {
    margin: 30px 0 0;
  }

  .cm-icon-image a img {
    width: 60px;
    height: auto;
  }

  .caption-slide-install h2{
    font-size: 15px !important;
  }

}

@media screen and (max-width: 430px) {

  .cm-slider-caption h2 {
    font-size: 50px;
  }
}


@media screen and (max-width: 375px) {
  .cm-main-slider-caption h2 {
    font-size: 40px;
  }

  .cm-main-slider-caption {
    min-height: 170px;
  }

  #art_1 .cm-main-title h2 {
    margin-top: 10px;
  }

  .cm-slider-caption h2 {
    font-size: 45px;
  }
}











