/* GRADIENT LISTS
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* FONT ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* DETAIL --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.cont {
  overflow-y: auto;
  height: calc(100vh - 420px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.in .detail-container.code-detail {
  max-width: calc(100% - 40px);
  max-width: 1000px;
}
.in .detail-container.code-detail .intro {
  max-width: 1000px;
  margin: 0 auto;
}

.detail-container {
  background: #fff;
  padding: 15px;
}
.detail-container table {
  table-layout: auto;
}
.detail-container .btn-black {
  color: #fff;
}
.detail-container h5 {
  margin-bottom: 20px;
  font-size: 18px;
}
.detail-container .intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  align-items: center;
  position: relative;
  padding-top: 20px;
  /*.absolute {
    position: absolute;
    right: 10px;
    top: 0px;
  }*/
}
.detail-container .intro .txt {
  width: 60%;
  margin-right: 30px;
  padding-left: 15px;
  flex-grow: 2;
}
.detail-container .intro .txt p {
  color: #3F4250;
}
.detail-container .intro .actions {
  width: 100px;
  margin: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.detail-container .intro .actions .btn {
  text-transform: none;
  font-weight: 300;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.detail-container .intro .actions .btn:first-child {
  margin-bottom: 10px;
}
.detail-container .intro .actions .btn i {
  margin-right: 10px;
}
.detail-container .intro .renderContainer {
  position: relative;
  width: 280px;
  height: 280px;
  margin-left: 30px;
}
.detail-container .intro .renderContainer .renderprod {
  position: absolute;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  width: 100%;
}
.detail-container .intro .renderContainer .renderprod.visible {
  opacity: 1;
}
.detail-container .intro .rendernav {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.detail-container .intro .rendernav span {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #88171E;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  margin: 0 3px;
}
.detail-container .intro .rendernav span:hover {
  opacity: 0.6;
}
.detail-container .intro .rendernav span.active {
  background: #C20E1A;
}
.detail-container .details {
  margin-top: 20px;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
}
.detail-container .details .esploso {
  margin: 0 15px 0 0;
  position: relative;
}
.detail-container .details .esploso .gallery {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #C20E1A;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.detail-container .details .esploso .gallery:hover {
  background: #88171E;
}
.detail-container .details .codici {
  margin: 0 0 0 15px;
  width: 100%;
}
.detail-container .details.affiancate .codici {
  width: calc(100% - 450px);
}
.detail-container .esploso {
  width: 600px;
  max-width: 40%;
  width: 40%;
  max-width: 700px;
}
.detail-container .esploso img {
  width: calc(100% - 20px);
  background: #fff;
  padding: 0 10px;
}
.detail-container .codici section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.detail-container .codici section.esploso-kit {
  flex-direction: column;
  margin-bottom: 20px;
}
.detail-container .codici section.esploso-kit img {
  background: #fff;
  padding: 0 10px;
  width: calc(100% - 20px) !important;
  max-width: 1000px;
  margin: 0 auto;
}
.detail-container .codici div {
  margin: 10px;
}
.detail-container .codici div.elementi-kit {
  margin-left: 0;
  width: calc(50% - 20px);
}
.detail-container .codici div.binari {
  margin-right: 0;
  width: 50%;
  max-width: 275px;
}
.detail-container .binari ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.detail-container .binari li {
  margin: 10px;
  width: calc(25% - 20px);
  position: relative;
  min-width: 100px;
  padding-bottom: 30px;
}
.detail-container .binari li a {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #fff;
}
.detail-container .binari li a img {
  width: calc(100% - 10px);
  margin-bottom: 10px;
}
.detail-container .binari li a span {
  height: 20px;
  line-height: 20px;
  background: #252525;
  color: #fff;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  width: 100%;
  text-align: center;
}
.detail-container .binari li:hover a span {
  background: #3F4250;
}
.detail-container .binari li.double {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 40px);
  border: 2px solid #C20E1A;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.detail-container .binari li.double a {
  width: 50%;
}
.detail-container .binari li.double a:first-child {
  margin-right: 10px;
}
.detail-container .binari li.double a:last-child {
  margin-left: 10px;
}
.detail-container .binari li.double span.piu {
  font-size: 22px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #C20E1A;
}
.detail-container .title-and-nav {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 15px;
}
.detail-container .title-and-nav h4 {
  flex-grow: 2;
}

.detailTable {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  width: 360px;
}
.detailTable.ready {
  opacity: 1;
}
.detailTable img {
  width: auto;
  height: 60px;
}
.detailTable th {
  background: #252525;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.detailTable th:first-child {
  width: 140px;
}
.detailTable th:last-child {
  width: 70px;
}
.detailTable tr td, .detailTable tr:nth-child(2n) td {
  border-bottom: 1px solid #79838F;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.detailTable tr td:last-child, .detailTable tr:nth-child(2n) td:last-child {
  width: 30px;
  text-align: center;
}
.detailTable tr td:last-child a, .detailTable tr:nth-child(2n) td:last-child a {
  margin: 0 auto;
}

#info {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #252525;
  padding: 0 10px;
}

.showhide {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border 0.5s ease 0s;
  -moz-transition: border 0.5s ease 0s;
  -ms-transition: border 0.5s ease 0s;
  -o-transition: border 0.5s ease 0s;
  transition: border 0.5s ease 0s;
  background: #fff;
  border: 3px solid #E7ECEF;
  display: inline-block;
}
.showhide.selected {
  background: #C20E1A;
}

/* download */
.downloadVisible .cont, .downloadVisible .k-grid {
  /*background: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);*/
  filter: blur(4px);
}

aside.download, aside.share {
  position: absolute;
  top: 292px;
  bottom: 0;
  right: 10px;
  background: #fff;
  width: 360px;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  z-index: 2;
  pointer-events: none;
  overflow-y: auto;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
  /*select {
    opacity: 1;
    @include borderRadius(8px);
    @include gradient(top, $gradientGrigio);
    width: calc(100% - 20px);
    color: $bianco;
    padding: 20px 15px;
    border: none;
    box-shadow: none;
    margin: 5px;
  }*/
}
aside.download.visible, aside.share.visible {
  opacity: 1;
  pointer-events: auto;
}
aside.download header, aside.share header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #F4F7FB;
}
aside.download header a, aside.share header a {
  font-size: 24px;
  color: #252525;
}
aside.download .k-editor-toolbar-wrap ul li, aside.share .k-editor-toolbar-wrap ul li {
  width: auto;
  margin: 0px;
}
aside.download ul li, aside.share ul li {
  width: calc(100% - 10px);
  margin: 5px;
}
aside.download ul li a, aside.share ul li a {
  padding: 15px 65px 15px 25px;
  font-size: 14px;
  position: relative;
  width: calc(100% - 100px);
  display: block;
  background: #C20E1A;
  color: #fff;
  /*  &:hover::after {
      background-color: $nero;
    }*/
}
aside.download ul li a:after, aside.share ul li a:after {
  background-color: #88171E;
  content: url("/assets/pagination/icons/arrow-narrow-download.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  line-height: 70px;
  text-align: center;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
aside.download ul li.files3d, aside.share ul li.files3d {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  width: calc(100% - 20px);
}
aside.download ul li.files3d a, aside.share ul li.files3d a {
  width: 20px;
  background: #3F4250;
  margin: 0;
  margin-right: 5px;
}
aside.download ul li.files3d a::after, aside.share ul li.files3d a::after {
  background-color: #252525;
  content: url("/assets/pagination/icons/3dfile.svg");
}
aside.download ul li.black a, aside.share ul li.black a {
  background-color: #252525;
}
aside.download ul li.black a::after, aside.share ul li.black a::after {
  background-color: #3F4250;
}
aside.download ul li.black a:hover, aside.share ul li.black a:hover {
  background-color: #3F4250;
  /*&::after {
    background-color: $grigioscuro;
  }*/
}
aside.download h4, aside.share h4 {
  font-size: 18px;
  margin: 10px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* SHARE ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.sharedetail .download {
  top: 70px;
  right: 0;
}

.page-detail {
  height: inherit;
  overflow-y: auto;
  background: #fff;
  padding: 20px 0 30px 0;
}
.page-detail .detail-container .intro {
  width: 100%;
  max-width: 1000px;
}
.page-detail .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9EA9B2;
}
.page-detail .heading .sku-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: clamp(18px, 2vw, 30px);
}
.page-detail .heading .sku {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #252525;
  padding: 0 clamp(15px, 2vw, 22px);
  text-align: center;
  margin-left: 5px;
  font-weight: 700;
  color: #252525;
  height: 50px;
  white-space: nowrap;
}
.page-detail .heading .sku img {
  margin-right: 5px;
  height: 25px;
}
.page-detail .heading .sku.txt-white {
  color: #fff;
}
.page-detail .heading h1 {
  font-size: clamp(24px, 3vw, 32px);
}
.page-detail .heading h3 {
  font-size: clamp(21px, 2.8vw, 28px);
}
.page-detail section.flex {
  align-items: stretch;
  justify-content: flex-start;
}
.page-detail section.flex .data {
  padding: 0 20px;
  border-right: 1px solid #9EA9B2;
  white-space: nowrap;
  width: 300px;
}
.page-detail section.flex .k-grid {
  width: calc(100% - 350px);
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.page-detail .data ul {
  padding: 0;
  list-style: none;
}
.page-detail .data ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 65px;
  border-bottom: 1px dotted #D0D6DB;
}
.page-detail .data ul li img {
  width: 35px;
  margin-right: 15px;
}
.page-detail .data ul li:last-child {
  border-bottom: none;
}
.page-detail .details {
  margin-bottom: 50px;
}

aside.share {
  width: 400px;
}
aside.share form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
aside.share input {
  padding-left: 20px;
  width: calc(100% - 50px);
}
aside.share .btn {
  margin-top: 15px;
  width: calc(100% - 60px);
  text-align: center;
}
aside.share .k-textbox {
  width: 100%;
  padding: 25px;
}
aside.share table.k-editor {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D0D6DB;
  height: 160px !important;
}
aside.share table.k-editor .k-editable-area iframe.k-content {
  height: 80px;
}
aside.share table.k-editor .k-toolbar {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
aside.share p {
  margin-bottom: 0;
  margin-top: 25px;
}

@media all and (max-width: 1750px) {
  .detail-container .details, .detail-container .details.affiancate {
    flex-direction: column-reverse;
  }
  .detail-container .details .esploso, .detail-container .details .codici, .detail-container .details.affiancate .esploso, .detail-container .details.affiancate .codici {
    width: 100%;
    max-width: 100%;
  }
  .detail-container .details .esploso, .detail-container .details.affiancate .esploso {
    max-width: calc(100vh - 200px);
    margin: 0 auto;
  }
}
@media all and (max-width: 1150px) {
  .page-detail section.flex {
    flex-direction: column;
  }
  .page-detail section.flex .data {
    padding: 15px 0;
    border-right: none;
    width: 100%;
    background: #F4F7FB;
  }
  .page-detail section.flex .data ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .page-detail section.flex .data ul li {
    border-bottom: none;
    margin: 0 20px;
  }
  .page-detail section.flex .k-grid {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .page-detail .heading {
    flex-direction: column-reverse;
  }
  .sku-container {
    margin-right: 0;
    margin-top: 20px;
  }
  .page-detail section.flex .intro {
    flex-direction: column;
  }
  .page-detail section.flex .intro .txt, .page-detail section.flex .intro .renderContainer {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .page-detail section.flex .intro .renderContainer {
    height: 100vw;
  }
  .page-detail section.flex .data ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-container .codici section {
    flex-direction: column;
  }
  .detail-container .codici div.elementi-kit, .detail-container .codici div.binari {
    width: calc(100% - 30px);
  }
}

/*# sourceMappingURL=detail.css.map */
