@charset "UTF-8";
.path-node .region--content-top {
  position: relative;
}

.path-node .region--content-top::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  height: 420px;
  border-radius: 1px;
  z-index: -1;
  background-color: #F7F7F7;
}

.path-node .region--content-top .region__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.path-node .region--content-top .region__inner .block--page-title-block {
  margin-bottom: 22px;
}

@media all and (min-width: 768px) {
  .path-node .region--content-top .region__inner .block--page-title-block {
    width: 32%;
    margin-right: 8%;
    margin-bottom: 35px;
    flex-grow: 1;
  }
}

.path-node .region--content-top .region__inner .block--page-title-block h4 {
  font-weight: 400;
  margin-bottom: 0;
}

.path-node .region--content-top .region__inner .block--views-blockproduct-sidebar-block-1 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .path-node .region--content-top .region__inner .block--views-blockproduct-sidebar-block-1 {
    width: 60%;
    margin-left: auto;
  }
}

@media all and (max-width: 449px) {
  .path-node .region--content-top .region__inner .block--views-blockproduct-sidebar-block-1 a {
    justify-content: center;
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.node--product--full .recommended_acc {
  position: relative;
  padding: 35px 0 70px;
  margin-bottom: -40px;
}

@media all and (min-width: 768px) {
  .node--product--full .recommended_acc {
    padding: 35px 0 100px;
    margin-bottom: -60px;
  }
}

.node--product--full .recommended_acc .acc_title {
  margin-bottom: 35px;
  display: block;
  font-weight: 400;
  font-size: 20px;
}

.node--product--full .recommended_acc::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: -1;
  background-color: #F7F7F7;
}

.node--product--full .recommended_acc summary {
  display: none;
}

.node--product--full .recommended_acc details {
  border: 0;
  margin: 0;
}

.node--product--full .recommended_acc .details-wrapper {
  padding: 0;
}

@media all and (max-width: 499px) {
  .node--product--full .recommended_acc .field__item:last-child {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .node--product--full .app-wrapper .details-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .node--product--full .app-wrapper .details-wrapper .field--name-field-manifold-app-title {
    width: 100%;
  }
  .node--product--full .app-wrapper .details-wrapper .app-left {
    width: 45%;
    margin: 0 5% 0 0;
  }
  .node--product--full .app-wrapper .details-wrapper .app-right {
    width: 50%;
  }
}

.node--product--full .app-wrapper .details-wrapper .store-link {
  display: inline-block;
  width: 150px;
  margin-right: 15px;
}

.node--product--full .app-wrapper .details-wrapper .store-link + .store-link {
  margin-top: 15px;
}

@media all and (min-width: 788px) {
  .node--product--full .app-wrapper .details-wrapper .store-link + .store-link {
    margin-top: 0;
  }
}

.node--product--full .app-wrapper .details-wrapper .app-left {
  margin-bottom: 25px;
}

.node--product--full .app-wrapper .details-wrapper .app-left .field--name-field-manifold-app-image {
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .node--product--full .app-wrapper .details-wrapper .app-left .field--name-field-manifold-app-image {
    margin-bottom: 25px;
  }
}

.node--product--full .app-wrapper .details-wrapper .app-left .field--name-field-manifold-app-image img {
  width: 100%;
}

.node--product--full .app-wrapper .details-wrapper .field--name-field-manifold-app-title {
  font-family: "Roboto Condensed", Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.16em;
}

.node--product--full .software--product-software {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.node--product--full .software--product-software > * {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
}

.node--product--full .software--product-software > *:first-child {
  padding-left: 0;
}

.node--product--full .software--product-software .field--name-field-sw-type svg,
.node--product--full .software--product-software .store-link svg {
  width: 16px;
}

.node--product--full .software--product-software .field--name-field-sw-type span,
.node--product--full .software--product-software .store-link span {
  margin-right: 15px;
}

.node--product--full .software--product-software .field--name-field-sw-type img,
.node--product--full .software--product-software .store-link img {
  max-width: 120px;
}

.node--product--full .field--name-field-sw-operating-systems {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: .875rem;
}

.node--product--full .field--name-field-sw-operating-systems .field__label {
  display: inline-block;
  font-weight: 300;
}

.node--product--full .field--name-field-sw-operating-systems + .field {
  clear: both;
}

.node--product--full .field--name-field-sw-operating-systems .field__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 400;
}

.node--product--full .field--name-field-sw-operating-systems .field__items .field__item:nth-last-child(n+2)::after {
  content: ',';
}

.node--product--full .reference + .field--name-field-sw-operating-systems {
  margin-top: -20px;
}

.node--product--full .content--wrapper-product {
  margin-bottom: 34px;
}

@media all and (min-width: 768px) {
  .node--product--full .content--wrapper-product {
    margin-bottom: 64px;
  }
}

.node--product--full .content--wrapper-product .product-col-left,
.node--product--full .content--wrapper-product .product-col-right {
  margin-bottom: 1.12em;
  width: 100%;
  overflow: hidden;
}

.node--product--full .content--wrapper-product .product-col-left .field--name-field-main-image {
  margin-bottom: 10px;
}

.node--product--full .content--wrapper-product .product-col-left .field--type-image a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.node--product--full .content--wrapper-product .product-col-left .field--type-image img {
  background: #FFF;
  border: 1px solid #E4E4E4;
  width: 100%;
}

.node--product--full .content--wrapper-product .product-col-left .field--type-image .field__item {
  max-width: 21.5%;
  margin: 0 3.5% 10px 0;
  float: left;
}

.node--product--full #edit-group-product-info > .details-wrapper > div.property-table:last-child, .node--product--full #edit-group-product-info > .details-wrapper > div.property-table:nth-child(2) {
  padding-bottom: 0;
}

.node--product--full #edit-group-product-info > .details-wrapper > div.property-table:last-child:after, .node--product--full #edit-group-product-info > .details-wrapper > div.property-table:nth-child(2):after {
  content: '';
  background: none;
  height: 0;
}

.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(2) .property-table__column,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(2) .property-table__column__header,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(2) .property-table__column__value, .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(3) .property-table__column,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(3) .property-table__column__header,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(3) .property-table__column__value, .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(4) .property-table__column,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(4) .property-table__column__header,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(4) .property-table__column__value, .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(5) .property-table__column,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(5) .property-table__column__header,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(5) .property-table__column__value, .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(6) .property-table__column,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(6) .property-table__column__header,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(6) .property-table__column__value, .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(7) .property-table__column,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(7) .property-table__column__header,
.node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(7) .property-table__column__value {
  font-size: 0.875rem;
}

.node--product--full #edit-group-product-info > .details-wrapper > div .property-table__column.field_pump_rohs_weee_directives,
.node--product--full #edit-group-product-info > .details-wrapper > div .property-table__column.field_pump_safety_standards_405 {
  border-left: 0;
}

@media (min-width: 768px) {
  .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(1), .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(2) {
    width: 63%;
    margin-right: 5%;
    float: left;
  }
  .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(3), .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(4), .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(5), .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(6), .node--product--full #edit-group-product-info > .details-wrapper > div:nth-child(7) {
    width: 32%;
    float: none;
    clear: right;
  }
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div,
.node--product--full #edit-group-technical-details > .details-wrapper > div {
  position: relative;
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(3) .property-table__column,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(3) .property-table__column__header,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(3) .property-table__column__value, .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(4) .property-table__column,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(4) .property-table__column__header,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(4) .property-table__column__value, .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(5) .property-table__column,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(5) .property-table__column__header,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(5) .property-table__column__value, .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(6) .property-table__column,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(6) .property-table__column__header,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(6) .property-table__column__value, .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(7) .property-table__column,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(7) .property-table__column__header,
.node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(7) .property-table__column__value,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(3) .property-table__column,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(3) .property-table__column__header,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(3) .property-table__column__value,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(4) .property-table__column,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(4) .property-table__column__header,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(4) .property-table__column__value,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(5) .property-table__column,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(5) .property-table__column__header,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(5) .property-table__column__value,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(6) .property-table__column,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(6) .property-table__column__header,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(6) .property-table__column__value,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(7) .property-table__column,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(7) .property-table__column__header,
.node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(7) .property-table__column__value {
  font-size: 0.875rem;
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div.property-table:after,
.node--product--full #edit-group-technical-details > .details-wrapper > div.property-table:after {
  content: "";
  height: 20px;
  width: 100%;
  background-size: 660px;
  display: block;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div.field > .property-table,
.node--product--full #edit-group-technical-details > .details-wrapper > div.field > .property-table {
  position: relative;
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div.field > .property-table:after,
.node--product--full #edit-group-technical-details > .details-wrapper > div.field > .property-table:after {
  content: "";
  height: 20px;
  width: 100%;
  background-size: 660px;
  display: block;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div.property-table:last-child, .node--product--full #edit-group-technical-datasheet > .details-wrapper > div.property-table:nth-child(2),
.node--product--full #edit-group-technical-details > .details-wrapper > div.property-table:last-child,
.node--product--full #edit-group-technical-details > .details-wrapper > div.property-table:nth-child(2) {
  padding-bottom: 0;
}

.node--product--full #edit-group-technical-datasheet > .details-wrapper > div.property-table:last-child:after, .node--product--full #edit-group-technical-datasheet > .details-wrapper > div.property-table:nth-child(2):after,
.node--product--full #edit-group-technical-details > .details-wrapper > div.property-table:last-child:after,
.node--product--full #edit-group-technical-details > .details-wrapper > div.property-table:nth-child(2):after {
  content: '';
  background: none;
  height: 0;
}

@media (min-width: 768px) {
  .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(1), .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(2),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(1),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(2) {
    width: 66%;
    margin-right: 4%;
    float: left;
  }
  .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(3), .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(4), .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(5), .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(6),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(3),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(4),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(5),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(6) {
    width: 30%;
    float: none;
    clear: right;
  }
  .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(5), .node--product--full #edit-group-technical-datasheet > .details-wrapper > div:nth-child(6),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(5),
  .node--product--full #edit-group-technical-details > .details-wrapper > div:nth-child(6) {
    float: right;
  }
}

@media (min-width: 768px) {
  .node--product--full .content--wrapper-ia,
  .node--product--full .content--wrapper-product,
  .node--product--full .content--wrapper-software {
    display: flex;
  }
  .node--product--full .content--wrapper-ia .product-col-left,
  .node--product--full .content--wrapper-product .product-col-left,
  .node--product--full .content--wrapper-software .product-col-left {
    width: 32%;
    margin-right: 8%;
    margin-bottom: 1.12em;
  }
  .node--product--full .content--wrapper-ia .product-col-right,
  .node--product--full .content--wrapper-product .product-col-right,
  .node--product--full .content--wrapper-software .product-col-right {
    width: 60%;
    margin-bottom: 0;
  }
}

.node--product--full .gray-zone-wrapper {
  margin-top: 13px;
}

@media all and (min-width: 768px) {
  .node--product--full .gray-zone-wrapper {
    min-height: 210px;
  }
}

.node--product--full .reference-availibality {
  display: flex;
  flex-wrap: wrap;
}

.node--product--full .availibality,
.node--product--full .reference {
  margin-bottom: 20px;
}

.node--product--full .availibality span,
.node--product--full .reference span {
  font-size: 0.875rem;
  display: inline-block;
}

.node--product--full .availibality span.availibality__text, .node--product--full .availibality span.reference__text,
.node--product--full .reference span.availibality__text,
.node--product--full .reference span.reference__text {
  font-weight: 400;
}

.node--product--full .availibality span.availibality__text .field__item,
.node--product--full .reference span.availibality__text .field__item {
  position: relative;
}

.node--product--full .availibality span.availibality__text .field__item:not(:first-child),
.node--product--full .reference span.availibality__text .field__item:not(:first-child) {
  margin-left: 5px;
}

.node--product--full .availibality span.availibality__text .field__item:not(:first-child)::before,
.node--product--full .reference span.availibality__text .field__item:not(:first-child)::before {
  content: ",";
  position: absolute;
  left: -8px;
}

.node--product--full .availibality span.availibality__text .field--name-field-available-in .field__item,
.node--product--full .reference span.availibality__text .field--name-field-available-in .field__item {
  display: inline-block;
}

.node--product--full .availibality {
  order: 2;
}

.node--product--full .availibality + .reference {
  margin-right: 15px;
}

.node--product--full .availibality + .reference::after {
  content: 'l';
  font-size: 14px;
  padding-left: 11px;
}

.node--product--full .field--name-field-description,
.node--product--full .field--name-field-ia-description,
.node--product--full .field--name-field-sw-description {
  margin-bottom: 25px;
}

@media all and (min-width: 768px) {
  .node--product--full .field--name-field-description,
  .node--product--full .field--name-field-ia-description,
  .node--product--full .field--name-field-sw-description {
    margin-bottom: 35px;
  }
}

.node--product--full .product__files {
  width: 100%;
  display: inline-block;
}

@media all and (max-width: 449px) {
  .node--product--full .product__files a {
    justify-content: center;
    width: 100%;
    margin: 0 0 25px;
    float: none;
  }
  .node--product--full .product__files a:last-child {
    margin-bottom: 0;
  }
}

.node--product--full .product__benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 24px -5% 0 0;
  width: 100%;
}

@media all and (min-width: 450px) {
  .node--product--full .product__benefits {
    margin: 14px -5% 0 0;
  }
}

@media all and (min-width: 768px) {
  .node--product--full .product__benefits {
    margin: 24px -5% 0 0;
  }
}

.node--product--full .product__benefit {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 6px 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

@media all and (min-width: 650px) {
  .node--product--full .product__benefit {
    flex: 0 1 45%;
    margin-right: 5%;
    padding: 4px 0;
  }
}

.node--product--full .product__benefit .text {
  font-size: 16px;
  width: calc(100% - 74px);
  margin-left: 12px;
}

.node--product--full .product__benefit svg {
  width: 40px;
  height: 40px;
}

.node--product--full .field--name-field-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.node--product--full .field--name-field-services > .field__item {
  flex: 0 1 48%;
  margin-bottom: 20px;
}

.node--product--full .field--name-field-options,
.node--product--full .field--name-field-probes,
.node--product--full .field--name-field-pump-accessories,
.node--product--full .field--name-field-software-app,
.node--product--full .field--name-field-instrument-accessories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media all and (min-width: 500px) {
  .node--product--full .field--name-field-options,
  .node--product--full .field--name-field-probes,
  .node--product--full .field--name-field-pump-accessories,
  .node--product--full .field--name-field-software-app,
  .node--product--full .field--name-field-instrument-accessories {
    margin-right: -3%;
  }
}

.node--product--full .field--name-field-options > .field__item,
.node--product--full .field--name-field-probes > .field__item,
.node--product--full .field--name-field-pump-accessories > .field__item,
.node--product--full .field--name-field-software-app > .field__item,
.node--product--full .field--name-field-instrument-accessories > .field__item {
  width: 100%;
  margin: 0 0 20px 0;
}

@media all and (min-width: 500px) {
  .node--product--full .field--name-field-options > .field__item,
  .node--product--full .field--name-field-probes > .field__item,
  .node--product--full .field--name-field-pump-accessories > .field__item,
  .node--product--full .field--name-field-software-app > .field__item,
  .node--product--full .field--name-field-instrument-accessories > .field__item {
    width: 47%;
    margin: 0 3% 20px 0;
  }
}

@media all and (min-width: 992px) {
  .node--product--full .field--name-field-options > .field__item,
  .node--product--full .field--name-field-probes > .field__item,
  .node--product--full .field--name-field-pump-accessories > .field__item,
  .node--product--full .field--name-field-software-app > .field__item,
  .node--product--full .field--name-field-instrument-accessories > .field__item {
    width: 30.333%;
  }
}

.node--product--full .cpra-tabs {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .node--product--full .cpra-tabs {
    margin-top: 35px;
  }
}

.node--product--full .field--name-field-manifold-kit-content .field__item,
.node--product--full .field--name-field-bsc-kit-content .field__item,
.node--product--full .field--name-field-crpa-kit-content .field__item,
.node--product--full .field--name-field-lda-kit-content .field__item,
.node--product--full .field--name-field-pump-kit-content .field__item,
.node--product--full .field--name-field-kit-content .field__item {
  margin-left: 20px;
  padding-left: 25px;
  position: relative;
}

.node--product--full .field--name-field-manifold-kit-content .field__item::before,
.node--product--full .field--name-field-bsc-kit-content .field__item::before,
.node--product--full .field--name-field-crpa-kit-content .field__item::before,
.node--product--full .field--name-field-lda-kit-content .field__item::before,
.node--product--full .field--name-field-pump-kit-content .field__item::before,
.node--product--full .field--name-field-kit-content .field__item::before {
  content: "•";
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

.node--product--full .details-wrapper h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
}

.node--product--full .details-wrapper > div:first-child {
  margin-bottom: 20px;
}

.node--product--full .details-wrapper > div:last-child .divider-wrapper {
  display: none;
}

.node--product--full .details-wrapper .wrapper-field-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.node--product--full .details-wrapper .wrapper-field-group .btn {
  float: none;
}

.node--product--full .details-wrapper .wrapper-field-group .btn svg path {
  fill: #FFF;
  stroke: #FFF;
}

.node--product--full .details-wrapper .wrapper-field-group .btn:hover svg path {
  fill: #e30613;
  stroke: #e30613;
}

.node--product--full .details-wrapper .wrapper-field-group:after {
  content: "";
  height: 20px;
  width: 100%;
  background-size: auto;
  display: block;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.node--product--full .details-wrapper .wrapper-field-group .brochure--file {
  padding-top: 0;
  padding-bottom: 0;
}

.node--product--full .details-wrapper .wrapper-field-group .field--name-field-probe-brochure {
  padding: 0 20px 10px 0;
}

.node--product--full .details-wrapper .wrapper-field-group .field--name-field-probe-brochure a {
  margin-bottom: 0;
  padding: 10px 20px;
}

.node--product--full .details-wrapper .wrapper-field-group > * {
  display: block;
  padding: 10px 20px;
}

.node--product--full .details-wrapper .wrapper-field-group .btn {
  display: flex;
  align-items: center;
}

.node--product--full .details-wrapper .wrapper-field-group .btn svg {
  max-width: 16px;
}

.node--product--full .details-wrapper .wrapper-field-group .btn span {
  margin-left: 10px;
}

.node--product--full .details-wrapper .field--name-field-faqs {
  margin-bottom: 50px;
}

.node--product--full .details-wrapper .field--name-field-faqs > * {
  display: flex;
  align-items: center;
}

.node--product--full .details-wrapper .field--name-field-faqs > *:nth-child(2n+2) {
  background-color: #F7F7F7;
}

.node--product--full #edit-group-compliance .details-wrapper .btn:last-child {
  margin-right: 20px;
}

#edit-group-faq {
  clear: both;
}

.node--product--product-sidebar .product__cta__float {
  display: inline-block;
  width: 100%;
  z-index: 100;
}

.node--product--product-sidebar .product__cta__float a {
  margin-bottom: 20px;
  padding: 13px 34px 13px 17px;
  font-size: 17px;
  font-weight: 300;
  width: auto !important;
  transition: all 150ms ease;
  position: fixed;
  right: 105px;
  opacity: 1;
  bottom: 5px;
}

@media all and (min-width: 768px) {
  .node--product--product-sidebar .product__cta__float a {
    right: 175px;
    bottom: 25px;
  }
}

.node--product--product-sidebar .product__cta__float a svg {
  height: 26px;
  width: auto;
}

.node--product--product-sidebar .field--name-field-main-image {
  margin-bottom: 10px;
}

.node--product--product-sidebar .field--type-image a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.node--product--product-sidebar .field--type-image img {
  border: 1px solid #E4E4E4;
  width: 100%;
}

.node--product--product-sidebar .field--type-image .field__item {
  max-width: 21.5%;
  margin: 0 3.5% 10px 0;
  float: left;
}

.node--product--search-result-teaser {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 18px 0;
}

.node--product--search-result-teaser a:hover {
  color: #262626;
}

.node--product--search-result-teaser .node--product--search-result-teaser--wrapper {
  width: 100%;
  float: left;
}

.node--product--search-result-teaser:first-child {
  padding-top: 0;
}

.node--product--search-result-teaser:not(:last-child) {
  border-bottom: 1px solid #dedfdf;
}

.node--product--search-result-teaser .image {
  width: 23%;
  margin-left: 20px;
  float: right;
  display: flex;
  justify-content: center;
}

.node--product--search-result-teaser .image img {
  width: 100%;
}

.node--product--search-result-teaser .text {
  width: calc(77% - 20px);
  float: left;
}

.node--product--search-result-teaser h3 {
  font-family: "Roboto Condensed", Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 1.12em;
  line-height: 1.31em;
  color: #000;
  margin-bottom: 0;
}

.node--product--search-result-teaser h4 {
  font-family: "Roboto Condensed", Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 1.12em;
  line-height: 1.31em;
  margin-bottom: 0;
}

.node--product--search-result-teaser h4:empty {
  display: none;
}

.node--product--search-result-teaser .reference {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 0.75em;
}

.node--product--search-result-teaser .reference + .btn.btn--default {
  margin-top: 12px;
}

.node--product--search-result-teaser .reference__label {
  float: left;
  margin-right: 4px;
}

.node--product--search-result-teaser .reference__text {
  font-weight: 700;
}

.node--product--search-result-teaser .field--name-field-description,
.node--product--search-result-teaser .field--name-field-ia-description,
.node--product--search-result-teaser .field--name-field-sw-description {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  float: left;
}

.node--product--search-result-teaser .btn {
  margin-bottom: 0;
}

.node--product--quotation-list .left {
  width: 65px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}

.node--product--quotation-list .right {
  float: left;
  display: inline-block;
  width: calc(100% - 65px - 16px);
}

.node--product--quotation-list h3 {
  font-size: 1.12em;
  font-weight: 400;
}

#edit-group-supplied-with .property-table > h4 {
  display: none;
}

#edit-group-supplied-with .property-table .list {
  margin-top: 0;
  padding-left: 0;
}

#edit-group-supplied-with .property-table .list li {
  padding: 10px 20px;
  display: block;
  width: 100%;
}

#edit-group-supplied-with .property-table .list li:nth-child(2n+2) {
  background-color: #F7F7F7;
}

.path-node.page-node-type-instruments-accessory .region--content-top .region__inner .block--page-title-block,
.path-node.page-node-type-software .region--content-top .region__inner .block--page-title-block {
  width: 100%;
  margin-right: 0;
}

.path-node.page-node-type-instruments-accessory .region--content-top .region__inner .block--views-blockproduct-sidebar-block-1,
.path-node.page-node-type-software .region--content-top .region__inner .block--views-blockproduct-sidebar-block-1 {
  display: none;
}

.content--wrapper-ia .product-col-left,
.content--wrapper-product .product-col-left,
.content--wrapper-software .product-col-left,
.node--product--product-overview--wrapper {
  position: relative;
  overflow: hidden;
}

.content--wrapper-ia .product-col-left .sticker,
.content--wrapper-product .product-col-left .sticker,
.content--wrapper-software .product-col-left .sticker,
.node--product--product-overview--wrapper .sticker {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.content--wrapper-ia .product-col-left .sticker.relative,
.content--wrapper-product .product-col-left .sticker.relative,
.content--wrapper-software .product-col-left .sticker.relative,
.node--product--product-overview--wrapper .sticker.relative {
  display: none;
}

/*# sourceMappingURL=maps/node--product.css.map */
