/* Mobile landscape media query */
.product-list .intro {
  position: relative;
  margin-bottom: 24px; }
  .product-list .intro h4 {
    margin-bottom: 10px;
    color: #001480; }

.product-list .main-wrapper {
  margin-bottom: 80px; }
  @media (min-width: 1025px) and (max-width: 1366px) {
    .product-list .main-wrapper {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .product-list .main-wrapper {
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .product-list .main-wrapper {
      margin-bottom: 40px; } }

.product-list .active {
  max-height: 632rem; }

.product-list .wrapper {
  position: relative;
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px; }
  @media (max-width: 991px) {
    .product-list .wrapper {
      width: 100%;
      margin-left: 0; } }
  .product-list .wrapper.show-less .card {
    display: none; }
    .product-list .wrapper.show-less .card:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-list .wrapper.show-less .card:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-list .wrapper.show-less .card:nth-child(3) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-list .wrapper.show-less .card:nth-child(4) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-list .wrapper.show-less .card:nth-child(5) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-list .wrapper.show-less .card:nth-child(6) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .product-list .wrapper.active .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-list .wrapper .card {
    position: relative;
    width: calc(50% - 30px);
    margin: 0 15px;
    border: 1px solid #cacfd6;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 30px 32px 30px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .product-list .wrapper .card {
        width: 100%;
        margin: 0 0 20px; } }
    @media (max-width: 595px) {
      .product-list .wrapper .card {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left; } }
    .product-list .wrapper .card:hover .btn-blue {
      border-color: #0084f2;
      color: #ffffff; }
      .product-list .wrapper .card:hover .btn-blue::before {
        -webkit-transform: translateZ(0) translate(-50%, 50%) scale(1);
                transform: translateZ(0) translate(-50%, 50%) scale(1);
        background-color: #001480; }
    .product-list .wrapper .card .img-box {
      width: 15%;
      max-width: 119px;
      height: 119px;
      background: #f3f3f3 0% 0% no-repeat padding-box;
      border-radius: 2px; }
      @media (max-width: 1366px) {
        .product-list .wrapper .card .img-box {
          width: 25%; } }
      @media (max-width: 991px) {
        .product-list .wrapper .card .img-box {
          width: 15%; } }
      @media (max-width: 767px) {
        .product-list .wrapper .card .img-box {
          width: 25%; } }
      @media (max-width: 595px) {
        .product-list .wrapper .card .img-box {
          width: 100%;
          margin-bottom: 20px;
          max-width: 100%;
          max-height: 90px;
          background: transparent; } }
      .product-list .wrapper .card .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        border-radius: 2px;
        -o-object-position: left;
           object-position: left; }
    .product-list .wrapper .card .text-wrap {
      width: 60%;
      padding-left: 27px; }
      @media (max-width: 1600px) {
        .product-list .wrapper .card .text-wrap {
          width: 55%; } }
      @media (max-width: 1366px) {
        .product-list .wrapper .card .text-wrap {
          width: 75%; } }
      @media (max-width: 991px) {
        .product-list .wrapper .card .text-wrap {
          width: 55%; } }
      @media (max-width: 767px) {
        .product-list .wrapper .card .text-wrap {
          width: 75%; } }
      @media (max-width: 595px) {
        .product-list .wrapper .card .text-wrap {
          width: 100%;
          padding: 0;
          text-align: left; } }
      .product-list .wrapper .card .text-wrap h6 {
        margin-bottom: 8px;
        color: #001480;
        font-weight: 500; }
        @media (min-width: 1602px) and (max-width: 2499px) {
          .product-list .wrapper .card .text-wrap h6 {
            font-size: 25px; } }
      .product-list .wrapper .card .text-wrap p {
        color: #545859; }
    .product-list .wrapper .card .btn-wrapper {
      width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-left: 10px; }
      @media (max-width: 1600px) {
        .product-list .wrapper .card .btn-wrapper {
          width: 30%; } }
      @media (max-width: 1366px) {
        .product-list .wrapper .card .btn-wrapper {
          width: 30%;
          padding-left: 0; } }
      @media (max-width: 1366px) {
        .product-list .wrapper .card .btn-wrapper {
          width: 100%;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 0;
          margin-top: 20px; } }
      @media (max-width: 991px) {
        .product-list .wrapper .card .btn-wrapper {
          width: 30%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      @media (max-width: 767px) {
        .product-list .wrapper .card .btn-wrapper {
          width: 100%;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 0;
          margin-top: 20px; } }
      @media (max-width: 595px) {
        .product-list .wrapper .card .btn-wrapper {
          display: grid;
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left; } }
      .product-list .wrapper .card .btn-wrapper .img-wrap {
        max-width: 105px;
        margin-bottom: 21px; }
        @media (max-width: 1366px) {
          .product-list .wrapper .card .btn-wrapper .img-wrap {
            margin-bottom: 0; } }
        @media (max-width: 991px) {
          .product-list .wrapper .card .btn-wrapper .img-wrap {
            margin-bottom: 21px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .product-list .wrapper .card .btn-wrapper .img-wrap {
            margin-bottom: 0; } }
        @media (max-width: 595px) {
          .product-list .wrapper .card .btn-wrapper .img-wrap {
            width: 100%;
            margin-bottom: 21px; } }
      .product-list .wrapper .card .btn-wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      @media (max-width: 595px) {
        .product-list .wrapper .card .btn-wrapper .btn-wrap {
          width: 100%; } }
      .product-list .wrapper .card .btn-wrapper span {
        color: #001480;
        display: block;
        margin-bottom: 14px;
        font-weight: bold;
        width: 100%;
        text-align: right; }
        @media (max-width: 1366px) {
          .product-list .wrapper .card .btn-wrapper span {
            width: unset; } }
        @media (max-width: 991px) {
          .product-list .wrapper .card .btn-wrapper span {
            width: 100%; } }
        @media (max-width: 767px) {
          .product-list .wrapper .card .btn-wrapper span {
            width: unset; } }
        @media (max-width: 595px) {
          .product-list .wrapper .card .btn-wrapper span {
            width: 100%;
            text-align: left; } }
      .product-list .wrapper .card .btn-wrapper .btn-blue {
        padding: 5px 40px; }
        @media (min-width: 1195px) and (max-width: 1300px) {
          .product-list .wrapper .card .btn-wrapper .btn-blue {
            padding: 5px 30px; } }
        @media (max-width: 595px) {
          .product-list .wrapper .card .btn-wrapper .btn-blue {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }

.product-list .id {
  display: none;
  font-size: 16px;
  color: #545859; }

#admin-logged-in .product-list .id {
  display: inline-block;
  margin-left: 10px; }
  .aloglia-product-wrap ol {
    list-style-type: none;
  }.algolia-pagination.search-filter {
    background: none;
    margin-top: -60px;
    margin-bottom: 40px;
  }
  .algolia-resources-filter.resources-filter {
    padding-bottom: 40px;
  }
  .algolia-resources-filter.resources-filter .filter-tab .input-wrap::after {
     content: none;
  }
   .algolia-resources-filter.resources-filter form.ais-SearchBox-form {
     position: relative;
  }
   .algolia-resources-filter.resources-filter form.ais-SearchBox-form .ais-SearchBox-submit {
     position: absolute;
     top: 18px;
     right: 22px;
     bottom: 0;
     width: 20px;
     background: none;
     border: 0;
     height: 20px;
     cursor: pointer;
  }
   .algolia-resources-filter.resources-filter form.ais-SearchBox-form .ais-SearchBox-submit svg {
     width: 20px;
     height: 20px;
     fill: #0084f2;
  }
  .algolia-resources-filter.resources-filter form.ais-SearchBox-form .ais-SearchBox-reset {
    position: absolute;
    top: 20px;
    right: 50px;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .algolia-resources-filter.resources-filter form.ais-SearchBox-form .ais-SearchBox-reset svg {
    width: 15px;
    height: 15px;
  }
  .algolia-resources-filter.resources-filter form.ais-SearchBox-form span.ais-SearchBox-loadingIndicator {
    display: none;
  }
  .algolia-resources-filter.resources-filter .hidden-bar .small-wrapper > .wrap-case{
      overflow-y: hidden;
    }
  .algolia-resources-filter.resources-filter .hidden-bar .wrap-case ul {
    overflow-y: scroll;}
  .algolia-resources-filter.resources-filter #clear-filters-btn .ais-ClearRefinements-button {
    opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 100%;
        z-index: 2;
        cursor: pointer;
  }
  .algolia-resources-filter.resources-filter #clear-filters-btn p {
        position: relative;
        z-index: 1;
        pointer-events: none;
    }
    .algolia-resources-filter.resources-filter ul li {
     position: relative;
  }
   .algolia-resources-filter.resources-filter ul li:not(:first-child)::before {
     content: "";
     position: absolute;
     bottom: -10px;
     left: 0;
     width: 0;
     border-bottom: 4px solid #0084f2;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
  }
   .algolia-resources-filter.resources-filter .facet-wrapper ul li:not(:first-child):hover:before {
     width: 100%;
  }
   .algolia-resources-filter.resources-filter ul li p {
     content: none;
  }
   
  .algolia-selected-facets span.ais-CurrentRefinements-category {
     padding: 8px 12px 8px 12px;
     background: #fff;
     border: 1px solid #98a4af;
     border-radius: 21px;
     margin-right: 10px;
  }
   .algolia-selected-facets span.ais-CurrentRefinements-categoryLabel {
     color: #0084f2;
     font-weight: bold;
  }
   .algolia-selected-facets button.ais-CurrentRefinements-delete {
     margin-left: 5px;
     border: 0;
     background: no-repeat;
     cursor: pointer;
  }
   .algolia-selected-facets .ais-CurrentRefinements-label {
     display: none;
  }
  .algolia-case li.ais-RefinementList-item.ais-RefinementList-item--selected label:after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 1px;
    color: #fff;
    font-size: 16px;
  }
  .algolia-case .checkbox-wrap label input {
    display: none;
  }
  section.product-list.algolia-product-list {
    padding-bottom: 0;
  }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
