.nav-sections {
  margin-bottom: 0 !important;
}
.page-products .products-grid .product-items.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -20px; }
  .page-products .products-grid .product-items.flex-grid .product-item {
    margin: 0 0 20px;
    padding-left: 20px;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .page-products .products-grid .product-items.flex-grid .product-item {
        width: 33.33333333%; } }
    @media only screen and (max-width: 480px) {
      .page-products .products-grid .product-items.flex-grid .product-item {
        width: 100%; } }
  .page-products .products-grid .product-items.flex-grid .product {
    background: #F5F5F5;
    height: 100%; }
    .page-products .products-grid .product-items.flex-grid .product .inner {
      padding: 15px;
      position: relative; }
      .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .product-item-name {
        margin: 15px 0 0;
        font-size: 1.3em;
        -webkit-transition: 0.1s margin ease;
        transition: 0.1s margin ease; }
        @media only screen and (max-width: 1024px) {
          .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .product-item-name {
            margin: 0; } }
        .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .product-item-name .product-item-link {
          text-decoration: none; }
      .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model {
        overflow: hidden;
        text-decoration: none;
        display: inline-block;
        text-align: left;
        width: 100%; }
        .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model .product-item-link {
          -webkit-transition: 0.2s -webkit-transform ease;
          transition: 0.2s -webkit-transform ease;
          transition: 0.2s transform ease;
          transition: 0.2s transform ease, 0.2s -webkit-transform ease;
          color: #000000;
          -webkit-transform: translateY(2em);
                  transform: translateY(2em);
          display: inline-block; }
          .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model .product-item-link img {
            -webkit-transform: rotate(90deg) translate(-25%, 0);
                    transform: rotate(90deg) translate(-25%, 0);
            margin-left: 10px; }
        @media only screen and (max-width: 1024px) {
          .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model {
            display: none; } }
      .page-products .products-grid .product-items.flex-grid .product .inner .product-hover-border {
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #E1111C;
        position: absolute;
        -webkit-transition: 0.05s height ease;
        transition: 0.05s height ease; }
        @media only screen and (max-width: 1024px) {
          .page-products .products-grid .product-items.flex-grid .product .inner .product-hover-border {
            display: none; } }
    .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-item-details .product-item-name {
      margin: 0 0 15px; }
      @media only screen and (max-width: 1024px) {
        .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-item-details .product-item-name {
          margin: 0; } }
    .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-item-details .view-product-model .product-item-link {
      -webkit-transform: translateY(0em);
              transform: translateY(0em); }
    .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-hover-border {
      height: 2px; }
    .page-products .products-grid .product-items.flex-grid .product .open-product-modal {
      padding: 5px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 5;
      pointer-events: all;
      cursor: pointer; }
      .page-products .products-grid .product-items.flex-grid .product .open-product-modal p {
        float: left;
        display: inline-block;
        margin-right: 10px;
        line-height: 30px; }
      .page-products .products-grid .product-items.flex-grid .product .open-product-modal .open-product-modal-icon {
        display: inline-block; }
        .page-products .products-grid .product-items.flex-grid .product .open-product-modal .open-product-modal-icon img {
          height: 100%;
          -webkit-transition: 0.1s -webkit-transform ease;
          transition: 0.1s -webkit-transform ease;
          transition: 0.1s transform ease;
          transition: 0.1s transform ease, 0.1s -webkit-transform ease; }
      .page-products .products-grid .product-items.flex-grid .product .open-product-modal:hover .open-product-modal-icon img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
  .page-products .products-grid .product-items.flex-grid .product-image-container {
    width: 100% !important;
    position: relative; }
    .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      height: 100%;
      pointer-events: none;
      width: 100%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line {
        display: inline-block;
        position: absolute;
        border: 1px dashed #E1111C;
        -webkit-transform: translateX(-1px);
                transform: translateX(-1px); }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.small-vertical-unit-t {
          height: 5%;
          top: 15%;
          left: 50%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.large-vertical-unit-t {
          height: 55%;
          top: 15%;
          right: 15%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-t {
          width: 34%;
          top: 15%;
          left: 50%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.vertical-unit-d-1 {
          height: 45%;
          top: 27%;
          right: 15%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-d-1 {
          width: 24%;
          top: 27%;
          left: 60%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.vertical-unit-d-2 {
          height: 45%;
          top: 27%;
          right: 15%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-d-2 {
          width: 22%;
          top: 27%;
          left: 62%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.vertical-unit-d-3 {
          height: 45%;
          top: 30%;
          right: 15%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-d-3 {
          width: 14%;
          top: 30%;
          left: 70%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.vertical-unit-d-4 {
          height: 45%;
          top: 25%;
          right: 15%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-d-4 {
          width: 14%;
          top: 25%;
          left: 70%; }
          .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-d-4.unit-d-4-300 {
            left: 60%;
            width: 24%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.small-vertical-unit-d-be {
          height: 5%;
          top: 30%;
          left: 40%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.large-vertical-unit-d-be {
          height: 40%;
          top: 30%;
          right: 15%; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .pointer-lines-wrapper .pointer-line.horizontal-unit-d-be {
          width: 44%;
          top: 30%;
          left: 40%; }
    .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer {
      position: absolute;
      top: 20%;
      left: 50%;
      z-index: 5; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer.unit-d-1 {
        top: 27%;
        left: 60%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer.unit-d-2 {
        top: 27%;
        left: 62%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer.unit-d-3 {
        top: 30%;
        left: 70%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer.unit-d-4 {
        top: 25%;
        left: 70%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer.unit-d-4-300 {
        left: 60%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer.unit-d-be {
        top: 35%;
        left: 40%; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer img {
        -webkit-transform: translate(-50%, -60%);
                transform: translate(-50%, -60%); }
        .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-pointer img.red-arrow-rotate {
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                  transform: translate(-50%, -50%) rotate(-90deg); }
    .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-wrapper {
      display: inline-block;
      z-index: 6;
      background: #FFFFFF;
      color: #000000;
      position: absolute;
      top: 70%;
      right: 10%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50%;
      max-width: 160px;
      padding: 5px;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      font-weight: 400;
      font-size: 12px; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-wrapper .ventilator-name {
        background: #EEEEEE;
        padding: 5px; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-wrapper .ventilator-info {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .page-products .products-grid .product-items.flex-grid .product-image-container .ventilator-label-wrapper .ventilator-info img {
          width: 40%; }
  .page-products .products-grid .product-items.flex-grid .product-image-wrapper {
    padding-bottom: calc(100% + 15px); }
    .page-products .products-grid .product-items.flex-grid .product-image-wrapper .product-image-photo {
      margin: 0;
      width: 100%; }

.toolbar {
  text-align: left;
  height: 60px; }
  .toolbar h3 {
    float: left;
    line-height: 60px;
    font-weight: bold;
    font-size: 1.2em; }
  .toolbar #search_product {
    width: 33%;
    float: right;
    height: 60px;
    border-radius: 5px;
    background-image: url("../images/search-product-icon.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-transition: background-image 0.2s ease;
    transition: background-image 0.2s ease; }
    .toolbar #search_product:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px #000000 solid;
      background-image: none; }
  @media only screen and (max-width: 768px) {
    .toolbar {
      margin-bottom: 100px; }
      .toolbar h3:after {
        content: "";
        display: table;
        clear: both; }
      .toolbar #search_product {
        width: 100%; } }

.which-product-header {
  padding: 50px 0;
  width: 100%;
  background: #F5F5F5;
  margin-bottom: 50px; }
  .which-product-header h3 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: bold; }
  .which-product-header .description-selector-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4em; }

    ol, ul {
  list-style: none; }

body {
  font-family: 'proxima-nova', sans-serif !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.page-layout-2columns-left .column.main {
  width: auto; }

.arrow-description {
  font-weight: bold; }
  .arrow-description img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: 10px; }

.columns {
  overflow-x: hidden; }
  .columns .display-el-large {
    display: inline-block; }
  .columns .display-el-small {
    display: none; }
  @media only screen and (max-width: 768px) {
    .columns .display-el-large {
      display: none; }
    .columns .display-el-small {
      display: inline-block; } }
