body {
  font-family: 'Ubuntu', sans-serif;
  color: #333;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

#masthead {
  position: fixed;
  width: 100%;
  /* top: 20px; */
  top: 0;
  z-index: 1000;
}

.esagonoNero {
  height: 190px;
  background-image: url("/wp-content/themes/bootscore-child-main/img/esagonoverde-3.png");
  background-size: 165px 190px;
  background-repeat: no-repeat;
  background-position: center;
  width: 165px;
  float: right;
  position: relative;
  top: -160px;
}

/* HOME */
.sliders-home {
  background-color: #eaeaea;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
/* .carousel-item.carousel-home {
  height: 75vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 75% auto;
} */
.carousel-item.carousel-home {
    height: 75vh;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    /* background-size: auto 75%; */
    background-size: 110% auto;
}

.carousel-item.carousel-home .container {
    display: flex;
    align-items: center;
    position: relative;
    height: 50vh;
}
.contenuto-slide {
  width: 375px;
  text-align: left;
  margin-top: 68vh;
}
.carousel-indicators [data-bs-target] {
    width: 8.5px;
    height: 8.5px;
    border-radius: 100%;
    border: 0;
    margin-right: 12px;
    margin-left: 12px;
    opacity: 1;
}
.carousel-indicators .active{
    background-color:  #00A82D;
}
.titolo-home-slide {
  font-size: 60px;
  color: #000;
  font-weight: 500;
}
.sottotitolo-home-slide {
  font-size: 25px;
  color: #00a82d;
  font-weight: 700;
}

.download-catalog-home {
  background-color: #E3E3E3;
}

/* PRODUCT */
/* .immagine-prodotto {
  background-position: center;
  background-color: #EAEAEA;
  margin-top: 70px;
  background-repeat: no-repeat;
  background-size: contain;
} */
.immagine-prodotto {
    background-position: 55% 50%;
    background-color: #EAEAEA;
    margin-top: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 95%;
}

.slide-content img{
  width: auto !important;
  max-height: 250px;
  /* transform: scale(1.2);
  margin-bottom: 20px;  */
}

.prodotticorrelati .slide-content img{
  /* transform: scale(1.2); */
  margin-bottom: 20px; 
}
.productinfo {
  max-height: 468px;
  min-height: 468px;
  padding-top: 116px;
  /* width: 1170px; */
  overflow: hidden;
}


.fasciabenefici {
  background-color: #00a82d;
  padding: 17px 0;
}

.fasciabenefici .row {
  margin: 0 auto;
  /* width: 1170px; */
}

.galleriagrigia {
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
}

.carousel-item.carousel-product {
  width: 360px;
  cursor: pointer;
  margin: 0 auto;
}

ul.nav-tabs{
  flex-direction: column;
}
ul.nav-tabs>li {
  background: transparent;
  /* padding-right: 30px; */
  margin-bottom: 30px;
  width: 100%;
  height: 48px;
  line-height: 48px;
}

ul.nav-tabs>li a {
  background: #666666;
  width: 306px;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}

ul.nav-tabs>li.active>a {
  background: #00a82d;
  color: #fff;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  border-radius: 5px;
  width: 100%;
  display: block;
  position: relative;
}

ul.nav-tabs.responsive {
  border-bottom: 0px;
}

/* #specifications {
  margin-top: 30px;
} */

#specifications .row {
  margin: 15px 0px;
  border-bottom: 2px solid #e4e4e4;
  width: 100%;
  float: left;
}

#specifications .labelspe {
  font-weight: bold;
}

.featevidenza .sidetitle {
  background-color: #00a82d;
  color: #fff;
  font-size: 1.4em;
  padding: 5px 10px 4px;
  margin-bottom: 5px;
  border-radius: 6px;
}

.correlati .title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

.accordion-button:not(.collapsed) {
  background-color: #FFF;
  color: #000;
  font-weight: bold;
  box-shadow: unset;
}

.accordion-button {
  color: #000;
  font-weight: bold;
}

#accordion-downloads .accordion-body {
  padding: 20px;
}

.single-products .header-inner-doc {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.single-products .docudesc {
  padding: 0px 0px 20px 0px;
}

.freeview,
.protectview{
	display: none;
}

.modal-title{
  font-weight: bold;
  text-align: center;
}

body .freedownload .freeview, body .protectdownload .protectview {
  display: table-cell;
  vertical-align: middle;
}

.italico {
    padding: 0 15px;
    font-style: italic;
    color: #999;
    margin-bottom: 10px;
}

.modal #logmein{
	display: inline-block;
	width: auto !important;
}

body #loginMail #logmein, body #loginMail #regmein {
  border: 2px solid #01a82d;
}

#loginMail #logmein, #loginMail #regmein {
  background: 0 0;
  border: 2px solid #cde100;
  font-size: 20px;
  padding: 10px 30px;
  width: 100%;
}

#loginMail .modal-title {
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.modal-header{
  position: relative;
  border: none;
}
.close {
  position: absolute;
  right: 25px;
  border: 20px;
  top: 20px;
  transform: translate(0%, -50%);
  color: #00A82D;
  background: transparent;
  opacity: 0.4;
  position: relative;
}
.close span{
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close span:hover,
.close span:focus{
  opacity: 0.5;
}
.btn-close:hover{
  color: #00A82D!important;
}

#ordering div.ordering_option {
  padding: 20px 20px 20px 20px;
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
}

#ordering div .codprod {
  min-width: 200px;
}

.codprod {
  font-weight: 600;
}

#ordering .ordering_option:nth-child(odd) {
  background-color: #eee;
}

.accordion-button:not(.collapsed)::after {
  color: #e4e4e4;
  filter: grayscale(100%);
}

@media (min-width: 576px){
 /*  #ordering div .codprod {
    float: left;
  } */
  #ordering div.ordering_option {
    flex-direction: row;
  }
}

@media (min-width: 768px){
  ul.nav-tabs{
    flex-direction: row;
  }
   ul.nav-tabs>li {
    width: calc(100% / 3 - 15px);
    /* padding-right: 15px; */
  }
  .carousel-item.carousel-home {
    height: 50vh;
    background-size: auto 75%;
    background-position: 85% 50%;
  }
  .contenuto-slide {
    margin-top: 0;
  }
}
@media (min-width: 992px){
  ul.nav-tabs>li {
    width: calc(100% / 3 - 30px);
    /* padding-right: 30px; */
  }
  .carousel-item.carousel-home {
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 1200px){
  .carousel-item.carousel-home,
  .carousel-item.carousel-home .container{
    max-height: 395px;
  }
}

.titledownloadmenu {
  font-size: 18px;
  margin: 0;
  padding-bottom: 10px;
}

a.linktodownload {
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #01a82d;
  text-align: center;
  padding: 10px 15px;
  color: #01a82d;
  background-color: transparent;
  border-radius: 5px;
  text-decoration: none;
}
.contenutoDownload .file-ancorato{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
@media (max-width: 767px) {
    .contenutoDownload .file-ancorato{
      width: 100%;
    }
}

#mappa, #multimap {
  height: 400px;
}

@media (min-width: 768px) {
    .contenutoDownload .file-ancorato{
      display: unset;
    }
    #multimap {
      height: 500px;
    }
}

@media (min-width: 992px) {
    .contenutoDownload .file-ancorato{
      margin-left: 5%;
    }
}
