.ktb-semicolon-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.ktb-semicolon-tags-list .ktb-semicolon-tag {
  display: inline-block;
  background: #e5e7eb;
  color: #000;
  padding: 5px 12px;
  margin: 4px 6px 4px 0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.ktb-manufacturers-wrapper .ktb-manufacturers-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
  width: calc((100% - 60px) / 4);
  padding: 20px 20px;
  border: 1px solid #9494947d;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 10px;
  gap: 10px;
  background-color: #db0123;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 576px) {
  .ktb-manufacturers-wrapper .ktb-manufacturers-grid .ktb-manufacturer-card {
    width: 100%;
  }
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card
  .ktb-menufacturer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card
  .ktb-manufacturer-content-head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card
  .ktb-manufacturer-title {
  margin: 0;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card
  .ktb-letter-badge {
  background: #e5e7eb;
  color: #bababa;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Roboto", Sans-serif;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card
  .ktb-manufacturer-desc {
  margin: 0;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* line-height: 16px; */
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in-out;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card
  .ktb-product-count {
  margin: 0;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  transition: 0.3s ease-in-out;
}

.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card:hover {
  background-color: #fff;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card:hover
  .ktb-manufacturer-title {
  color: #db0123;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card:hover
  .ktb-manufacturer-desc {
  color: #7a7a7a;
}
.ktb-manufacturers-wrapper
  .ktb-manufacturers-grid
  .ktb-manufacturer-card:hover
  .ktb-product-count {
  color: #7a7a7a;
}
.ktb-manufacturer-search-box-wraper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ktb-manufacturer-search-box {
    width: 50%;
  }
}
.ktb-manufacturer-search-box {
  display: flex;
  justify-content: center;
}

.ktb-manufacturers-search-input {
  width: 100% !important;
  max-width: 320px;
  min-height: 54px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 30px !important;
  border-radius: 30px !important;
  border: 2px solid #cccccc !important;
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.ktb-manufacturers-search-input:focus {
  outline: 0;
}
.ktb-manufacturer-pagination {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

.ktb-pagination-links {
  display: flex;
  gap: 10px;
}
.ktb-pagination-links a {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  transition: 0.3s;
}

.ktb-pagination-links .ktb-page-link.active {
  color: #000;
}
.ktb-pagination-links a:hover {
  color: #000;
}
.manufacturer-first-letter {
  background: #e5e7eb;
  color: #bababa;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Roboto", Sans-serif;
}
.ktb-no-results {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
}
