@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400");
html,
body {
  overflow-x: hidden;
  width: 100vw;
  font-size: 14px;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
.owl-nav.disabled {
  display: none;
}
body {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.no-focus-outline:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

a {
  color: #818181;
  transition: color ease 0.5s;
}

a:hover {
  color: #525252;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* h1,
h2,
h3,
h4 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville;
} */

h1.page-header {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* Buttons */

.btn {
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 200px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  /* white-space: nowrap; */
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid;
  padding: 8px 20px;
  word-break: break-word;
}

.btn-outlined {
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outlined.btn-theme {
  background: none;
  color: #e55819;
  border-color: #e55819;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
  color: #fff;
  background: #e55819;
  border-color: #e55819;
}

.btn-outlined.btn-black {
  background: none;
  color: #000;
  border-color: #000;
}

.btn-outlined.btn-cerca {
  background: none;
  color: #000;
  border-color: #000;
  cursor: auto !important;
}

.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.btn-outlined.btn-black-inv {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn-outlined.btn-black-inv:hover,
.btn-outlined.btn-black-inv:active {
  background: transparent;
  color: #000;
  border-color: #000;
}

.btn-outlined.btn-white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
  color: #e55819;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-xs {
  /* font-size: 11px; */
  line-height: 14px;
  border: 1px solid;
  padding: 5px 10px;
}

.btn-sm {
  font-size: 12px;
  line-height: 16px;
  border: 2px solid;
  padding: 8px 15px;
}

.btn-lg {
  font-size: 18px;
  line-height: 22px;
  border: 4px solid;
  padding: 13px 40px;
}

.breadcrumb {
  background-color: transparent;
  border-bottom: solid 1px #ececec;
  border-radius: 0;
}

/*----------------------------------------NAVBAR----------------------------------------*/

.btn-nav-top {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 0;
}

.banda-tp {
  padding: 20px;
}

/* The Overlay (background) */

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.97);
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

/* The navigation links inside the overlay */

.overlay li a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */

.overlay li a:hover,
.overlay li a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */

.overlay .closebtn {
  position: absolute;
  top: -10px;
  right: 4px;
  font-size: 60px;
}

.risultati {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 255px;
  padding-top: 0px;
  max-width: 100%;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-width: 480px) {
  .risultati {
    position: absolute;
    background: #fff;
    top: 45px;
    left: 0px;
    padding-top: 0px;
    max-width: 100%;
  }

  .mb-xs-5{
    margin-bottom: 3rem !important;
  }
}

.overlay hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.overlay-content li a {
  padding: 8px;
  text-decoration: none;
  font-size: 1em;
  color: #000;
  display: inline-block;
  transition: 0.3s;
  border: solid 2px #000;
  width: 250px;
  margin-bottom: 5px;
}

.overlay .closebtn {
  position: absolute;
  top: 13px;
  right: 29px;
  font-size: 35px;
  color: #000;
}

.language {
  position: absolute;
  top: 30px;
  right: 120px;
  z-index: 0;
  color: black;
}

.language > a {
  color: black;
  transition: all 1s ease;
}

.language > a:hover {
  color: #6a6a6a;
}

/* Preloader */

#preloader {
  position: fixed;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: repeat;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/icon/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: -150px 0 0 -150px;
  /* is width and height divided by two */
}

::-webkit-scrollbar {
  width: 10px;
  /* for vertical scrollbars */
  height: 5px;
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

/* ---------------------------------------SIDEBAR--------------------------------------- */

/* .active {
  border: solid 1px #000;
  } */

  .owl-stage,
  .owl-item {
    max-height: max-content;
  }

  .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
  }

  #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    border-right: solid 1px #ececec;
  }

  #sidebar.active {
    margin-left: -250px;
  }

  #sidebar .sidebar-header {
    padding: 20px;
  }

  #sidebar ul.components {
    padding: 20px;
  }

  #sidebar ul p {
    color: #000;
    padding: 10px;
  }

  #sidebar ul li a {
    padding: 5px 10px;
    font-size: 1em;
    display: block;
  }

  #sidebar ul li a:hover {
    color: #000;
    background: #fff;
  }

  #sidebar ul li.active > a,
  a[aria-expanded="true"] {
    color: #000;
  /* background: #000 !important;
  color: #fff !important; */
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

.dropdown-toggle::after {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0;
  vertical-align: 0;
  content: "\f107";
  font-family: "FontAwesome";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}

/* ---------------------------------------------------
    CONTENT STYLE
    ----------------------------------------------------- */

    #content {
      width: 100%;
      transition: all 0.3s;
      padding: 0 20px;
    }

    .contetn-less {
      width: calc(100% - 250px) !important;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
    ----------------------------------------------------- */

    @media (max-width: 768px) {
      #sidebar {
        margin-left: -250px;
      }
      #sidebar.active {
        margin-left: 0;
      }
      #sidebarCollapse span {
        display: none;
      }

      .cart-p{
        bottom: 5px;
      }

      .img-checkout{
        width: 50% !important;
      }
      /* .SumoSelect>.CaptionCont {
        position: initial;
      } */
      
    }

    /*--------------------------------------FILTER TOP--------------------------------------*/

    .filter-top {
      margin-bottom: 0;
    }

    .filter-top .form-control {
      padding: 0rem 0.75rem;
      font-size: 0.9rem;
      line-height: 1;
      color: #000;
      border: 0px solid #000;
      border-bottom: solid 1px;
      border-radius: 0;
      height: 27px !important;
    }

    /*----------------------------------------FOOTER----------------------------------------*/

    .footer-menu {
      position: absolute;
      bottom: 0;
      color: #818181;
      padding: 15px 25px;
      text-align: center;
      font-size: smaller;
      font-weight: normal;
      width: 100%;
      /* white-space: nowrap; */
      white-space: normal;
    }

    .footer-inpage {
      color: #818181;
      padding: 15px 25px;
      text-align: center;
      font-size: smaller;
      font-weight: normal;
      width: 100%;
      clear: both;
    }

    .back-to-top {
      cursor: pointer;
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
    }


    .footer-copy {
      /* position: absolute;
      bottom: 0; */
      background-color: #000;
      color: #9e9e9e;
      padding: 4px;
      text-align: center;
      font-size: 0.8em;
      letter-spacing: 3px;
      font-family: "Lato", sans-serif;
    }

    .footer-copy a {
      color: #fffeee !important;
      font-style: normal;
    }

    @media (min-width: 481px) {
      .footer-lang {
        display: none;
      }

      /* .fs-10{
        font-size: 10px !important;
      }
      .fs-9{
        font-size: 9px !important;
      }
      .fs-8{
        font-size: 8.4px !important;
      } */

      /* .footer-p{
        position: absolute;
        bottom: 20px;
      }
      .footer-copy {
        position: absolute;
        bottom: 0;
      } */
    }

    /*---------------------------------------------------INDEX---------------------------------------------------*/

    .pnt-col {
      border: solid 1px;
      position: relative;
      min-height: 60vh;
    }

    .pnt-col::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      right: 2px;
      bottom: 2px;
      border: solid 1px;
    }

    .pnt-col::after {
      content: "";
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(../img/living/tessuti/Pontoglio-F7XMpgaf5z-JhYh.jpg);
      opacity: 0;
      transition: all ease 0.8s;
      z-index: 0;
    }

    .pnt-color::after {
      background-image: url(../img/living/colori/Pontoglio-oqMygOnLzeOr8iz.jpg);
    }

    .pnt-adv::after {
      background-image: url(../img/living/advertisement/advert.jpg);
    }

    .pnt-creations::after {
      background-image: url(../img/living/creations/Pontoglio-nmH9UYXhJwvwXEP.jpg);
    }

    .pnt-col:hover::after {
      opacity: 0.8;
    }

    .title-box-center {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.5em;
      color: inherit;
      transition: all ease 3s;
      font-family: TimesNewRoman, "Times New Roman", Times, Baskerville;
      text-transform: uppercase;
      z-index: 10;
      text-align: center;
      white-space: nowrap;
    }

    .pnt-col:hover .title-box-center {
      transform: translate(-50%, -50%) scale(1.5);
      color: #fff;
      text-shadow: 0px 3px 3px rgba(150, 150, 150, 1);
    }

    @media (max-width: 480px) {
      .banda-tp > div img {
        max-width: 200px !important;
      }
      .banda-tp {
        padding: 28px;
      }
      .size-modal-title{
        font-size: 13px;
      }
    }

    @media (max-width: 375px) {
      .banda-tp > div img {
        max-width: 150px !important;
      }
      .banda-tp {
        padding: 28px;
      }
    }

    /* ------------------------------------------TESSUTI------------------------------------------ */

    .pnt-col-tessuto::after {
      background-image: url(../img/living/tessuti/tessuti-living/Pontoglio-mJuykJ2XnLCj-3-.jpg);
    }

    .num-cat {
      position: absolute;
      left: 50%;
      font-size: 20em;
      /* letter-spacing: -50px; */
      top: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      font-family: "Lato", sans-serif;
      font-weight: lighter;
      text-align: center;
      width: 100%;
      text-align: center;
      transition: all ease 1s;
    }

    .pnt-col:hover .num-cat {
      transform: translate(-50%, -50%) scale(0.1);
    }

    /*-------------------------------------------ETICHETTE-------------------------------------------*/

    .pnt-col-etichetta {
      border: solid 1px;
      position: relative;
      padding: 15px;
    }

    .pnt-col-etichetta::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      right: 2px;
      bottom: 2px;
      border: solid 1px;
      pointer-events: none;
    }

    .etichetta-con {
      position: relative;
      transition: all ease 0.5s;
    }

    .etichetta-con::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 40px;
      width: 40px;
      background-image: url(../img/icon/glass-w.png);
      background-position: center center;
      background-size: contain;
      opacity: 0;
      transition: all ease 1s;
    }

    .etichetta-con:hover::after {
      opacity: 1;
    }

    .etichetta-con img {
      transition: all ease 0.5s;
    }

    .etichetta-con:hover img {
      opacity: 0.7;
    }

    .etichetta-con:hover {
      background-color: #525252;
    }

    h1 .num-cat {
      font-size: 90px !important;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      letter-spacing: normal;
    }

    /*-----------------------------------DETTAGLIO TESSUTO-----------------------------------*/

    .pnt-col-dettaglio {
      border: solid 1px;
      position: relative;
    }

    .pnt-col-dettaglio::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      right: 2px;
      bottom: 2px;
      border: solid 1px;
      pointer-events: none;
    }

    .pnt-col-dettaglio .etichetta-con {
      padding: 3px;
    }

    .dettaglio li {
      padding: 5px;
      border: solid 1px;
      margin-bottom: 3px;
      width: 100%;
      text-align: center;
      /* font-weight: bold; */
      font-size: 0.9em;
    }

    .pnt-col-dettaglio .item {
      overflow: hidden;
    }

    .pnt-col-dettaglio .item img {
      transform: scale(1.6);
      transition: all ease 0.5s;
    }

    .pnt-col-dettaglio:hover .item img {
      transform: scale(1);
    }

    .item .etichetta-con {
      background-color: transparent !important;
    }

    /* ---------------------------------------------COLORE--------------------------------------------- */

    .pnt-col-colore {
      position: relative;
      padding: 15px;
    }

    .border-img {
      border: 1px solid;
      padding: 2px;
    }

    .border-img img {
      border: solid 1px;
    }

/*
 * ─────────────────────────────────────────────────────────────── CORNER BOX ─────
 */

 .corner-box {
  border: solid 1px #000;
}

.corner-box .el-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.corner-box.semi-trasp {
  background: #dadada;
}

.corner-box.semi-trasp img {
  opacity: 0.7;
}

.title-outlined {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
  -moz-user-select: none;
  background-image: none;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  border: 1px solid;
  padding: 3px 15px;
  background: none;
  color: #000;
  border-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.classic {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville;
  font-size: 1.2em;
}

.box-outlined {
  border: solid 1px #000;
}

/*
 * ────────────────────────────────────────────────────────────── FALL WINTER ─────
 */

 /* .fall--winter { */
  /* background-color: #000000; */
  /* color: #ffffff; */
  /* padding-bottom: 3rem; */
  /* } */

  /* .fall--winter .box-outlined { */
    /* border: solid 1px #fff; */
    /* } */

    /* .fall--winter .title-outlined { */
      /* color: #fff; */
      /* border-color: #fff; */
      /* } */

      /* .fall--winter .btn-outlined.btn-black { */
        /* background: none; */
        /* color: #fff; */
        /* border-color: #fff; */
        /* } */
        /* .fall--winter .btn-outlined.btn-black:hover { */
          /* background: #fff; */
          /* color: #000; */
          /* border-color: #fff; */
          /* } */

          /* .fall--winter a { */
            /* color: #fff; */
            /* } */

            /* .fall--winter a, */
            /* .fall--winter .breadcrumb-item.active { */
              /* color: #fff; */
              /* } */

/*
 * ─────────────────────────────────────────────────────────────────── LIVING ─────
 */

 /* .living { */
  /* background-color: #8d8d8d; */
  /* color: #ffffff; */
  /* padding-bottom: 3rem; */
  /* } */

  /* .living .box-outlined { */
    /* border: solid 1px #fff; */
    /* } */

    /* .living .title-outlined { */
      /* color: #fff; */
      /* border-color: #fff; */
      /* } */

      /* .living .btn-outlined.btn-black { */
        /* background: none; */
        /* color: #fff; */
        /* border-color: #fff; */
        /* } */
        /* .living .btn-outlined.btn-black:hover { */
          /* background: #fff; */
          /* color: #000; */
          /* border-color: #fff; */
          /* } */
          /* .living a, */
          /* .living .breadcrumb-item.active { */
            /* color: #fff; */
            /* } */

/*
 * ─────────────────────────────────────────────────────────────────────── SS ─────
 */

 /* .spring--summer { */
  /* color: #c09300; */
  /* padding-bottom: 3rem; */
  /* } */

  /* .spring--summer .box-outlined { */
    /* border: solid 1px #c09300; */
    /* } */

    /* .spring--summer .title-outlined { */
      /* color: #c09300; */
      /* border-color: #c09300; */
      /* } */

      /* .spring--summer .btn-outlined.btn-black { */
        /* background: none; */
        /* color: #c09300; */
        /* border-color: #c09300; */
        /* } */
        /* .spring--summer .btn-outlined.btn-black:hover { */
          /* background: #c09300; */
          /* color: #000; */
          /* border-color: #c09300; */
          /* } */
          /* .spring--summer a, */
          /* .spring--summer .breadcrumb-item.active { */
            /* color: #c09300; */
            /* } */

/*
 * ────────────────────────────────────────────────────────────────── HISTORY ─────
 */

 /* .history { */
  /* background-color: #deb887; */
  /* color: #fff; */
  /* padding-bottom: 3rem; */
  /* } */

  /* .history .box-outlined { */
    /* border: solid 1px #fff; */
    /* } */

    /* .history .title-outlined { */
      /* color: #fff; */
      /* border-color: #fff; */
      /* } */

      /* .history .btn-outlined.btn-black { */
        /* background: none; */
        /* color: #fff; */
        /* border-color: #fff; */
        /* } */
        /* .history .btn-outlined.btn-black:hover { */
          /* background: #fff; */
          /* color: #000; */
          /* border-color: #fff; */
          /* } */
          /* .history a, */
          /* .history .breadcrumb-item.active { */
            /* color: #fff; */
            /* } */
/*
 * ─────────────────────────────────────────────────────────────────── FOOTER ─────
 */

 footer {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

footer ul li {
  font-size: 0.9em;
}

footer h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
}

/*
 * ────────────────────────────────────────────────────────── PRODOTTI LIVING ─────
 */

 .box-col {
  /* padding: 15px; */
  border: double;
  /* height: 100%; */
  display: flex;
}

.lentina {
  position: relative;
}

.lentina::after {
  content: url("../img/icon/glass-w.png");
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  color: #fff;
  transition: all ease 0.5s;
  top: 0;
  left: 0;
  padding-top: 60%;
  text-align: center;
  z-index: 999;
  pointer-events: none;
}

.lentina:hover::after {
  opacity: 0.5;
}

.no-lens::after {
  content: "";
}

.page-title {
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
 * ────────────────────────────────────────────────────────────── INSPIRATION ─────
 */

 .owl-ispiration .owl-item,
 .owl-ispiration .owl-item.cloned {
  transition: all ease 0.5;
  transform: scale(0.8);
}

.owl-ispiration .owl-item.active.center {
  transform: scale(1);
}

/*
 * ────────────────────────────────────────────────────────────────── TEXTILE ─────
 */

 .text-white.el-center {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville;
  font-size: 30px;
  /* line-height: 40px; */
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
  1px 1px 1px rgba(0, 0, 0, 0.5);
}

/*
 * ───────────────────────────────────────────────────────────────────── FORM ─────
 */

 .input-group-text {
  background-color: transparent;
  border-radius: 0;
  border-right: #fff;
}

/****************************PONTOGLIO 2017 ***************************/

.bg-col::before {
  position: absolute;
  content: " ";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all ease 3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.collezione-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: calc(70%);
  width: 100%;
  padding: 0;
  margin: 0;
}

.collezione-grid > a {
  width: calc(100% / 4);
  height: 100%;
  border: double 4px #000;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.collezione-grid > a > .bg-col {
  position: absolute;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: all ease 3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-col:hover::before {
  opacity: 1;
}

.collezione-grid > a:hover > .bg-col {
  opacity: 1;
}

.collezione-grid span {
  font-size: 1.5em;
  color: inherit;
  z-index: 0;
  position: relative;
  transition: all ease 3s;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville;
  text-transform: uppercase;
}

.custom-file-upload input[type="file"] {
  display: none;
}
.custom-file-upload .custom-file-upload1 {
  border: 1px solid #dee2e6!important;
  padding: 6px 12px;
  cursor: pointer;
}

#correct-upload {
  color: #1fda4a;
}

.menu-categories{
  font-weight: 700 !important;
  padding-left: 15px;
  line-height: 25px;
}

.image-menu{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #333333;
}

.border-b-row{
  border-bottom: 1px solid #e9ecef;
}

.left_menu{
  border: solid 1px;
}

.left_menu_border{
  border-top: solid 1px;
}

.c-black{
  color: #000;
}

.btn-outlined.btn-black:focus{
  box-shadow: none;
}

.font-user{
  font-size: 20px;
}

.brxsmall{
  display: block;
  margin-bottom: -2px;
}

.size-login{
  font-size: 12px;
}


h1.landings {
  font-size: 38px;
  margin-top: 0px;
}
h2.landings {
  font-size: 23px;
  font-weight: 600;
}

h3.landings {
  font-size: 19px;
  font-weight: bold;
}

div.gallery-tessuto-stampato {
  /*padding-top: 45px;*/
}

h2.gallery-tessuto-stampato {
  text-align: center;
  font-size: 23px;
  margin-top: 20px !important;
}

h2.gallery-tessuto-stampato-ipad-or {
  text-align: center;
}












/* ──────────────────────────────────────────────────────────────────── MEDIE ──────────────────────────────────────────────────────────────────── */





@media (max-width: 1440px) {
}

@media (max-width: 1024px) {
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border: none;
  }
  .lb-nav a.lb-next {
    opacity: 1;
  }
  .lb-nav a.lb-prev {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: 0;
    position: initial;
    top: auto;
    right: auto;
    transform: none;
  }

  .dropdown-menu h2 {
    display: none;
  }

  .dropdown-menu img {
    margin-bottom: 15px;
  }

  .navbar.navbar-expand-lg {
    border-top: solid 1px;
    border-bottom: solid 1px;
  }

  .maxwid {
    max-width: none !important;
    text-align: center;
  }

  .maxwid select {
    text-align-last: center;
  }
}

@media (min-width: 2500px){
  #eye-focus{
    right: 45.5vh !important;
  }
  .btn-nav-top{
    position: absolute;
    top: 25px;
    left: 45.5vh;
    z-index: 0;
  }

  #log-in{
    right: 51.5vh !important;
  }
}

@media (min-width: 3500px){
  #eye-focus{
    right: 62.5vh !important;
  }
  .btn-nav-top{
    position: absolute;
    top: 25px;
    left: 62.5vh;
    z-index: 0;
  }
  #log-in{
    right: 66.5vh !important;
  }
}

@media (min-width: 4000px){
  #eye-focus {
    right: 65.5vh !important;
  }
  .btn-nav-top {
    position: absolute;
    top: 25px;
    left: 65.5vh;
    z-index: 0;
  } 
  #log-in{
    right: 69.5vh !important;
  }
}

@media (max-width: 480px) {
  .btn-nav-top {
    left: auto;
    position: absolute;
    top: 25px;
    right: 140px;
    z-index: 0;
  }

  .breadcrumb {
    display: none;
  }

  .btn {
    white-space: normal;
  }
  footer {
    text-align: center;
  }
  footer ul {
    list-style-position: inside;
    padding-left: 0px;
  }
}

.c-white{
  filter: invert(1);
}

.btn-cerca:hover,
.btn-cerca:active {
  background: none;
  color: #000;
}

.SumoSelect>.CaptionCont>span.placeholder {
  color: #6c757d;
  font-style: normal;
}

.SumoSelect>.optWrapper {
  width: 100%;
}

.SumoSelect>.CaptionCont {
  position: initial;
  border: 1px solid #dee2e6!important;
}

.field-icon{
	position: absolute; 
	top: 12px; 
  right: 20px;
  z-index: 10;
  color: #000;
}

.SumoSelect>.optWrapper {
  top: 32px !important;
}

.cart-num{
  right: 0;
  transform: translateX(50%);
  background-color: #000;
  color: #fff;
  font-size: .75rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

.cart-p{
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 10;
}

.color-white{
  color: #fff !important;
}

.color-black{
  color: #000 !important;
}

.cursor-pointer{
  cursor: pointer;
}

.f-w300{
  font-weight: 300;
}

.fs-1_1{
  font-size: 1.1rem;
}
.fs-0_8{
  font-size: 0.8rem;
}
/* .footer-p{
  position: absolute;
  bottom: 20px;
} */


@media (max-width: 767px) {
  .img-cart{
    width: 50% !important;
  }
  .text-xs-center{
		text-align: center;
	}
}

.fs-12{
  font-size: 12.5px;
}

.filter_white{
  filter: invert(1);
  opacity: 1 !important;
}

/****************LANDING****************/
.page-title.landing{
  font-weight: 600;
}

.landing_corner{
  border: solid 1px;
}
.landing_corner>.landing_form_img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.landing_form_img>.landing_form_bg{
  background-color: #f8f9fa1a;
}

.landing_form_bg>.landing_login_form{
  color: #fff;
}

.landing_link {
  color: #dcdcdc;
}

.landing_link:hover {
  color: #fff;
}

.landing_item{
  height: 471px;
}

.owl_item>.img_container{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  transition: all ease 1s;
}

.caption_imgs{
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.img_container>.landing_item_bg{
  height: 100%;
  background-color: #00000040;
}

.item_title{
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
}

.item_desc{
  letter-spacing: 2px;
  line-height: 25px;
}

.item.landing_item:hover>.landing_corner >.img_container {
  /* background-image: url('https://www.pontoglio.it/images/landing_images/Pontoglio-Living-7nkym0btIVV7wXu.jpeg') !important; */
  transition: all ease 1s;
}

.item.landing_item:hover .main_content{
  display: none;
}

.item.landing_item:hover .hover_content{
  display: block !important;
}

.call_title{
  letter-spacing: 2px;
  font-weight: 600;
}

.hover_content{
  display: none;
}
.landing_description{
  font-size: 1.5rem;
}
/* transition: all ease 0.5s; */


#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 12px;
  background-color: #fff;
}

#toTopBtn:hover{
  color: #000 !important;
}

.btn_description{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.title_order_t{
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.text_detail_order{
  font-size: 1.2rem;
}

.hr_w{
  width: 50%;
}

.fs_text_order{
  font-size: 1.4rem;
}