.transition, .btn-filtri, .testata-new .head-center .menu-top a.btn-menu {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

#my-page {
  padding-top: 0;
}

.testata-new {
  height: auto;
  border-bottom: 1px solid #B0B0B0;
}
.testata-new .head-top {
  position: relative;
  border-bottom: none;
  height: auto;
  padding: 0px;
  text-align: center;
}
.testata-new .head-top .fascia-messaggio {
  color: white;
  font-size: 16px;
}
.testata-new .head-top .fascia-messaggio .alert {
  margin-bottom: 0;
  border-radius: 0;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
}
.testata-new .head-top .fascia-messaggio p {
  margin-bottom: 0;
  font-size: 16px;
}
.testata-new .head-top i {
  color: #ffffff;
}
.testata-new .head-top .top-sx .div-social {
  display: inline-block;
}
.testata-new .head-top .top-sx .div-social img {
  height: 20px;
  margin-right: 5px;
}
.testata-new .head-top .top-dx .shopping-bag {
  color: #ffffff;
}
.testata-new .head-top .btn-lingua {
  color: #ffffff;
}
.testata-new .head-top .alert-dismissible {
  padding: 0.75rem 1.25rem;
}
.testata-new .head-center {
  border-bottom: none;
  position: relative;
  top: 0;
  height: 90px;
}
.testata-new .head-center .menu-top a.btn-menu {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  font-size: calc(8px + 0.5vw);
}
.testata-new .head-center .testata-dx {
  text-align: right;
}
.testata-new .head-center .testata-dx i {
  font-size: 25px;
  margin-left: 20px;
}
.testata-new .head-bottom {
  border-bottom: none;
  color: white;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
}
.testata-new .head-bottom p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.testata-new .mburger {
  display: inline-block;
  margin-left: 30px;
  height: 40px;
  vertical-align: -12px;
}
.testata-new .burger-mobile {
  display: none;
}

.lingue-mobile {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.lingue-mobile select.form-control {
  display: inline-block;
  width: 40%;
}
.lingue-mobile select.form-control:not([size]):not([multiple]) {
  height: 42px;
  vertical-align: -2px;
}
.lingue-mobile .btn-selez-lingua {
  height: 42px;
  padding: 0 1vw;
}

#search-form {
  width: 100%;
  height: auto;
  border: none;
  float: none;
  border: none;
  border-radius: 0;
  padding: 0 5vw;
}
#search-form:hover {
  border: none;
}
#search-form input#search-text {
  display: inline-block;
  width: calc(100% - 5px);
  height: 50px;
  margin: 0;
  background: white;
  padding-left: 20px;
  font-size: 18px;
  border-radius: 25px;
  border: 1px solid #B0B0B0;
}
#search-form .btn-cerca-dx {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0;
  border: 0;
  box-shadow: 0;
  background: transparent;
  vertical-align: -8px;
  margin-left: -80px;
  cursor: pointer;
}
#search-form .btn-cerca-dx svg {
  height: 30px;
}

.prod-filtri {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 60px;
}
.prod-filtri .rimuovi-filtri {
  text-transform: none;
  font-weight: 700;
  margin-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.prod-ordinamento .select-ordinamento {
  border: 1px solid #B0B0B0;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  background-position: 96% center;
  width: 15vw;
  min-width: 200px;
}

.filtri-catalogo {
  border-top: none;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.filtri-catalogo .gruppo-tags {
  margin-bottom: 1rem;
}
.filtri-catalogo .gruppo-tags label {
  font-weight: 400;
}
.filtri-catalogo strong {
  font-size: 24px;
  border-bottom: 1px solid #9ea2a2;
  margin-bottom: 10px;
}
.filtri-catalogo .form-check {
  border-bottom: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.filtri-catalogo .form-check .form-check-input {
  margin-top: 0.45rem;
}

.modal-dialog-full-width {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  overflow-y: scroll;
}

.modal-content-full-width {
  height: auto !important;
  min-height: 100vh !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.modal-content-full-width .modal-body {
  width: calc(100% - 30vw);
  margin: 0 auto;
  background: white;
  padding: 0 5vw;
  padding-top: 30px;
}

.modal-header-full-width {
  border-bottom: 1px solid #9ea2a2 !important;
  width: calc(100% - 30vw);
  margin: 0 auto;
  background: white;
  padding-bottom: 0.5rem;
}

.modal-footer-full-width {
  border-top: 1px solid #9ea2a2 !important;
  width: calc(100% - 30vw);
  margin: 0 auto;
  background: white;
}

.btn-filtri {
  border: 2px solid #333333;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  width: 15vw;
  min-width: 200px;
  background: transparent;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.btn-filtri:hover {
  background: #333333;
  color: white;
}

.applica-filtri {
  border: none;
  background: #333333;
  color: white;
  padding: 10px 5vw;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0;
  margin-left: 15px;
  cursor: pointer;
}
.applica-filtri:hover {
  color: white;
}

.chiudi-filtri {
  display: inline-block;
  color: white;
  padding: 10px 5vw;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0;
  border: none;
  cursor: pointer;
}

#ModalFiltri {
  text-transform: uppercase;
  max-height: 100vh !important;
  height: 100vh;
  overflow-y: scroll;
}
#ModalFiltri h5 {
  font-size: 24px;
  font-weight: 700;
}

.close-fix {
  font-size: 24px;
  background: transparent;
  border: 0;
  box-shadow: 0;
  cursor: pointer;
}

.dettaglio .prima-img img {
  display: none;
}

.prod-dettaglio .prod-dett-desc h1 {
  font-size: 32px;
  line-height: 1.5;
}

.blocco-testo-singolo .blocco-testo {
  padding: 0 10vw;
}

.blocco h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.blocco_video6_6 {
  padding: 0 10vw;
}

.blocco12 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 10vw;
}

.blocco5_7 {
  padding: 0 10vw;
}

.blocco7_5 {
  padding: 0 10vw;
}

.blocco-fascia-testo .over-fascia {
  padding-top: calc(100px + 5vw);
  padding-bottom: calc(100px + 5vw);
}
.blocco-fascia-testo .over-fascia p {
  text-align: center;
  margin: 0 auto;
}

.blocco-gallery-multi .owl-multi {
  padding: 0 10vw;
}

.blocco-gallery12 {
  padding: 0 3vw;
}
.blocco-gallery12 .owl-single {
  padding: 0 10vw;
}

.blocco-wall {
  padding: 0 10vw;
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  html {
    width: 99.5vw;
    max-width: 99.5vw;
  }

  body {
    max-width: 99.5vw;
  }

  #my-page {
    max-width: 99.5vw;
  }

  .testata-new {
    width: 99.5vw;
  }
  .testata-new .head-top {
    display: block;
  }
  .testata-new .head-top .fascia-messaggio .alert {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .testata-new .head-top .fascia-messaggio .alert p {
    font-size: 14px;
  }
  .testata-new .head-top .fascia-messaggio .alert-dismissible .close {
    padding: 5px 10px;
  }
  .testata-new .head-center {
    width: 100vw;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .testata-new .head-center .logo {
    max-height: 50px;
    margin-left: 15px;
  }
  .testata-new .head-center .testata-dx {
    padding-right: 15px;
  }
  .testata-new .head-center .testata-dx i {
    font-size: 20px;
    margin-left: 12px;
  }
  .testata-new .burger-desktop {
    display: none;
  }
  .testata-new .burger-mobile {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    margin-left: 0;
    width: 40px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .testata-new .burger-mobile b {
    height: 2px;
  }
  .testata-new .burger-mobile b:nth-of-type(2) {
    top: calc(50% - 1px);
  }

  .ricerca-mobile {
    margin-top: 15px;
    position: relative;
    padding-bottom: 0px;
    border-top: 1px solid #B0B0B0;
  }

  #search-form {
    display: block;
    height: auto;
    padding: 0;
    margin-left: 60px;
    border-radius: 0;
    width: calc(100% - 60px);
    border-left: 1px solid #B0B0B0;
  }
  #search-form input#search-text {
    height: 40px;
    width: calc(100% - 5px);
    border: 0;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
  }
  #search-form .btn-cerca-dx {
    height: 40px;
    width: 40px;
    vertical-align: 0;
    margin-left: -45px;
  }
  #search-form .btn-cerca-dx svg {
    height: 20px;
    vertical-align: -3px;
  }

  .applica-filtri {
    padding: 10px 3vw;
    font-size: 16px;
  }

  .chiudi-filtri {
    padding: 10px 3vw;
    font-size: 16px;
  }

  .filtri-catalogo strong {
    font-size: 20px;
  }
  .filtri-catalogo .form-check {
    font-size: 16px;
  }
  .filtri-catalogo .form-check .form-check-input {
    margin-top: 0.5rem;
  }

  .prod-dettaglio .prod-dett-desc h1 {
    font-size: 26px;
    line-height: 1.5;
  }

  .blocco h2 {
    font-size: 26px;
    line-height: 1.5;
  }

  .blocco-testo-singolo .blocco-testo {
    padding: 0;
  }

  .blocco6_6 .blocco-testo {
    padding: 0;
  }

  .blocco_video6_6 {
    padding: 0;
  }
  .blocco_video6_6 .box-video iframe {
    left: 0;
    width: 100% !important;
  }
  .blocco_video6_6 .txt-sx {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .blocco_video6_6 .txt-dx {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .blocco12 {
    padding: 0;
  }

  .blocco_video12 {
    padding: 0;
  }

  .blocco5_7 {
    padding: 0;
  }

  .blocco7_5 {
    padding: 0;
  }

  .blocco-gallery-multi .owl-multi {
    padding: 0;
  }

  .blocco-gallery12 .owl-single {
    padding: 0;
  }

  .blocco-wall {
    padding: 0;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .modal-content-full-width {
    background-color: white !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .modal-content-full-width .modal-body {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .modal-header-full-width {
    width: 100%;
  }

  .modal-footer-full-width {
    width: 100%;
  }

  .btn-filtri {
    width: 100%;
    min-width: 100%;
    letter-spacing: 0;
    font-size: 15px;
  }

  .prod-ordinamento .select-ordinamento {
    width: 100%;
    min-width: 100%;
  }
}

/*# sourceMappingURL=testata-new.css.67d4228ae1a6.map */
