.page-documentGridPage .sticky.sticky-filter {
  position: fixed;
  top: 89px;
  width: calc(100% - 18.4%);
  max-width: 1200px;
  height: auto;
}

.page-documentGridPage .sticky.sticky-filter .tooltip-filters {
  top: 30px;
}

.after-sales-tech-docs .listed-document-container,
.page-documentGridPage .listed-document-container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  align-items: center;
  min-height: 200px;
}
.page-documentGridPage .listed-document-container + .show-more-js{
  padding-left: 0;
  padding-right: 0;
}

.recentOrSuggestedDocuments .document-image-container{
  text-align: center;
  max-width: 250px;
  max-height: 150px;
  overflow: hidden;
}

.after-sales-tech-docs .document-image-container {
  text-align: center;
  max-width: 250px;
  width: unset;
  overflow: hidden;
  justify-self: center;
}


.mobile-document-type-text {
  display: none;
}

.document-text-container {
  padding-left: 2rem;
}

.after-sales-tech-docs .document-type-text,
.page-documentGridPage .document-type-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #959595;
  font-family: "dinproregular";
  font-weight: 800;
}

.after-sales-tech-docs .document-name-text,
.after-sales-tech-docs .document-name-text a,
.page-documentGridPage .document-name-text {
  text-transform: initial;
  color: black;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.after-sales-tech-docs .document-description-text p,
.after-sales-tech-docs .document-description-text,
.page-documentGridPage .document-description-text p,
.page-documentGridPage .document-description-text {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #959595;
}

.page-documentGridPage .search-free-text {
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
}
.after-sales-tech-docs .total-results,
.page-documentGridPage .total-results {
  padding: 20px;
  text-align: right;
}

.page-documentGridPage .search-free-text div {
  padding-left: 20px;
}

.after-sales-tech-docs .show-more-documents-button,
.page-documentGridPage .show-more-documents-button {
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  font-size: var(--keringFontMain);
}

.after-sales-tech-docs .resultsNumberAndSortingContainer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  height: 50px;
}

.after-sales-tech-docs .show-more-documents-button{
    font-family:'dinproregular';
    color: var(--keringGray-00);
}
.after-sales-tech-docs .resultsNumberContainer {
  float: left;
  color: #e1e1e1;
}
.page-documentGridPage .documentGridContentSlot .document-image-container a img{
  border: 1px solid var(--keringGray-F2);
}

@media screen and (max-width: 430px) {
  /* content area */
  body.page-productDetails .after-sales-tech-docs .listed-document-container img{
      border: 1px solid var(--keringGray-F2);
  }
  .page-documentGridPage .listed-document-container {
    padding: 2.1rem 0.5rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr auto;
    align-items: center;
    justify-items: center;
    height: unset;
  }
  .after-sales-tech-docs .listed-document-container{
    border-bottom: 1px solid #eeeeee;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
    align-items: center;
    justify-items: left;
    height: unset;
    min-height: 160px;
    padding: 0px;
 }
 body.page-documentGridPage .sort-filter-container .sort-container{
    padding:0;
    text-decoration:underline;
 }

.page-productDetails .breadcrump a, .page-productDetails .breadcrump i {
  display: none;
}

.page-productDetails .breadcrump, .page-productDetails .breadcrump a[href="."]  {
  display: initial;
}

  .mobile-document-type-text {
    display: initial;
  }
  .page-documentGridPage
    .listed-document-container
    .document-text-container
    div:first-child {
    display: none;
  }

  .page-documentGridPage .listed-document-container .document-text-container {
    grid-row: 2/3;
    grid-column: 1/3;
    justify-self: self-start;
  }
  .document-text-container {
    padding-left: 10px;
  }

  .documentGridContentSlot{
    margin: 0 25px;
    padding-top: 15px;
  }
  .documentGridContentSlot .items-found{
    font-size: var(--keringFontP7);
  }
  .page-documentGridPage .documentGridContentSlot .listed-document-container{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: unset;
  }
 
  .page-documentGridPage .documentGridContentSlot .mobile-document-type-text{
    padding-top: 15px;
    color: var(--keringGray-95);
  }
  .page-documentGridPage .documentGridContentSlot .listed-document-container .document-text-container {
    grid-row: 3/3;
    grid-column: unset;
    justify-self: self-start;
  }
  .page-documentGridPage .listed-document-container:not(:first-child){
    padding: 3.6rem 0.5rem;
  }
  .page-documentDetail .document-page-container .document-info .download-doc{
    display:none;
  }

}


@media screen and (min-width: 430px) {
  .page-documentGridPage .listed-document-container .document-image-container{
    max-width: 80%;
  }
  .after-sales-tech-docs .resultsNumberAndSortingContainer {
    display:none;
  }
  .page-documentGridPage .documentGridContentSlot .sticky{
    margin-top: 2rem;
    border-top: 1px solid var(--keringGray-E1);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--keringGray-E1);
    margin-bottom: 2rem;
  }
  .page-documentGridPage .documentGridContentSlot .sticky.sticky-filter{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  /*.page-documentGridPage .documentGridContentSlot .filter-icon p{
    color: var(--keringGray-00);
  }*/
  .page-documentGridPage .documentGridContentSlot .total-results{
    padding-top: 0;
  }
  .page-documentGridPage .documentGridContentSlot .total-results .link{
    padding-right: 10px;
  }
  .page-documentGridPage .documentGridContentSlot .total-results .js-hide{
    display: flex;
    justify-content: end;
    padding-right: 10px;
  }
}
.page-documentGridPage .sort-by-mobile-version .sort-by-text-mobile{
    color: var(--keringGray-00);
}