.tb-productlist-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-4 {
  padding-left: 0;
}

#serach-result-required {
  display: none;
}

.tb-productlist-container {
  margin: 16px 0;
}

.tb-productlist-container .tb-mobile-full-overlay {
  position: relative !important;
  overflow: hidden;
}

.tb-productlist-container .col-md-4 {
  padding-left: 0 !important;
}

.tb-productlist-container .col-md-1 {
  padding-right: 0 !important;
}

.tb-productlist-container .tb-productlist-filters {
  margin: 0px -8px;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter:last-child {
  margin-right: 0 !important;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter label {
  display: block;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter select {
  width: 100%;
  color: #393939 !important;
}

.tb-productlist-container .tb-productlist-result-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-productlist-container .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy-padding {
  margin-top: 0px !important;
}

@media only screen and (min-width: 1025px) {
  .tb-productlist-container .tb-productlist-row {
    margin: 0 -8px -16px -8px;
  }
}

@media only screen and (min-width: 768px) {
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
    margin-top: 24px;
  }
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-img {
  line-height: 0;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  position: relative;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-img img {
  height: auto;
  width: 100%;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 999;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  border: none !important;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .field-navigationtitle {
  word-wrap: break-word !important;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-info ul {
  list-style: disc !important;
  margin-left: 16px;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-download-links {
  padding-bottom: 0px !important;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-download-links .tb-productlist-download span {
  vertical-align: sub;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-download-links .tb-productlist-download:last-child {
  margin-bottom: 0 !important;
}

.tb-productlist-container .is-mobile {
  display: none;
}

.tb-productlist-container .tb-productlist-search input {
  width: 422px;
  float: right;
}

.tb-productlist-container .tb-clear-filter {
  position: absolute;
  right: 0px;
  bottom: 16px;
  z-index: 99;
}

.tb-productlist-container .tb-productlist-search-btn {
  padding-left: 14px;
}

.tb-productlist-container .product-result-counter {
  display: none !important;
}

.tb-productlist-container.tb-img-disable-hover .tb-productlist-row .tb-productlist-col .tb-productlist-img:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: initial !important;
  box-shadow: none !important;
  border: 1px solid #DDDDDD !important;
}

.tb-productlist-selection {
  position: relative;
}

.tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy {
  width: 256px !important;
  float: right;
}

.tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy .tb-productlist-filter {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0px;
}

.tb-productlist-result-container .text-right {
  width: auto !important;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile {
    margin-left: -8px;
  }
}

@media only screen and (max-width: 1024px) {
  .tb-productlist-taxonomy-div .tb-productlist-row .col-md-6:first-child {
    padding-left: 0 !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-row .col-md-6:nth-child(2n+3) {
    padding-right: 0 !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container {
    border-bottom: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-4 {
    padding-left: 0;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-1 {
    padding-right: 0;
  }
  .tb-productlist-container {
    margin: 12px 0px;
  }
  .tb-productlist-container .tb-productlist-sort-icon {
    display: none;
  }
  .tb-productlist-container .tb-productlist-search-btn {
    text-align: right;
    -webkit-box-flex: 100px;
    -ms-flex: 100px;
    flex: 100px;
  }
  .tb-productlist-container .tb-productlist-title {
    margin-top: 24px !important;
  }
  .tb-productlist-container .tb-productlist-radio {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .tb-productlist-container .tb-productlist-radio label {
    margin: 0px;
    height: 32px;
  }
  .tb-productlist-container .tb-productlist-filters {
    margin: 0px -16px 0px -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
    padding-right: 7px !important;
    padding-left: 8px !important;
    max-width: 33% !important;
    width: 33% !important;
    margin-top: 24px;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter select {
    width: 100% !important;
    min-width: 0;
  }
  .tb-productlist-container .tb-productlist-row {
    margin-top: 0 !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section {
    padding: 0 24px !important;
    word-break: break-word;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-download-links {
    padding-bottom: 32px !important;
  }
  .tb-productlist-container .tb-productlist-search {
    margin: 0px -7px 0px 0px;
  }
  .tb-productlist-container .tb-productlist-search .tb-input-field-icon {
    width: -webkit-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }
  .tb-productlist-container .tb-productlist-search .tb-input-field-icon input {
    max-width: 100%;
    width: 100% !important;
  }
  .tb-productlist-container .tb-productlist-search-btn {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px !important;
  }
  .tb-productlist-container .tb-clear-filter {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 99;
  }
  .tb-productlist-container .tb-productlist-title {
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy {
    width: 256px !important;
    float: right;
    margin-right: -8px;
  }
  .tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy .tb-productlist-filter {
    max-width: 100% !important;
    width: 100% !important;
  }
  .tb-productlist-container .tb-productlist-result-container {
    border-bottom: none !important;
  }
  .tb-productlist-container .tb-productlist-result-container .col-md-7 {
    display: none;
  }
  .tb-productlist-container .tb-search-results {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-productlist-taxonomy-div .tb-productlist-more {
    display: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-row .tb-productlist-col {
    padding: 8px 0 !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container {
    position: relative;
    display: block !important;
    margin-bottom: 68px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-4, .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-7 {
    padding: 0;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .text-right {
    position: absolute;
    top: 12px;
    right: 0px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile {
    display: block;
    padding: 0px;
    position: absolute;
    top: 28px;
    overflow: hidden !important;
    min-height: 450px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy .tb-productlist-filter {
    position: relative;
    top: 16px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy .tb-productlist-filter .tb-custom-select {
    border: 1px solid #ddd;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-selection {
    display: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-filter-search-button {
    display: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-filter {
    margin-top: 24px !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-cta-sort {
    width: auto !important;
  }
  .tb-productlist-container {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-productlist-container .tb-productlist-filters {
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy {
    width: 100% !important;
    padding-bottom: 20px !important;
    float: none !important;
  }
  .tb-productlist-container .tb-cta-sort {
    width: auto !important;
  }
  .tb-productlist-container .tb-productlist-search input {
    margin-right: 0px;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-productlist-container .tb-productlist-radio {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    margin-left: 0px !important;
  }
  .tb-productlist-container .tb-productlist-search {
    margin-top: 16px !important;
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-mobile {
    display: none;
    padding: 16px;
    overflow-y: auto;
    position: relative;
  }
  .tb-productlist-container .tb-productlist-title {
    margin-top: 0 !important;
  }
  .tb-productlist-container .tb-productlist-more a {
    background: none;
    padding-right: 9px;
  }
  .tb-productlist-container .tb-productlist-result-container {
    padding: 16px 0 !important;
  }
  .tb-productlist-container .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy-padding .tb-clear-filter {
    display: none !important;
  }
  .tb-productlist-container .tb-mobile-full-overlay {
    position: fixed !important;
    top: 0px !important;
    left: 0 !important;
    z-index: 1999 !important;
    background: #FFFFFF;
    display: block !important;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .tb-productlist-container .tb-productlist-selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tb-productlist-container .tb-productlist-selection .tb-back-icon {
    vertical-align: baseline;
  }
  .tb-productlist-container .tb-productlist-selection .tb-clear-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding: 0px !important;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter select {
    min-width: 100% !important;
  }
  .tb-productlist-container .tb-filter-search-button {
    width: 100%;
    padding: 0px;
    padding-bottom: 0px !important;
  }
  .tb-productlist-container .tb-clear-filter {
    padding-left: 16px;
    position: absolute;
  }
  .tb-productlist-container .tb-clear-filter .tb-productlist-clear-btn {
    position: absolute;
    right: 0px;
  }
  .tb-productlist-container .tb-productlist-title {
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-row {
    margin-top: 16px !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col {
    padding: 0 8px;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col:last-child {
    padding-bottom: 0 !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section {
    padding: 0 16px !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-info-item {
    margin-bottom: 8px !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-info-item:last-child {
    margin-bottom: 0 !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-download-links {
    padding-bottom: 24px !important;
  }
  .tb-productlist-container .is-desktop {
    display: none;
  }
  .tb-productlist-container .is-mobile {
    display: block;
  }
  .tb-productlist-container .tb-productlist-search .tb-input-field-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100% !important;
    width: 100% !important;
  }
  .tb-productlist-container .tb-productlist-mobile {
    padding-top: 30px;
    top: 125px;
    overflow-y: auto !important;
  }
  .tb-productlist-container .tb-productlist-mobile .tb-link tb-clear-filter {
    top: -15px;
  }
  .tb-productlist-container .tb-productlist-result-container {
    display: none;
  }
  .tb-productlist-container .tb-clear-filter {
    top: -25px;
  }
}

.product-list-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.loadmore {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}

.loadmore .totalResult {
  cursor: pointer;
  margin: auto;
}

.loadmore .totalResult .fa-loader {
  background: url(../images/svg_icons/tb-loader.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
  background-color: transparent;
  position: relative;
  top: 7px;
}

.tb-hide-div {
  display: none;
}

.product-result-counter {
  padding-top: 1.53em;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.tb-productlist-container .tb-productlist-radio {
  margin-bottom: 18px;
  margin-left: 92px;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio'] {
  display: none;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio'] + label {
  color: #393939;
  cursor: pointer;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio'] + label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  background: #F1F1F1;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio']:checked + label:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: -18px;
  content: " ";
  position: relative;
  background: #5B5B5B;
  display: block;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-productlist-img {
    display: table;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-download-links .tb-productlist-download span {
    position: relative;
    top: 3px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .tb-productlist-container.col-xl-6 .col-md-1, .tb-productlist-container.col-lg-6 .col-md-1 {
    min-width: 20%;
  }
}

@supports (-ms-ime-align: auto) {
  @media (min-width: 768px) {
    .tb-productlist-container.col-xl-6 .col-md-1, .tb-productlist-container.col-lg-6 .col-md-1 {
      min-width: 20%;
    }
  }
}

@media only screen and (min-width: 1025px) {
  .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-xl-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-4, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-lg-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-4 {
    min-width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-xl-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-4, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-lg-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-4 {
    min-width: 100%;
  }
}

.tb-productlist-container.col-xl-6 .tb-productlist-mobile.col-md-7, .tb-productlist-container.col-lg-6 .tb-productlist-mobile.col-md-7 {
  display: none;
}
