@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap");
body {
  background-color: #fff;
  padding: 90px 0 0 0px;
  margin: 0px;
}

* {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #808080;
}

p {
  -webkit-font-smoothing: antialiased;
  color: #222;
  line-height: 1.6em;
  font-size:16px;
}
p strong{
    font-size:16px;
}

.container-cstm {
  max-width: 1300px;
}

.title {
  font-family: "Titillium Web", sans-serif;
  color: #262626;
  font-weight: 600;
}

.subtitle {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  position: relative;
  color: #222;
}
.subtitle.strip:before {
  content: "";
  width: 50px;
  display: block;
  height: 3px;
  margin-bottom: 17px;
  background-color: #f8962c;
}

h1, .h1 {
  font-size: 62px;
}

h2, .h2 {
  font-size: 48px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

.bg-white-rgba {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

a {
  color: #222;
}
a:hover {
  text-decoration: none;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
}

.f-inherit {
  font: inherit;
  color: inherit;
}

.label-custom {
  font-weight: 500;
  color: #222;
}
#BoxCerca {
    background-color: white;
    border: 1px solid #005987;
    border-right: 0px;
    border-radius: 20px;
    padding-left: 10px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width:700px;
}
#button-addon2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.input-group-append {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-cstm {
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 35px;
    transform-origin: 50% 50%;
    background-color: #f8962c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-cstm i {
  color: inherit;
}
.btn-cstm:hover {
  background-color: #005987;
  color: #fff;
}
.btn-cstm.bg-dark {
  background-color: #222;
  color: #fff;
}
.btn-cstm.bg-dark:hover {
  background-color: #fff !important;
  color: #222;
}
.btn-cstm.small {
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
}

.form-control-custom {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #848484;
  line-height: 1.4em;
  padding: 15px;
  font-weight: 400;
  background: #efefef;
  border: 0;
  border-radius: 0px;
}
.form-control-custom.small {
  height: 40px;
  padding: 8px 15px;
}
.form-control-custom.area {
  height: auto;
}

.input-group-cstm .form-control-custom {
  background-image: url("../images/bg-input-newsletter.png");
  background-size: auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  height: 50px;
  padding-left: 45px;
}

.coupon .form-control-custom {
    background-image: url("../images/bg-input-coupon.png");
    background-size: auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 45px;
}

.p-50 {
  padding: 50px 0;
}

.breadcrumb-cstm {
  display: block;
  margin: 0px;
}
.breadcrumb-cstm .breadcrumb {
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb-cstm .breadcrumb .breadcrumb-item {
  color: #efefef;
  font-weight: 400;
  font-size: 13px;
}
.breadcrumb-cstm .breadcrumb .breadcrumb-item a {
  color: #fff;
  font: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb-cstm .breadcrumb .breadcrumb-item a:hover {
  color: #f8962c;
}
.breadcrumb-cstm .breadcrumb .breadcrumb-item:before {
  color: #fff;
}

.descrizione, .colServizio {
  font-size: 16px !important;
  line-height: 1.4em !important;
  color: #808080 !important;
}
.colServizio img {
    margin-left: auto !important;
    margin-right: auto !important;
    /*display:block;*/
}
.colServizio p, .colServizio span, .colServizio strong {
    text-align: justify;
    font-size: 16px;
    line-height: 1.4em;
    color: #808080;
}
.colServizio table td img{
    max-width: 45vw;
}

.box-contactform {
  display: block;
  padding: 30px 30px 30px 30px;
}
.box-contactform.bg-white {
  background-color: #fff;
}
.box-contactform.bg-grey {
  background-color: #efefef;
}
.box-contactform.bg-greyd {
  background-color: rgba(0, 0, 0, 0.8);
}
.form-check-label span:hover {
    text-decoration: underline;
}

    .br-1 {
        border-right: 1px solid #efefef;
    }



.section-cstm {
    position: relative !important;
    display: block;
}
.section-cstm.p-70 {
  padding: 70px 0;
}
.section-cstm.pt-150 {
  padding: 150px 0 70px 0;
}
.section-cstm.bg-grey {
  background-color: #efefef;
}
    .section-cstm.header {
        display: block;
        height: 250px;
}

}
.section-cstm.header .container-250 {
  height: 250px;
}
.section-cstm.header h1 {
  font-size: 48px;
}
.section-cstm#section-brand {
  background-color: #efefef;
}
.section-cstm#section-contatti {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/bg-contatti33.jpg");
}
.section-cstm#section-prodotticorrelati {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/bg-prodotti-correlati.jpg");
}
.section-cstm#section-prodotti {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/bg-prodotti.jpg");
}
.section-cstm#section-news {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/bg-news-texture3.jpg");
}
.section-cstm#section-cart {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/bg-cart.jpg");
}
.section-cstm#section-home {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.section-cstm#section-home:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-cstm#section-home * {
  z-index: 3;
}
.section-cstm#section-servizio {
  background-image: url("../images/bg-azienda.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-cstm#section-azienda-pg {
  background-image: url("../images/bg-azienda.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #222;
}
.section-cstm#section-aboutus {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../images/bg-wood2.jpg");
  background-attachment: fixed;
}

.box-servizi {
  display: block;
  text-align: center;
  background-color: #fff;
  margin: 20px 0;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-servizi .img-thu {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: #1d1d1d;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.box-servizi .img-thu .mask {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 26, 31, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding-top: 80px;
}
.box-servizi .img-thu .mask .dot {
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 20;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f8962c;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.box-servizi .box-body {
  display: block;
  padding: 15px 25px 25px 25px;
  background-color: #fff;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-servizi .box-body p {
  text-align: justify;
  min-height: 120px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-servizi .box-body .title {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  margin: 20px 0;
  height: 46px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.box-servizi .box-body .title .mask {
  color: #f8962c;
}
.box-servizi .box-body .btn-cstm {
  margin: 0 0 auto 0;
  background-color: #222;
  color: #fff;
  height: 40px;
  line-height: 40px;
  min-width: 60%;
  height: auto;
}
.box-servizi:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0);
}
.box-servizi:hover .box-body {
  background-color: #181a1f;
}
.box-servizi:hover .box-body p {
  color: #fff;
}
.box-servizi:hover .box-body .title {
  color: #f8962c;
}
.box-servizi:hover .box-body .btn-cstm {
  background-color: #f8962c;
  color: #222;
}
.box-servizi:hover .box-body .btn-cstm:hover {
  background-color: #fff;
}
.box-servizi:hover .img-thu .mask {
  background-color: rgba(24, 26, 31, 0.8);
}
.box-servizi:hover .img-thu .mask .dot {
  opacity: 1;
}
.box-servizi:hover .img-thu .mask .dot:first-child {
  transform: translateX(-20px);
}
.box-servizi:hover .img-thu .mask .dot:last-child {
  transform: translateX(20px);
}
.green {
    color: #00cf00;
    font-size: 24px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.vh-100 {
    min-height: 100vh !important;
}

.box-recensione {
  text-align: center;
  display: block;
  width: 100%;
  min-height: 360px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 20px 20px;
  margin: 10px 0;
  border-bottom: 3px solid #f8962c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-recensione .subtitle i {
  color: inherit;
  font-size: inherit;
}
.box-recensione .icona {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
.box-recensione .icona-user {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
}
.box-recensione .icona-user i {
  font-size: 42px;
  color: #222;
}
.box-recensione .data {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #808080;
}
.box-recensione p {
  margin-top: 10px;
  text-align: justify;
  height: 200px;
  overflow-y: auto;
}
.box-recensione:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: white;
}

.box-prodotto {
  display: block;
  text-align: center;
  margin: 0 0 30px 0;
}
.box-prodotto .img-thu {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  line-height: 250px;
  text-align: center;
  background-color: #FAFAFA;
}
.box-prodotto .img-thu .mask {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 250px;
  text-align: center;
  background-color: rgba(24, 26, 31, 0.8);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.box-prodotto .img-thu .mask i {
  color: #f8962c;
  font-size: 32px;
}
.box-prodotto .img-thu img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-prodotto .box-body {
  display: block;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-prodotto .box-body .title {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0px 0;
  height: 46px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.box-prodotto .box-body .title:hover {
  color: #f8962c;
}
.box-prodotto .box-body .price {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0;
}
.box-prodotto .box-body .btn-cstm {
  height: 40px;
  line-height: 40px;
  min-width: 60%;
  height: auto;
}
.box-prodotto .box-body .btn-cstm:hover {
  background-color: #fff;
  color: #222;
}
.box-prodotto:hover .img-thu img {
  transform: scale(1.1);
}
.box-prodotto:hover .img-thu .mask {
  opacity: 1;
}
.box-prodotto:hover .box-body {
  background-color: #222;
}
.box-prodotto:hover .box-body .title, .box-prodotto:hover .box-body .price {
  color: #fff;
}

.carousel-negozio {
  opacity: 0.8;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  height: 400px;
}
.carousel-negozio .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.scroll-brands .arrow {
  width: 30px;
  text-align: center;
  height: 158px;
  line-height: 165px;
  cursor: pointer;
}
.scroll-brands .arrow i {
  font-size: 22px;
  color: #fff;
}
.scroll-brands .arrow:hover i {
  color: #222;
}
.scroll-brands .scroll-items {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: block;
  font-size: 0;
}
.scroll-brands .scroll-items ul {
  width: 3500px;
  height: 142px;
  margin: 0;
}
.scroll-brands .scroll-items ul li {
  display: inline-block;
  margin: 0 0px;
}
.scroll-brands .scroll-items ul li .item-brand {
  padding: 0 25px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.scroll-brands .scroll-items ul li .item-brand img {
  width: 150px;
  height: 150px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.scroll-brands .scroll-items ul li .item-brand:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
.scroll-brands .scroll-items ul li .item-brand:hover img {
  filter: invert(100%);
}

.table-orari {
  margin: 0px;
}
.table-orari td {
  padding: 5px;
}
.table-orari td:first-child {
  font-weight: 600;
  font-size: 12px;
  color: #222;
}
.table-orari td:last-child {
  text-align: right;
}

.list-info-accedi {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.list-info-accedi li {
  display: block;
  margin: 5px 0;
}
.list-info-accedi li i {
  margin-right: 5px;
  font-size: 16px;
  width: 24px;
  text-align: center;
}

.modal-custom .modal-header, .modal-custom .modal-footer {
  border-width: 0px;
}
.modal-custom .modal-header {
  background-color: #f8962c;
}
.modal-custom .modal-header .modal-title i {
  color: inherit;
  font-size: inherit;
}
.modal-custom .modal-header .close i {
  color: #222;
  font-size: 16px;
}

.box-carrello {
  position: absolute;
  z-index: 222;
  right: 0px;
  top: 65px;
  background-color: #fff;
  border-radius: 1px;
  border: 2px solid #222;
  padding: 5px;
  max-width: 300px;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
}
.box-carrello .cartI-thu {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}
.box-carrello .cartI-name {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 14px;
  margin: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-carrello .cartI-name:hover {
  color: #222;
}
.box-carrello .cartI-qta {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #808080;
  font-size: 12px;
  margin: 0px;
}
.box-carrello .cartI-prezzo {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 16px;
  line-height: 1em;
  margin: 0px;
}
.box-carrello .cartI-trash {
  font-size: 14px;
  color: #808080;
  line-height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-carrello .cartI-trash:hover {
  color: #222;
}
.box-carrello .table tbody tr:first-child td {
  border-top-width: 0px;
}
.box-carrello .tot {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  font-family: "Titillium Web", sans-serif;
}
.box-carrello .tot.fs-12 {
  font-size: 12px;
}

.navbar-cstm {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 20;
    padding: 0px 0px;
    /*height: 90px;*/
    height: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d3f51+0,44607c+100 */
    /*background-color: #fff;*/
    background-color: #e5e5e5;
    border-bottom-width: 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.navbar-cstm .mobile-link {
  width: 88px;
  display: none;
}
.navbar-cstm .mobile-link .mobile-action {
  display: inline-block;
  position: relative;
}
.navbar-cstm .mobile-link .mobile-action i {
  color: #fff;
  font-size: 24px;
}
.navbar-cstm .mobile-link .mobile-action .chartItems {
  position: absolute;
  right: 0px;
  top: -4px;
  z-index: 3;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  border-radius: 8px;
}
.navbar-cstm .navbar-brand {
  display: block;
  line-height: 90px;
  padding: 0px;
}
.navbar-cstm .navbar-brand img {
  height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

   

.navbar-cstm .navbar-toggler {
  margin: 0px;
  border-width: 0px;
  width: 40px;
}
.navbar-cstm .navbar-toggler i {
  font-size: 22px;
  color: #222;
}
.navbar-cstm .container-link-dx-mobile {
  display: block;
}
.navbar-cstm .container-link-dx-mobile .accedi-mobile {
  display: inline-block;
  margin-top: 0px;
  line-height: 90px;
  padding: 0px 3px;
  position: relative;
}
.navbar-cstm .container-link-dx-mobile .accedi-mobile i {
  display: inline-block;
  color: #005987;
  font-size: 30px;
  margin: 0px 5px 0px 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-cstm .container-link-dx-mobile .accedi-mobile:hover i {
  color: #f8962c;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile {
  display: inline-block;
  margin: 0px;
  line-height: 90px;
  padding: 0px 3px;
  position: relative;
  font-family: "Titillium Web", sans-serif;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile * {
  color: #005987;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile .nitem {
  position: absolute;
  right: 2px;
  top: 0px;
  z-index: 4;
  display: block !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  border-radius: 8px;
  background: #f8962c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile i {
  color: #005987;
  font-size: 30px;
  margin: 5px 0 0 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile:hover {
  background-color: transparent;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile:hover i {
  color: #f8962c;
}
.navbar-cstm .container-link-dx-mobile .carrello-mobile:hover .nitem {
  background-color: #222;
  color: #f8962c;
}
    .navbar-cstm .navbar-nav .nav-item .nav-link {
        padding: 0px 20px;
        line-height: 30px;
        /*line-height: 90px;*/
        font-size: 16px;
        text-transform: uppercase;
        color: #005987;
        font-weight: 600;
        font-family: "Titillium Web", sans-serif;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
.navbar-cstm .navbar-nav .nav-item .nav-link:hover {
  color: #f8962c;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.active {
  color: #f8962c;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.contatto {
  padding: 0px 7px;
}
    .navbar-cstm .navbar-nav .nav-item .nav-link.contatto i {
        /*font-size: 30px;*/
        font-size: 24px;
        line-height:20px;
        color: #005987;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
.navbar-cstm .navbar-nav .nav-item .nav-link.contatto:hover {
  background-color: transparent;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.contatto:hover i {
  color: #f8962c;
}
    .navbar-cstm .navbar-nav .nav-item .nav-link.contatto span.tel {
        
        float: left;
        font-family: inherit;
        font-size:18px;
        font-weight:inherit;
        color: inherit;
    }
.accedi-mobile img{
    vertical-align:unset;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello {
    margin-top: 15px;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello * {
  color: #005987;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello .nome {
  text-transform: none;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello .valore {
  font-weight: 600;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello i {
  font-size: 30px;
  margin: 5px 0 0 5px;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello:hover {
  background-color: transparent;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.carrello:hover * {
  color: #f8962c;
}
.navbar-cstm .navbar-nav .nav-item .nav-link .lang-desc-mob {
  display: none;
}
.navbar-cstm.scrolled {
  height: 60px;
}
.navbar-cstm.scrolled .navbar-brand {
  line-height: 60px;
}
.navbar-cstm.scrolled .navbar-brand img {
  height: 50px;
}
.navbar-cstm.scrolled .navbar-nav .nav-item .nav-link {
  line-height: 60px;
}
.navbar-cstm.scrolled .accedi-mobile, .navbar-cstm.scrolled .carrello-mobile {
  line-height: 60px;
}
.navbar-cstm.scrolled .accedi-mobile .nitem, .navbar-cstm.scrolled .carrello-mobile .nitem {
  top: 0px;
}

/* nuova navbar */
.navbar2{
    position:fixed;
    top:30px;
    left:0px;
    height:66px;
    padding:5px 20px;
    width:100%;
    background-color:#fff;
    z-index:19;
}
.navbar2 .navbar-brand {
    display: block;
    line-height: 66px;
    padding: 0px;
}

    .navbar2 .navbar-brand img {
        height: 50px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

.box-filter{
    width:100%;
    padding-top:13.5px;
}

.navbar2 .container-link-dx-mobile {
    display: block;
}

    .navbar2 .container-link-dx-mobile .accedi-mobile {
        display: inline-block;
        margin-top: 0px;
        line-height: 90px;
        padding: 0px 3px;
        position: relative;
    }

        .navbar2 .container-link-dx-mobile .accedi-mobile i {
            display: inline-block;
            color: #005987;
            font-size: 30px;
            margin: 0px 5px 0px 0px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .navbar2 .container-link-dx-mobile .accedi-mobile:hover i {
            color: #f8962c;
        }

    .navbar2 .container-link-dx-mobile .carrello-mobile {
        display: inline-block;
        margin: 0px;
        line-height: 66px;
        padding: 9px 0px;
        position: relative;
        font-family: "Titillium Web", sans-serif;
    }

        .navbar2 .container-link-dx-mobile .carrello-mobile * {
            color: #005987;
        }

        .navbar2 .container-link-dx-mobile .carrello-mobile .nitem {
            position: absolute;
            right: 2px;
            top: 0px;
            z-index: 4;
            display: block !important;
            width: 18px;
            height: 18px;
            line-height: 18px;
            font-size: 11px;
            font-weight: 600;
            text-align: center;
            color: #fff;
            font-family: "Titillium Web", sans-serif;
            border-radius: 8px;
            background: #f8962c;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .navbar2 .container-link-dx-mobile .carrello-mobile i {
            color: #005987;
            font-size: 30px;
            margin: 5px 0 0 5px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .navbar2 .container-link-dx-mobile .carrello-mobile:hover {
            background-color: transparent;
        }

            .navbar2 .container-link-dx-mobile .carrello-mobile:hover i {
                color: #f8962c;
            }

            .navbar2 .container-link-dx-mobile .carrello-mobile:hover .nitem {
                background-color: #222;
                color: #f8962c;
            }


footer {
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#545454+0,262626+100 */
    background-color: #005987;
    padding: 40px 0 0px 0;
    margin: 0px;
}
footer h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
footer .list-voci {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .list-voci li {
  display: block;
  width: 100%;
}
footer .list-voci li .valore {
  display: block;
  margin-bottom: 10px;
  color: #efefef;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1.5px;
}
footer .list-voci li .valore i {
  width: 20px;
  font-size: 14px;
  color: #fff;
}
footer .list-voci li a {
  cursor: pointer;
}
footer .list-voci li a:hover {
  color: #f8962c;
}
footer .list-voci li .social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
footer .list-voci li .social-link i {
  font-size: 14px;
  color: #005987;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
footer .list-voci li .social-link:hover {
  background-color: #f8962c;
}
footer .list-voci.point li .valore {
  position: relative;
  padding-left: 15px;
}
footer .list-voci.point li .valore:before {
  left: 0px;
  top: 5px;
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f8962c;
}
footer .footer-bottom {
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  padding: 10px 0;
  width: 100%;
}
footer .footer-bottom p {
  color: #fff;
  font-size: 12px;
}

#pg-home .carousel-home {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 600px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#pg-home .carousel-home .carousel-item {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#pg-home .container-home {
  position: relative;
  z-index: 4;
}
#pg-home .container-home h1 {
  font-weight: 400;
  font-size: 72px;
  color: #222; 
  text-shadow: 2px 2px #000000;

}
#pg-home .home-mask {
  position: absolute;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
#pg-home .carousel-control-prev i, #pg-home .carousel-control-next i {
  color: #fff;
  font-size: 56px;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

#pg-home .fascia-servizi {
    display: block;
    margin: 0;
    background-color: #292734;
    padding: 0px;
}
#pg-home .fascia-servizi .col-nop {
  padding: 0px;
}
#pg-home .fascia-servizi .servizio-box {
  display: block;
  position: relative;
  padding: 50px 30px 40px 50px;
  border-right: 1px solid #383642;
  border-bottom: 1px solid #383642;
  position: relative;
}
#pg-home .fascia-servizi .servizio-box .icon {
  height: 50px;
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 40px;
}
#pg-home .fascia-servizi .servizio-box .title {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 40px;
  color: #fff;
  margin: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-home .fascia-servizi .servizio-box:hover .title {
  color: #f8962c;
}
#pg-home #section-servizi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/bg-servizi-bw.jpg");
}
#pg-home #section-chisiamo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/bg-chisiamo-hp.jpg");
}

#pg-home #section-brand .scroll-brands .arrow {
  width: 30px;
  text-align: center;
  height: 158px;
  line-height: 165px;
  cursor: pointer;
}
#pg-home #section-brand .scroll-brands .arrow i {
  font-size: 22px;
  color: #222;
}
#pg-home #section-brand .scroll-brands .arrow:hover i {
  color: #808080;
}
#pg-home #section-brand .scroll-brands .scroll-items {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: block;
  font-size: 0;
}
#pg-home #section-brand .scroll-brands .scroll-items ul {
  width: 3500px;
  height: 142px;
  margin-left: -47.5%;
  text-align: center;
}
#pg-home #section-brand .scroll-brands .scroll-items ul li {
  display: inline-block;
  margin: 0;
}
#pg-home #section-brand .scroll-brands .scroll-items ul li .item-brand {
  margin-top: 10px;
  padding: 0 25px;
  height: 130px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-home #section-brand .scroll-brands .scroll-items ul li .item-brand img {
  width: 150px;
  height: 130px;
  display: block;
  object-position: center;
  object-fit: contain;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-home #section-brand .scroll-brands .scroll-items ul li .item-brand:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
#pg-home #section-brand .scroll-brands .scroll-items ul li .item-brand:hover img {
  filter: invert(100%);
}
#pg-home #section-recensioni {
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("../images/bg-recensioni.jpg");
    background-attachment: fixed;
    background-color: #d4d2cf;
}

#sec-recensioni {
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../images/bg-recensioni.jpg);
    background-attachment: fixed;
    background-color: #d4d2cf;
}

#pg-home .box-vetrina {
  display: block;
  text-align: center;
  margin: 20px 0;
}
#pg-home .box-vetrina .img-thu {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  background-color: #FAFAFA;
}
#pg-home .box-vetrina .img-thu img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pg-home .box-vetrina .title {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
  height: 46px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-home .box-vetrina .title:hover {
  color: #f8962c;
}
#pg-home .box-vetrina .btn-cstm {
  height: 40px;
  line-height: 40px;
  min-width: 60%;
  height: auto;
}
#pg-home .box-vetrina:hover .img-thu img {
  transform: scale(1.1);
}
#pg-home .chisiamoTesto {
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 200;
}
#pg-home .box-news {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  padding: 20px 20px;
  margin: 10px 0;
}
#pg-home .box-news:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#pg-home .box-news * {
  z-index: 2;
  position: relative;
}
#pg-home .box-news .title, #pg-home .box-news p {
  color: #fff;
}
#pg-home .box-news p {
  max-height: 70px;
}
#pg-home .box-news .title {
  max-height: 70px;
}
#pg-home .box-news .btn-cstm {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  height: 40px;
  line-height: 40px;
}
#pg-home .gMap {
  border: 0;
  width: 100%;
  height: 450px;
}
#pg-home .lista-social {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#pg-home .lista-social li {
  display: inline-block;
  margin: 5px;
}
#pg-home .lista-social li .link {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f8962c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-home .lista-social li .link i {
  font-size: 18px;
  color: #fff;
}
#pg-home .lista-social li .link:hover {
  background-color: #005987;
}
#pg-home .lista-contatti {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#pg-home .lista-contatti li {
  display: block;
  margin: 10px 0 20px 0;
  padding: 0px 0 10px 80px;
  position: relative;
}
#pg-home .lista-contatti li .box-ico {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#pg-home .lista-contatti li .box-ico i {
  font-size: 22px;
  color: #f8962c;
}
#pg-home .lista-contatti li p {
  font-size: 14px;
  color: #808080;
}

#pg-prodotti .pagination-cstm {
  border-radius: 0px;
}
#pg-prodotti .pagination-cstm .page-link {
  border-radius: 0px;
  color: #808080;
  background-color: #efefef;
  border-color: #fff;
  font-size: 14px;
  padding: 10px 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-prodotti .pagination-cstm .page-link i {
  color: inherit;
}
#pg-prodotti .pagination-cstm .page-link:hover {
  background-color: #f8962c;
  color: #222;
}
#pg-prodotti .pagination-cstm .page-link.active {
  background-color: #fff;
  color: #222;
}
#pg-prodotti .row-search-head {
  height: 40px;
  margin-bottom: 0px;
}
#pg-prodotti .row-search-head .form-control-custom {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #efefef;
  height: 40px;
  line-height: 1em;
  padding: 0 15px;
  width: auto;
}
#pg-prodotti .row-search-head .res-per-page {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
#pg-prodotti .row-search-head .custom-select {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #efefef;
  width: auto;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding-top: 0px;
}
#pg-prodotti .box-filter {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #808080;
  background-color: #222;
}
#pg-prodotti .box-filter .input-search .form-control-custom {
  border-right-width: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.btn-search i{
    color:white;
}

#pg-prodotti .box-filter .input-search .btn-search {
  border: 1px solid #efefef;
  border-left-width: 0px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}
#pg-prodotti .box-filter .input-search .btn-search:hover {
  background-color: #f8962c;
  border-color: #f8962c;
}
#pg-prodotti .box-filter .input-search .btn-search:hover i {
  color: #222;
}

#pg-prodotti .box-filter .collapse-cstm {
  display: block;
}
#pg-prodotti .box-filter .collapse-cstm .btn {
  width: 100%;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding-left: 0px;
  border-radius: 0px;
}
#pg-prodotti .box-filter .collapse-cstm .btn .btn-collapse {
  position: absolute;
  display: block;
  top: 10px;
  right: 0px;
  width: 14px;
  height: 14px;
}
#pg-prodotti .box-filter .collapse-cstm .btn .btn-collapse:before, #pg-prodotti .box-filter .collapse-cstm .btn .btn-collapse:after {
  content: "";
  position: absolute;
  background-color: #b9b9b9;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#pg-prodotti .box-filter .collapse-cstm .btn .btn-collapse:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  transform: rotate(90deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#pg-prodotti .box-filter .collapse-cstm .btn .btn-collapse:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#pg-prodotti .box-filter .collapse-cstm .btn.collapsed .btn-collapse {
  position: absolute;
  display: block;
  top: 10px;
  right: 0px;
  width: 14px;
  height: 14px;
}
#pg-prodotti .box-filter .collapse-cstm .btn.collapsed .btn-collapse:before, #pg-prodotti .box-filter .collapse-cstm .btn.collapsed .btn-collapse:after {
  content: "";
  position: absolute;
  background-color: #b9b9b9;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#pg-prodotti .box-filter .collapse-cstm .btn.collapsed .btn-collapse:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: rotate(0deg);
  margin-left: -1px;
}
#pg-prodotti .box-filter .collapse-cstm .btn.collapsed .btn-collapse:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
#pg-prodotti .box-filter .collapse-cstm .list-option {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#pg-prodotti .box-filter .collapse-cstm .list-option label {
 cursor:pointer;
  margin: 8px 0;
  color: #fff;
  font-size: 14px;
}
#pg-prodotti .box-filter .collapse-cstm .list-option input {
  margin-right: 10px;
  cursor:pointer;
}
   
#pg-prodotti .box-related {
  display: block;
  padding: 10px 5px 10px 85px;
  position: relative;
  margin: 0px 0;
  border-bottom: 1px solid #efefef;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-prodotti .box-related .img-thu {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
}
#pg-prodotti .box-related .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-prodotti .box-related .price {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #f8962c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-prodotti .box-related:hover {
  background-color: #efefef;
}
#pg-prodotti .box-related:hover .name {
  color: #f8962c;
}
#pg-prodotti .box-related:hover .price {
  color: #222;
}

#pg-prodotto .form-qta {
  width: 100px;
  height: 50px;
  line-height: 50px;
}
#pg-prodotto .tabbing-cstm {
  display: block;
  margin: 50px 0;
}
#pg-prodotto .tabbing-cstm .nav-pills .nav-link {
  display: block;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 12px;
  padding: 0px 35px;
  margin-right: 1px;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pg-prodotto .tabbing-cstm .nav-pills .nav-link.active {
  color: #222;
  background-color: #f8962c;
}
#pg-prodotto .tabbing-cstm .tab-content {
  background-color: #fff;
  display: block;
  padding: 30px 20px;
  border-bottom: 1px solid #dbdbdb;
}
#pg-prodotto .list-descrizione {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#pg-prodotto .list-descrizione li {
  display: block;
  margin: 10px 0;
}
#pg-prodotto .list-descrizione li i {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  font-size: 16px;
  color: #f8962c;
  text-align: center;
}
.condividi i{
    font-size:24px;
    margin:2px;
    cursor:pointer;
}
.condividi i:hover{
    color:#f8962c;
}

.section-cstm#section-prodotti {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg-prodotti.jpg);
}

.section-cstm.header {
    display: block;
    height: 250px;
    background-color: #f8962c;
}

.section-cstm {
    position: relative !important;
    display: block;
}
    .section-cstm.header .container-250 {
        height: 250px;
    }

#pg-azienda .box-servizio {
  display: block;
  margin-bottom: 10px;
  background-color: #efefef;
  padding: 10px 20px;
  position: relative;
}
#pg-azienda .box-servizio p {
  margin: 0px;
}
#pg-azienda .box-servizio h6 {
  padding-left: 30px;
}
#pg-azienda .box-servizio i {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 10px;
  font-size: 26px;
  color: #f8962c;
}

#pg-servizio .box-contactform {
  background-color: #efefef;
}
#pg-servizio .box-contactform .form-control {
  background-color: #fff;
}

#pg-news .box-news {
  display: block;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #efefef;
  margin: 0 0 30px 0;
}
#pg-news .box-news .img-thu {
  display: block;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222;
  position: relative;
  overflow: hidden;
}
#pg-news .box-news .img-thu .mask {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 26, 31, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding-top: 80px;
}
#pg-news .box-news .img-thu .mask .dot {
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 20;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f8962c;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
#pg-news .box-news .img-thu:hover .mask {
  background-color: rgba(24, 26, 31, 0.8);
}
#pg-news .box-news .img-thu:hover .mask .dot {
  opacity: 1;
}
#pg-news .box-news .img-thu:hover .mask .dot:first-child {
  transform: translateX(-20px);
}
#pg-news .box-news .img-thu:hover .mask .dot:last-child {
  transform: translateX(20px);
}
#pg-news .box-news .title {
  display: block;
  font-size: 38px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-news .box-news .title:hover {
  color: #f8962c;
}
#pg-news .box-news .data {
  font-size: 12px;
  font-weight: 400;
}
#pg-news .box-news .btn-cstm {
  height: 40px;
  line-height: 40px;
}
#pg-news .box-categorie {
  display: block;
  width: 100%;
  padding: 40px 30px;
  background-color: #222;
}
#pg-news .box-categorie .lista-cat {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#pg-news .box-categorie .lista-cat li a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  padding: 5px 0 5px 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-news .box-categorie .lista-cat li a:hover {
  color: #f8962c;
}
#pg-news .box-categorie .lista-cat li a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f8962c;
}

.table-cart {
  border-width: 0px;
}
.table-cart td {
  border-width: 0px;
}
.table-cart thead {
  background-color: transparent;
  margin-bottom: 5px;
}
.table-cart thead tr th {
  border-width: 0px;
}
.table-cart tbody {
  background-color: rgba(255, 255, 255, 0.6);
}
.table-cart tbody tr td {
  vertical-align: middle;
  padding: 15px 10px;
  text-align: center;
}
.table-cart tbody tr td .form-control {
  border-radius: 0px;
}
.table-cart tbody tr td .thu-prod {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.table-cart tbody tr td:nth-child(2) {
  text-align: left;
}

.cart-remove {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cart-remove i {
  color: #999;
  font-size: 18px;
  display: inline-block;
}
.cart-remove:hover i {
  color: #222;
}

.accordion-cart .card-header {
  background-color: #efefef;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.accordion-cart .card-header .modfiica i {
  color: inherit;
}
.accordion-cart .card-header .btn {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-decoration: none !important;
}
.accordion-cart .card-header .btn .numStep {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  background-color: #222;
  border-radius: 13px;
  color: #fff;
  margin: 0px 10px 0px 0;
}
.accordion-cart .card-header:hover {
  background-color: #f8962c;
}
.accordion-cart .card-header:hover .btn {
  color: #222;
}
.accordion-cart .card-header:hover .modfiica {
  color: #222;
}

.box-sum-step4 {
  background-color: #efefef;
  border-width: 0px;
}
.box-sum-step4 .row-tot {
  background-color: #222;
}
.box-sum-step4 .row-tot * {
  color: #fff;
}

.btn-payment {
  display: inline-block;
  margin: 10px 5px;
  border-radius: 0px;
  background-color: #efefef;
  border-width: 0px;
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor:pointer;
}

.btn-payment-selected {
    display: inline-block;
    margin: 10px 5px;
    border-radius: 0px;
    background-color: #f8962c;
    border-width: 0px;
    padding: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor:pointer;
}

    .btn-payment img, .btn-payment-selected img {
        display: block;
        width: 150px;
    }
.btn-payment:hover {
  background-color: #f8962c;
}

.scroll-cat-sx i, .scroll-cat-dx i{
    margin-top:68px;
}
.mask i{
    margin-top:109px;
}
.box-ico i {
    margin-top: 19px;
}
.link i{
    margin-top:13.5px;
}
.social-link i{
    margin-top:8px;
}
.container-caratteristiche {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,333333+100&0.61+0,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.61) 0%, rgba(51, 51, 51, 0.85) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.85) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(51, 51, 51, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9c000000", endColorstr="#333333",GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    margin: 100px 0px 0px 0px !important;
}

    .container-caratteristiche .box-caratteristica {
        display: block !important;
        width: 100% !important;
        padding: 30px 10px;
        text-align: center;
        margin: 0;
        background: transparent;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .container-caratteristiche .box-caratteristica img {
            display: block;
            height: 66px;
            width: 66px;
            display: block;
            margin: 0 auto 10px auto;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            filter: invert(1);
        }

        .container-caratteristiche .box-caratteristica .label {
            position: relative;
            display: block;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #fff;
            font-weight: 700;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .container-caratteristiche .box-caratteristica:hover {
            cursor: pointer;
            background-color: #333;
        }

            .container-caratteristiche .box-caratteristica:hover img {
                filter: invert(1);
            }

            .container-caratteristiche .box-caratteristica:hover .label {
                color: #fff;
            }

.pagination a {
    border-radius: 0px;
    color: #808080;
    background-color: #efefef;
    border-color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pagination .page-link{
    position:unset;
    display:unset;
    margin-left:0.5px;
    margin-right:0.5px;
}
 .pagination .actived{
color:#222;
    border:0px !important;
    margin-right:2px;

}
 .pagination .puntini{
     margin-right:5px;
 }

.box-tag {
    display: inline-block;
    margin: 0 6px 8px 0;
    background-color: #f5f5f5;
    border-radius: 1px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 400;
    color: #232c3b;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .box-tag i {
        color: #666 !important;
        font-size: 12px;
        color: inherit;
        margin-right: 5px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .box-tag:hover {
        background-color: #f8962c;
        color: #232c3b !important;
        box-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
        transform: translate(1px, 1px);
    }

        .box-tag:hover i {
            color: #232c3b !important;
        }

.btn-share {
    background-color: #ccc;
}

    .btn-share .social-link {
        text-align: center;
        padding: 5px 5px 10px 5px;
    }

        .btn-share .social-link i {
            color: #fff;
            font-size: 17px;
        }

        .btn-share .social-link.fb {
            background-color: #3A5795;
        }

        .btn-share .social-link.li {
            background-color: #0077B0;
        }

        .btn-share .social-link.wa {
            background-color: #06d755;
        }
    .btn-share .social-link:hover {
        background-color:#f8962c;
        color:#222;
    }

/* ############################## */
/* ##  MASTER ## */
/* ############################## */
#banner {
    position: fixed;
    width: 640px;
    top: calc(50vh - 200px);
    left: calc(50vw - 320px);
    z-index: 99999;
}

    #banner img {
        max-width: 640px;
    }

#ButtonBanner {
    color: white;
}


.desktop-hide{
    display:none !important;
}
.tblAppoggio tr{
background-color:transparent !important;
}
.tblAppoggio td{
    padding:2px !important;
    /*text-align: unset !important;*/
}
.tblAppoggio tbody{
    background-color:transparent !important;
}

.ricercaMob {
    position: fixed;
    top: 60px;
    left: 0;
    z-index:18;
    width: 100%;
}
.ricercaMob .box-filter{
    border-bottom:0.5px solid #808080 !important;

}

.imgAutocomplete {
    max-width: 50px;
    max-height: 50px;
}



.tblAutocomplete{
    width: 100%;
}

.tblAutocomplete td {
    vertical-align: top;
    padding:3px;
}
    .tblAutocomplete tr{
        border-bottom: 1px solid #cfcfcf;
    }


        .tblAutocomplete tr:hover {
            color: white !important;
            background-color: #f5f5f5;
            border-top: 1px solid #cfcfcf;
        }

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #f5f5f5 !important;
    border: solid 1px transparent;
    background-color: #ededed;
}

/* ############################## */
/* ## fine MASTER ## */
/* ############################## */
/* ############################## */
/* ## PANNELLO CARRELLO MASTER ## */
/* ############################## */
#tblCarrello {
    cursor: pointer;
}

.tblCarrello td {
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}

.intIcoCarrello {
    color: white;
    font-size: 15px;
    text-align: left;
    padding-bottom: 0px;
}

.prezzoIcoCarrello {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.IcoCarrello {
    font-size: 30px;
    color: white;
}

.IcoCarrello {
}

.numCarrello {
    position: relative;
    color: #464646;
}

.numCarrelloDett {
    width: 18px;
    height: 18px;
    border-radius: 12px;
    color: #464646 !important;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: white;
    font-size: 11px;
    border: 1px solid #4b782a;
}

.pnlCarrello {
    max-width: 300px;
    width: 300px;
    z-index: 222;
    height: auto;
    max-height: 0px;
    position: absolute;
    transition: max-height 0.5s;
    right: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    right: 0px;
    top: 65px;
    border-radius: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#dettCarrello {
    width: 280px;
    margin-left: 10px;
    margin-top: 10px;
    max-height: 0px;
    overflow-y: auto;
    height: auto;
    transition: max-height 0.5s;
    overflow-x: hidden;
}

.pnlCarrello div table {
    width: 280px !important;
}

    .pnlCarrello div table td {
        vertical-align: middle;
        /*border-bottom: 1px solid grey;*/
        padding: 4px;
    }

    .pnlCarrello div table hr {
        border-top: 1px solid #808080;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }

.pnlCarrello .cartI-thu {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.pnlCarrello .cartI-name {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222 !important;
    font-size: 14px !important;
    margin: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pnlCarrello .cartI-prezzo {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #262626 !important;
    font-size: 16px !important;
    line-height: 1em;
    margin: 0px;
}

.pnlCarrello .cartI-qta {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #808080 !important;
    font-size: 12px !important;
    margin: 0px;
}

.pnlCarrello .cartI-trash {
    font-size: 14px !important;
    color: #808080 !important;
    line-height: 60px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pnlCarrello .tot.fs-12 {
    font-size: 12px;
}

.pnlCarrello .tot {
    font-size: 14px !important;
    font-weight: 400;
    color: #222 !important;
    font-family: "Poppins", sans-serif;
}

.pnlCarrello .btn-custom {
    color: white !important;
}

.pnlUtente {
    max-width: 200px;
    width: 200px;
    z-index: 222;
    height: auto;
    max-height: 0px;
    position: absolute;
    transition: max-height 0.5s;
    right: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    right: 10px;
    top: 65px;
    border-radius: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.pnlUtente td {
   color:#222;
    font-size:16px;
    border-bottom:1px solid #222;
    cursor:pointer;
}
    .pnlUtente td:hover {
        background-color: #f8962c;
        color: #222 !important;
       
    }


.divImgCarrello {
    width: 60px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

    .divImgCarrello img {
        position: absolute;
        top: 50%;
        left: calc(50% - 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-width: 62px;
    }

.iAction {
    color: #464646 !important;
    font-weight: bold;
}

    .iAction:hover {
        cursor: pointer;
        color: #c00000;
        text-decoration: none;
    }


.cursorNotAllowed {
    cursor: not-allowed !important;
}

.cursorPointer {
    cursor: pointer !important;
}
/* ################################### */
/* ## FINE PANNELLO CARRELLO MASTER ## */
/* ################################### */

/* ################################### */
/* ############## STELLE ############# */
/* ################################### */

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

    .rating > span {
        display: inline-block;
        position: relative;
        width: 1.1em;
        font-size: 20px;
        cursor: pointer;
    }

        .rating > span:hover:before,
        .rating > span:hover ~ span:before {
            content: "\2605";
            position: absolute;
            color: #eeb90c;
        }

.ratingSelected {
    display: inline-block;
    position: absolute;
    width: 1.1em;
    font-size: 20px;
    cursor: pointer;
    color: #eeb90c;
}
.ratingNonSelected {
    display: inline-block;
    position: absolute;
    width: 1.1em;
    font-size: 20px;
    cursor: pointer;
    color: #d1d1d1;
}

/* ################################### */
/* ####### fine STELLE ############# */
/* ################################### */
/* #################### */
/* ##### SLIDER ##### */
/* #################### */

#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

    #lightSlider li {
        display: block;
        float: left;
        margin-right: 5px;
        cursor: pointer;
    }

        #lightSlider li:hover img {
            border-radius: 5px;
            /*border: 1px solid #005987 !important;*/
        }

    #lightSlider img {
        width: auto;
        margin: 0 auto;
        display: block;
    }

.newSlider .lSSlideOuter .lSPager.lSGallery li {
    height: 73px;
    border: 1px solid grey;
    border-radius: 5px;
    position: relative;
    background-color: white;
}

    .newSlider .lSSlideOuter .lSPager.lSGallery li:hover {
        border: 2px solid #f8962c;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    .newSlider .lSSlideOuter .lSPager.lSGallery li img {
        margin-top: -1px;
        margin-left: -1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-height: 73px;
    }



.newSlider {
    /*max-width: 400px;*/
    margin: 0 auto;
    text-align: center;
    /*height: 388px;*/
    /*border: 1px solid grey;*/
    position: relative;
    background-color: white;
}

    .newSlider img.zoomImg {
        cursor: crosshair;
        background-color:white;
    }

    .newSlider div {
        text-align: center;
    }

    .newSlider ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .newSlider li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }



        .newSlider LI img {
            display: block;
            height: auto;
            max-width: 100%;
            max-height: 388px;
        }

.caption {
    background-color: rgba(0, 0, 0, 0.75);
    height: auto;
    padding: 8px;
    color: white;
    width: 100%;
}

    .caption p {
        margin: 0;
        text-align: left;
        line-height: 14px;
        color: rgb(193, 193, 193);
    }

.newSlider .lSSlideOuter .lSPager.lSGallery {
    margin-top: 10px !important;
}

.disclaimerImg {
    margin-top: 100px;
}

.newSlider2 {
    width: 80%;
    margin-left: 10%;
    height: 525px;
}

    .newSlider2 .lSPager.lSpg {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
        visibility: hidden;
    }

    .newSlider2 .lSSlideOuter {
        position: relative;
        overflow: visible;
        height: 525px;
    }

    .newSlider2 .lSSlideWrapper {
        position: static;
        height: 525px;
    }

    .newSlider2 .lsGrab {
        height: 525px !important;
    }


    .newSlider2 .lSAction > a {
        text-align: center;
        height: 85px;
        line-height: 85px;
        background: #262626 !important;
        width: 40px;
    }

    .newSlider2 .lSAction > .lSPrev {
        left: -50px;
        border-radius: 50px 4px 4px 50px;
    }

    .newSlider2 .lSAction > .lSNext {
        right: -50px;
        border-radius: 4px 50px 50px 4px;
    }

    .newSlider2 .lSAction > .lSPrev::after {
        content: "\25C0";
        font-weight: 400;
        /*font-family: 'FontAwesome';*/
        color: #fff;
        font-size: 18px;
    }

    .newSlider2 .lSAction > .lSNext::after {
        content: "\25B6";
        font-weight: 400;
        /*font-family: 'FontAwesome';*/
        color: #fff;
        font-size: 18px;
    }

.prodotto-slider {
    height: 480px;
}


/* #################### */
/* ### FINE SLIDER #### */
/* #################### */

/* ################################### */
/* ############## ORDINI ############# */
/* ################################### */
.stepContainer {
    width:160px;margin-left:calc(50% - 80px)
}
.stepCompletato{
    width:40px;
    height:10px;
    border:1px solid white;
    background-color: #86f371;
    float:left;
    cursor:pointer;
}
.stepNonCompletato {
    width: 40px;
    height: 10px;
    border: 1px solid white;
    background-color: #cbcbcb;
    float:left;
}
.icoStep i {
    margin-top: 10px;
    font-size: 28px;
    color: #86f371;
}
/* ################################### */
/* ######### fine ORDINI ############# */
/* ################################### */

/* ################################### */
/* ######### CATEGORIE ############# */
/* ################################### */

.category_item {
    padding-bottom: 1em;
    padding-top: 1em;
    /* min-width: 360px;*/
}

.card {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    border: none;
}

.category_item .card {
    display: block;
    position: relative;
    height: 18em;
}



.cat_title {
    font: 1.5em MuseoSans_300,Helvetica, Arial;
    color: #868282;
    padding: 1em;
    margin: 0.7em 0px 0.5em 0px;
}

.cat_title:hover {
    text-decoration:underline;
}

.riga {
    border-bottom: 2px solid #f1f1f1;
    width: 100%;
    height: 2px;
    z-index: 10;
    position: absolute;
    margin-top: 90px;
}

.category_image {
    display: block;
    height: 100%;
    width: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: contain;
}

    .category_image.back {
        height: 100%;
        background-position: right bottom;
        z-index: 11;
    }

.breadcrumb-cstm {
    display: inline-block !important;
}

.breadcrumb {
    display: block;
    text-align: center;
}

.breadcrumb-item {
    text-align: center;
    display: inline;
}

ol.breadcrumb li.float-left {
    float: none !important;
    display: inline-block;
}

.divTitle {
    z-index: 12;
    position: absolute;
    width: 100%;
}
/* ################################### */
/* ######### fine CATEGORIE ############# */
/* ################################### */

@media (max-width: 1115px) {
  /*.navbar-cstm {

      .navbar-brand {
          height: 35px;
          width: 35px;
          background-image: url("../images/-w.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: cover;
      }

      .navbar-nav {
          //height: 70px;
          .nav-item {
              .nav-link {
                  padding: 0px 10px;
                  line-height: 70px;
                  font-size: 14px;
              }
          }
      }
  }*/
}


@media (min-width: 768px) and (max-width:1366px) {
    span.tel {
        display: none;
    }
    .h6{
        font-size:16px;
    }
    #pg-home .fascia-servizi .servizio-box {
        padding: 50px 20px 40px 40px;
    }
    h4.title{
        font-size:22px;
    }
}


/*ipad marco   width: 1080*/
@media (min-width: 768px) and (max-width:1280px) {
    .navbar-cstm .navbar-brand img {
        width: 120px;
        height: auto;
    }
    .prezzoIcoCarrello{display:none;}
    #pg-home .fascia-servizi .servizio-box {
        padding:20px 10px 20px 20px;
    }
        #pg-home .fascia-servizi .servizio-box .icon {
            position: unset;
            margin-bottom:10px;
        }
        #pg-home .fascia-servizi .servizio-box .title {
            padding: 0px;
        }
    #pg-home .fascia-servizi .col-nop{
        text-align:center;
    }
    .navbar-cstm .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 0px 10px;
    }

    .nav-item .box-filter {
        max-width: 160px;
    }
}




    @media (min-width:767.99px) and (max-width:1024px) {
        .navbar-cstm .navbar-brand img {
            width: 100px;
            height: auto !important;
        }

        .navbar-cstm .navbar-nav .nav-item .nav-link {
            font-size: 15px;
            padding: 0px 10px;
        }

        .nav-item .box-filter {
            max-width: 160px;
        }
    }

    @media (min-width:767.99px) and (max-width:768px) {
        /*.navbar-brand.desktop-hide {
            display: block !important;
        }

            /*.navbar-brand.desktop-hide img {
                max-width: 60px;
            }*/

        /*.navbar-brand.mobile-hide {
            display: none !important;
        }*/

        .navbar-cstm .navbar-nav .nav-item .nav-link {
            padding: 5px;
        }

        #pg-home .fascia-servizi .servizio-box {
            padding: 20px 5px 20px 5px;
        }

            #pg-home .fascia-servizi .servizio-box .h6.title {
                font-size: 12px;
            }


        .navbar-cstm .navbar-nav .nav-item .nav-link {
            font-size: 15px;
            padding: 0px 10px;
        }

        .nav-item .box-filter {
            max-width: 160px;
        }
        .ricercaMob.desktop-hide {
            display: block !important;
        }
        .ricercaMob{
            top:90px;
        }
        .nav-item .input-search{
            display: none !important;
        }
        .ricercaScrolled{
            top:60px !important;
        }

    }

@media (max-width: 767.98px) {
    body {
        padding: 60px 0 0 0px;
    }

    .navbar-cstm {
        top: 0px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    h1, .h1 {
        font-size: 42px;
    }

    h2, .h2 {
        font-size: 36px;
    }

    h3, .h3 {
        font-size: 28px;
    }

    h4, .h4 {
        font-size: 26px;
    }

    h5, .h5 {
        font-size: 24px;
    }

    h6, .h6 {
        font-size: 20px;
    }

    .mobile-hide {
        display: none !important;
    }

    .desktop-hide {
        display: block !important;
    }

    .ui-autocomplete {
        width: 310px !important;
    }

    .container-link-dx-mobile {
        /*position: absolute !important;
            top: 8px;
            right: 0px;*/
        position: fixed !important;
        top: 8px;
        right: 8px;
        z-index: 200;
        display: block !important;
    }

        .container-link-dx-mobile .accedi-mobile, .container-link-dx-mobile .carrello-mobile {
            line-height: 60px !important;
        }

    .carrello-mobile i {
        font-size: 26px !important;
        color: #222;
    }

    .carrello-mobile .testo {
        display: none;
    }

    .carrello-mobile .nitem {
        position: absolute;
        right: 0px;
        top: 0px !important;
        z-index: 4;
        display: block !important;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        color: #fff;
        border-radius: 7px;
        background: #222;
    }

    .scroll-brands .scroll-items {
        width: 100%;
        height: 170px;
        overflow: hidden;
        display: block;
        font-size: 0;
    }

        .scroll-brands .scroll-items ul {
            margin: 0 !important;
            text-align: left !important;
        }

    .mobile-space {
        display: inline-block;
        width: 90px;
        height: 20px;
    }

    .navbar2 {
        top: 60px;
        z-index: 21;
    }

    .navbar-cstm {
        padding-left: 0px;
        padding-top: 5px;
        height: 60px;
        background-color: white;
    }

        .navbar-cstm .mobile-link {
            display: block;
        }

        .navbar-cstm .navbar-brand {
            line-height: 50px !important;
            margin: 0px auto;
            display: block;
            padding: 0px;
        }

            .navbar-cstm .navbar-brand img {
                height: 50px !important;
            }

        .navbar-cstm .navbar-toggler {
            float: left;
        }

        .navbar-cstm .navbar-collapse {
            background-color: #fff;
        }

            .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
                padding: 8px 18px !important;
                line-height: 26px;
                font-size: 14px;
            }

                .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.carrello {
                    margin-top: 8px;
                }

                .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link .lang-desc-mob {
                    display: inline-block;
                }

    .section-cstm.p-70 {
        padding: 25px 0;
    }

    .section-cstm.header h1 {
        font-size: 32px;
    }

    /*.table-cart thead {
    display: none;
  }
  .table-cart tbody tr td {
    display: block;
    padding: 5px 10px;
  }
  .table-cart tbody tr td .h4.title {
    font-size: 16px;
  }
  .table-cart tbody tr td:before {
    display: inline-block;
    content: attr(data-th);
  }
  .table-cart tbody tr td:first-child {
    display: inline-block;
    width: 60px;
  }
  .table-cart tbody tr td:first-child:before {
    display: none;
  }
  .table-cart tbody tr td:nth-child(2) {
    max-width: calc(100% - 70px);
    display: inline-block;
  }
  .table-cart tbody tr td:nth-child(2):before {
    display: none;
  }
  .table-cart tbody tr td:nth-child(3) .prod-qta {
    display: inline-block;
    width: 80px;
  }
  .table-cart tbody tr td:nth-child(4) h3, .table-cart tbody tr td:nth-child(5) h3 {
    display: inline-block;
  }
  .table-cart tbody tr td:nth-child(3), .table-cart tbody tr td:nth-child(4), .table-cart tbody tr td:nth-child(5), .table-cart tbody tr td:nth-child(6) {
    text-align: right;
  }*/

    .table-cart .cart-thead {
        display: none;
    }

    .table-cart .cart-tbody td {
        display: block;
        padding: 5px 10px;
    }

        .table-cart .cart-tbody td .h4.title {
            font-size: 16px;
        }

    .table-cart .cart-det:before {
        display: inline-block;
        content: attr(data-th);
        margin-right: 4px;
    }

    .table-cart .cart-tbody td:first-child {
        display: inline-block;
        width: 60px;
    }

    /*.table-cart .cart-tbody td:first-child:before {
                display: none;
            }*/

    .table-cart .cart-tbody td:nth-child(2) {
        max-width: calc(100% - 70px);
        display: inline-block;
    }

        .table-cart .cart-tbody td:nth-child(2):before {
            display: none;
        }

    .table-cart .cart-tbody td:nth-child(3) .prod-qta {
        display: inline-block;
        width: 80px;
    }

    .table-cart .cart-tbody td:nth-child(4) h3, .table-cart .cart-tbody td:nth-child(5) h3 {
        display: inline-block;
    }

    .table-cart .cart-tbody td:nth-child(3), .table-cart .cart-tbody td:nth-child(4), .table-cart .cart-tbody td:nth-child(5), .table-cart .cart-tbody td:nth-child(6) {
        text-align: right;
    }

    .tdOrd {
        width: unset !important;
    }

    .tdOrdImp {
        max-width: unset !important;
        padding: 2px !important;
        width: unset !important;
        min-width: 150px;
    }

        .tdOrdImp td {
            max-width: unset !important;
            padding: 2px !important;
            width: unset !important;
            display: table-cell;
        }

    .tblAppoggio td {
        display: table-cell !important;
    }

    #pg-home .container-home h1 {
        font-size: 52px;
    }

    #pg-home .box-news {
        height: auto !important;
        padding: 20px 10px 10px 20px !important;
        min-height: 260px;
    }

        #pg-home .box-news p {
            height: auto !important;
            line-height: 16px;
        }

        #pg-home .box-news .title {
            max-height: none !important;
        }

        #pg-home .box-news .btn-cstm {
            height: auto !important;
            line-height: 40px !important;
        }

    .box-news .img-thu {
        height: 200px !important;
    }

    .box-news .title {
        font-size: 22px !important;
    }

    .fascia-servizi .servizio-box {
        padding: 20px 10px !important;
    }

        .fascia-servizi .servizio-box .icon {
            height: 30px !important;
            left: 10px !important;
            top: 10px !important;
        }

        .fascia-servizi .servizio-box .title {
            padding-left: 0px !important;
            height: auto !important;
        }

    .fascia-servizi .h6 {
        font-size: 16px;
    }

    .box-vetrina .img-thu {
        height: 200px !important;
        line-height: 200px !important;
    }

        .box-vetrina .img-thu img {
            height: 200px !important;
        }

    .chisiamoTesto {
        font-size: 28px !important;
    }

    .box-servizi .box-body {
        padding: 10px 20px 20px 20px !important;
        background-color: #fff;
        text-align: left;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .box-servizi .box-body p {
            min-height: auto !important;
        }

        .box-servizi .box-body .title {
            height: auto !important;
        }

        .box-servizi .box-body .btn-cstm {
            width: 100% !important;
        }
    /*}*/
    #btn-SC {
        position: fixed;
        display: block;
        z-index: 4;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
        border-left: 1px solid #666;
        border-bottom: 1px solid #666;
        border-radius: 0 0 10px 0;
    }

        #btn-SC i {
            font-size: 24px;
            color: #222;
        }

        #btn-SC.rotate i {
            -ms-transform: rotate(180deg);
            /* IE 9 */
            transform: rotate(180deg);
            color: #222;
        }

        #btn-SC:hover {
            background-color: #efefef;
        }

    .containerscroll {
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: orange;
    }

        .containerscroll .scrollitem {
            position: absolute;
            top: 50%;
            z-index: 10;
            color: #000;
            font-size: 22px;
        }

            .containerscroll .scrollitem.prev {
                right: 0px;
            }

            .containerscroll .scrollitem.next {
                left: 0px;
            }

        .containerscroll ul {
            white-space: nowrap;
            transition: all ease 750ms;
            position: relative;
        }

            .containerscroll ul li {
                width: 200px;
                display: inline-block;
                background: green;
            }

                .containerscroll ul li a {
                    padding: 10px;
                    display: block;
                    color: white;
                    font-weight: bold;
                    text-decoration: none;
                }

                    .containerscroll ul li a img {
                        width: 100%;
                    }

                .containerscroll ul li.active {
                    background: blue;
                }

    /* ############################## */
    /* ##  MASTER ## */
    /* ############################## */
    #banner {
        position: fixed;
        width: 90%;
        top: 15vh;
        left: 5%;
        z-index: 99999;
    }

        #banner img {
            max-width: 90vw;
        }

    #ButtonBanner {
        color: white;
    }
    /* ############################## */
    /* ## fine MASTER ## */
    /* ############################## */
    /*# sourceMappingURL=template.css.map */
}