.node-type-prodotto {
  /* Navigazione */
  /* Pagina prodotto */
}
.node-type-prodotto .block-nodequeue-pager li a {
  width: 10px;
  overflow: hidden;
  text-indent: 100%;
  padding: 0;
  position: static;
}
.node-type-prodotto .block-nodequeue-pager li a.prev {
  margin-right: 16px;
}
.node-type-prodotto .node-prodotto {
  position: relative;
  background: #eff2f4;
  padding: 7.5% 7.5% 0;
}
.node-type-prodotto .group-product-images {
  float: left;
  width: 54%;
  position: relative;
}
.node-type-prodotto .prodotto-img-cover {
  display: block;
  overflow: hidden;
}
.node-type-prodotto .prodotto-img-cover img {
  width: 100%;
}
.node-type-prodotto .product-thumb-wrapper a {
  float: left;
  width: 22.75%;
  margin-right: 3%;
}
.node-type-prodotto .product-thumb-wrapper a:last-of-type {
  margin-right: 0;
}
.node-type-prodotto .collection-romanza .product-thumb-wrapper img {
  margin-top: -15%;
  margin-left: -15%;
  max-width: 130%;
  margin-bottom: -15%;
}
.node-type-prodotto .prodotto-img-big-wrapper {
  opacity: 0;
  display: none;
  background-color: #eff2f4;
  cursor: pointer;
}
.node-type-prodotto .active > .prodotto-img-big-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.node-type-prodotto .prodotto-img-big-wrapper img {
  width: 100%;
}
.node-type-prodotto .collection-romanza .prodotto-img-cover img {
  min-width: 130%;
  margin: -15% 0 -15% -15%;
}
.node-type-prodotto .collection-romanza .prodotto-img-big-wrapper img {
  min-width: 130%;
  margin: -20% 0 -35% -15%;
}
.node-type-prodotto .node-prodotto.view-mode-full.active {
  padding: 0;
}
.node-type-prodotto .node-prodotto.active .group-product-images, .node-type-prodotto .node-prodotto.active .group-product-details {
  display: none;
}
.node-type-prodotto .group-product-details {
  float: right;
  width: 36.8%;
  text-align: center;
  font-family: "Nobel", sans-serif;
  font-size: 16px;
  margin-top: 2.5em;
  line-height: 1.333em;
}
.node-type-prodotto .group-product-details .variant .active {
  cursor: default;
}
.node-type-prodotto .group-product-details > .variant:last-of-type {
  margin-bottom: 2em;
}
.node-type-prodotto .product-title,
.node-type-prodotto .product-subitle {
  font-family: "buccellatiregular";
  font-size: 45px;
  line-height: 1.333em;
}
.node-type-prodotto .product-subitle {
  font-size: 30px;
}
.node-type-prodotto .field-name-body {
  margin: 3em 0 2em;
}
.node-type-prodotto .field-name-field-size,
.node-type-prodotto .field-name-field-product-materials,
.node-type-prodotto .product-ask-us {
  font-family: "Nobel", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.node-type-prodotto .field-name-field-product-materials {
  margin-top: 3em;
  margin-bottom: 1em;
}
.node-type-prodotto .field-name-field-size {
  margin-bottom: 3em;
}
.node-type-prodotto .product-ask-us {
  margin-bottom: 2em;
  background-color: #dcdcdc;
  display: inline-block;
  padding: 1em 1.5em;
  margin-top: 25px;
}
.node-type-prodotto .fullview-image-big-handler:before,
.node-type-prodotto .product-print:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.node-type-prodotto .fullview-image-big-handler:before {
  width: 11px;
  height: 10px;
  background: transparent url(../images/search@2x.png) 0 0/100% no-repeat;
}
.node-type-prodotto .fullview-image-big-handler,
.node-type-prodotto .product-print {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 150px;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-indent: 8px;
  padding-bottom: 9px;
}
.node-type-prodotto .product-print {
  padding-top: 9px;
}
.node-type-prodotto .product-print:before {
  width: 18px;
  height: 16px;
  top: 3px;
  background: transparent url(../images/print.png) 0 0/100% no-repeat;
}

/* Prodotti correlati */
.node-type-prodotto .product-related {
  clear: both;
  padding-top: 80px;
}

.product-related-tabs {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.product-related-tab {
  display: inline-block;
  color: #999999;
  background-color: #eff2f4;
  line-height: 1em;
  position: relative;
  top: .5em;
  z-index: 1;
}

.product-related-tab.open {
  color: #000;
}

.product-related-tab:first-child {
  padding-left: 2em;
}

.product-related-tab:last-child {
  padding-right: 2em;
}

.product-related-tab:after {
  content: " / ";
  color: #000;
  margin: 0 1ex;
}

.product-related-tab:last-child:after {
  content: "";
  margin: 0;
}

.product-related-pane .view-header {
  display: none;
}

/* Price */
.field-name-commerce-price .info {
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0;
  letter-spacing: 1px;
}

.field-name-commerce-price .hide-price {
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}

.field-name-commerce-price .show-price {
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}

/* Tablet + small screen */
@media only screen and (max-width: 1024px) {
  .node-type-prodotto h1.page-header {
    visibility: hidden;
  }
}
/* Tablet */
@media only screen and (min-width: 569px) and (max-width: 960px) {
  .node-type-prodotto .group-product-details {
    font-size: 13px;
    line-height: 16px;
  }
  .node-type-prodotto .product-title,
  .node-type-prodotto .product-subitle {
    font-size: 32px;
    line-height: 36px;
  }
}
/* Small screen */
@media only screen and (max-width: 568px) {
  .node-type-prodotto .node-prodotto {
    padding: 10% 0;
  }
  .node-type-prodotto .group-product-images,
  .node-type-prodotto .group-product-details {
    float: none;
    width: 100%;
  }
  .node-type-prodotto .group-product-details {
    /* Override del posizionamento dinamico via js */
    margin-top: 1em !important;
  }
  .node-type-prodotto h2.product-title {
    display: none;
  }
  .node-type-prodotto .main-container h3 {
    font-size: 1.5em;
  }
  .node-type-prodotto .field-name-body {
    font-size: 14px;
    margin: 25px;
    line-height: 18px;
  }
  .node-type-prodotto .field-name-field-product-materials,
  .node-type-prodotto .field-name-field-size {
    font-size: 10px;
    margin: 25px 25px 0;
  }
}
